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