Results 24 issues of Mads

I am at a loss to explain my experience but I will try. I know I should try to extract each issue on it's own and file separate issues but...

pocasubsribe claims soundcloud feed is not valid. Adding it manually, poca updates the subscription without problems. Maybe be less strict about 'validity'? https://feeds.soundcloud.com/users/soundcloud:users:706014772/sounds.rss

Podcasts are increasingly lax about * filenames * metadata Presumably more and more clients just use feed data and ignore the rest. And so podcast distributors follow suit. In order...

E.g. slightly something else seems to deliver files that have not metadata at all. Removing e.g. `title` from that causes an incorrect error message saying that title is not a...

I believe either JSON or YAML would allow for significant code simpification (there's a _lot_ of lines just parsing the XML). And I don't believe we really depend on the...

config
major

When downloading, especially with images, it is often necessary to rely on mimetypes to know the extension of the file. Instead of building ouw own dictionary, it might be preferable...

Currently state is being updated from the outer loop and after all threads have been joined. That holds up the main action and risks loosing updates if script crashes or...

2.0 will no longer auto-detect a change in subscription configuration and ignore etag/modified. Therefore we need a -f/--force flag to allow the user to insist on re-running the update despite...

args

Without Pickle we no longer have access to the entirety of an entry. We there have to think about what data is saved along with the file, if we wish...

enhancement
metadata
major

Cf. issue #117 See: https://feedparser.readthedocs.io/en/latest/http-authentication.html