Gonzih / feeds2imap.clj

Pull RSS/Atom feeds to your IMAP folders with Clojure on JVM.
http://feeds2imap.gonzih.me/
MIT License
31 stars 6 forks source link

Add "User-Agent" HTTP header #12

Closed justdanpo closed 9 years ago

justdanpo commented 9 years ago

Some websites return errors when User Agent is not set.

Examples: https://vivaldi.net/blogs/teamblog?format=feed - returns 403 Forbidden http://*.bandcamp.com/feed - depending on request frequency may return 200 OK or 503 Service Unavailable

Gonzih commented 9 years ago

Thanks!

Gonzih commented 9 years ago

Released versions 0.3.2 of feeds2imap and 0.2.2 of lein plugin.