1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

eurosport: add support for more subdomains.

This commit is contained in:
Johan Andersson 2018-11-13 19:54:39 +01:00
parent cb9314d9a4
commit a65a32267b

View File

@ -10,7 +10,7 @@ from svtplay_dl.error import ServiceError
class Eurosport(Service):
supported_domains = ['se.eurosportplayer.com']
supported_domains_re = [r'^([^.]+\.)*eurosportplayer.com']
def get(self):
parse = urlparse(self.url)