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

expressen: they started to use https for their stuff now

fixes #735
This commit is contained in:
Johan Andersson 2017-11-10 11:15:43 +01:00
parent 403f375150
commit 4cd40a2665

View File

@ -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