1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

viaplay: support for tvplay.lv

This commit is contained in:
Johan Andersson 2014-02-05 21:50:31 +01:00
parent 16c7240f53
commit 3ad91fcdf4

View File

@ -19,7 +19,7 @@ class Viaplay(Service, OpenGraphThumbMixin):
supported_domains = [
'tv3play.se', 'tv6play.se', 'tv8play.se', 'tv10play.se',
'tv3play.no', 'tv3play.dk', 'tv6play.no', 'viasat4play.no',
'tv3play.ee', 'tv3play.lv', 'tv3play.lt']
'tv3play.ee', 'tv3play.lv', 'tv3play.lt', 'tvplay.lv']
def __init__(self, url):
Service.__init__(self, url)