diff --git a/lib/svtplay_dl/service/eurosport.py b/lib/svtplay_dl/service/eurosport.py index d066b8f..1d4a69d 100644 --- a/lib/svtplay_dl/service/eurosport.py +++ b/lib/svtplay_dl/service/eurosport.py @@ -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)