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:
parent
7d9d2c7680
commit
cecbcda162
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user