1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

viaplay: support for viagame.com

This commit is contained in:
Johan Andersson 2014-06-26 22:04:34 +02:00
parent 9a7378f32d
commit 115ff10249

View File

@ -24,7 +24,7 @@ class Viaplay(Service, OpenGraphThumbMixin):
supported_domains = [ 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.no', 'tv3play.dk', 'tv6play.no', 'viasat4play.no',
'tv3play.ee', 'tv3play.lv', 'tv3play.lt', 'tvplay.lv'] 'tv3play.ee', 'tv3play.lv', 'tv3play.lt', 'tvplay.lv', 'viagame.com']
def __init__(self, url): def __init__(self, url):
Service.__init__(self, url) Service.__init__(self, url)