tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

Provide methods required by PubSubHubbubs #21

Closed tobinus closed 8 years ago

tobinus commented 8 years ago

It actually seems like PubSubHubbub hubs will look at the feed and determine what is new automatically, so we don't need to provide any special methods to PubSubHubbub implementations.

We could provide a method for notifying a PubSubHubbub hub about new content, though, so I'll rename this issue to reflect that.