mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
viaplay: support for tv10play.se
This commit is contained in:
parent
3a2a6e8fcc
commit
27779a62f6
@ -17,7 +17,7 @@ from svtplay_dl.fetcher.rtmp import download_rtmp
|
||||
|
||||
class Viaplay(Service):
|
||||
def handle(self, url):
|
||||
return ("tv3play.se" in url) or ("tv6play.se" in url) or ("tv8play.se" in url)
|
||||
return ("tv3play.se" in url) or ("tv6play.se" in url) or ("tv8play.se" in url) or ("tv10play.se" in url)
|
||||
|
||||
def get(self, options, url):
|
||||
parse = urlparse(url)
|
||||
|
Loading…
Reference in New Issue
Block a user