1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

svtplay_dl: we want to see the data not the error code..

This commit is contained in:
Johan Andersson 2014-12-17 21:05:34 +01:00
parent 7d9d2c7680
commit cecbcda162

View File

@ -108,7 +108,7 @@ class Svtplay(Service, OpenGraphThumbMixin):
def find_all_episodes(self, options):
match = re.search(r'<link rel="alternate" type="application/rss\+xml" [^>]*href="([^"]+)"',
self.get_urldata())
self.get_urldata()[1])
if match is None:
log.error("Couldn't retrieve episode list")
return