ekristen / mythboxee

The seamless blending of MythTV and Boxee
http://erikkristensen.com/project/mythboxee/
MIT License
14 stars 3 forks source link

Escape TheTVDB Url #3

Closed ekristen closed 13 years ago

ekristen commented 13 years ago

In the code where MythBoxee goes out to retrieve data from thetvdb, and it passes the name of a show as part of the URL request, consider adding a call to urllib.quote() around the show name to escape characters properly in the URL. One of my favorites is Law & Order, and without the ampersand escaped, it doesn't come back with the correct banner. Adding the above method solved it for me.

ekristen commented 13 years ago

I am switching over to using the python api for TheTVDB soon, once I have done this, this issue will be no longer valid.

ekristen commented 13 years ago

using thetvdb python api now, closed by deda928cbd91ea0cc13459582135d5dffc36e147