hpodder icon indicating copy to clipboard operation
hpodder copied to clipboard

Podcatcher to download podcasts [Haskell] (unmaintained)

Results 11 hpodder issues
Sort by recently updated
recently updated
newest added

with this simple modification (only) : ``` admin@myPOD:~/hpodder$ git diff diff --git a/hpodder.cabal b/hpodder.cabal index ae27ec2..fff31f0 100644 --- a/hpodder.cabal +++ b/hpodder.cabal @@ -69,7 +69,7 @@ Description: Podcasting is a method...

I used the long command line parameters for curl to document the code better. I also added a small README file for GitHub.

In the case that ~/.hpodder/curlrc does not exist, the -K option is not passed to curl and curl will read the user's ~/.curlrc for options. This can cause difficult to...

Curl supports several HTTP content encodings (such as deflate and gzip) for compressing responses. Pass the --compressed option to enable advertising support to servers via the Accept-Encoding HTTP header. This...

This is all trivial except line 130 of FeedParser.hs, which takes account of the new types in HaXml. It's possible I'm missing something. In any case there seems to be...

Revert commit d3a7eb94. After commit bd08d07c, openBinaryFile is used to read file contents rather than readFile. When using openBinaryFile, the UTF-8 BOM, if present, will appear as 3 separate characters....

I'm having error due to the dependency on HaXml >= 1.20 && < 1.21....I've tried to manually download all package in between, however, every-time I get compile error: src/Text/XML/HaXml.hs:1:1: Ambiguous...

Hello, Hpodder appears to error out if a feed is served using deflate. Example feed that fails: http://feed.nashownotes.com/rss.xml

My hpodder 1.1.5 seems to have problems with this valid atom feed: http://warumnicht.so/feed.atom % hpodder update 74 1 podcast(s) to consider Get: 74 100% 1 B/s 0s % hpodder lscasts...

archlinux recently updated some haskell packages and now it takes forever to update my 27 feeds :( I'm building hpodder from git.