From 3ad91fcdf4e8e1bde80c85211d23f2e8b8b9e53d Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Wed, 5 Feb 2014 21:50:31 +0100 Subject: [PATCH] viaplay: support for tvplay.lv --- lib/svtplay_dl/service/viaplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svtplay_dl/service/viaplay.py b/lib/svtplay_dl/service/viaplay.py index 342f7e6..a2eecbc 100644 --- a/lib/svtplay_dl/service/viaplay.py +++ b/lib/svtplay_dl/service/viaplay.py @@ -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)