mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
viaplay: support for tv[36]play.{dk,no,lv,ee,lt and viasat4play.no
This commit is contained in:
parent
44de454ac8
commit
14b888b09e
@ -17,7 +17,9 @@ from svtplay_dl.fetcher.rtmp import download_rtmp
|
||||
|
||||
class Viaplay(Service):
|
||||
supported_domains = [
|
||||
'tv3play.se', 'tv6play.se', 'tv8play.se', 'tv10play.se']
|
||||
'tv3play.se', 'tv6play.se', 'tv8play.se', 'tv10play.se',
|
||||
'tv3play.no', 'tv3play.dk', 'tv6play.no', 'viasat4play.no',
|
||||
'tv3play.ee', 'tv3play.lv', 'tv3play.lt']
|
||||
|
||||
def get(self, options, url):
|
||||
parse = urlparse(url)
|
||||
|
Loading…
Reference in New Issue
Block a user