gpodder / podcastparser

Simplified, fast RSS parsing library in Python
ISC License
135 stars 35 forks source link

Prevent Atom updated dates overriding published #17

Closed romlok closed 6 years ago

romlok commented 6 years ago

This should prevent using erroneous dates when an episode's <updated> comes after its <published> in the XML (gpodder/gpodder#394).

This has been done by adding an overwrite arg to the Target base class, which is then implemented by EpisodeAttr. The argument could also be used by other Target subclasses if needed in future.

thp commented 6 years ago

:white_check_mark: Build podcastparser 1.0.31 completed (commit https://github.com/gpodder/podcastparser/commit/655345fa44 by @romlok)