raptor2101 / PodCatcher

A PodCatcher-Addon for xBMC
GNU General Public License v3.0
9 stars 5 forks source link

Added Firefox ESR user agent. #11

Closed jeeger closed 4 years ago

jeeger commented 4 years ago

Some podcasts seem to block urllib2, this works around the block by changing the user agent.

raptor2101 commented 4 years ago

thanks for your Pull Request ... will lok into this

raptor2101 commented 4 years ago

can you make a retest with the "request" approach, if the UserAgent is still needed?

jeeger commented 4 years ago

I'll give 3ff52650c751eacc1c6af44d1e70befa35ceb64b a try at home! Note that if they block urllib2, they might also block requests at some point. You could avoid this by setting a custom useragent, like "podcatcher-", then they have to block your app explicitly if they want to.

raptor2101 commented 4 years ago

Chenges mergen manually an pushed to upstream