mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
flake8 fixes
This commit is contained in:
parent
4fc53137d1
commit
9619936f2a
@ -15,6 +15,7 @@ from svtplay_dl.subtitle import subtitle
|
||||
|
||||
country = {"sv": ".se", "da": ".dk", "no": ".no"}
|
||||
|
||||
|
||||
class Dplay(Service):
|
||||
supported_domains = ['dplay.se', 'dplay.dk', "dplay.no"]
|
||||
|
||||
|
@ -12,7 +12,6 @@ from svtplay_dl.fetcher.hls import hlsparse
|
||||
from svtplay_dl.log import log
|
||||
from svtplay_dl.error import ServiceError
|
||||
from svtplay_dl.subtitle import subtitle
|
||||
from svtplay_dl.utils.text import filenamify
|
||||
|
||||
|
||||
class Urplay(Service, OpenGraphThumbMixin):
|
||||
|
Loading…
Reference in New Issue
Block a user