mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
parent
403f375150
commit
4cd40a2665
@ -21,7 +21,7 @@ class Expressen(Service):
|
||||
yield ServiceError("Excluding video")
|
||||
return
|
||||
|
||||
match = re.search('="(http://www.expressen.se/tvspelare[^"]+)"', data)
|
||||
match = re.search('="(https://www.expressen.se/tvspelare[^"]+)"', data)
|
||||
if not match:
|
||||
log.error("Can't find video id")
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user