From 115ff1024900e608051ba0c2af94f8e2214ce906 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Thu, 26 Jun 2014 22:04:34 +0200 Subject: [PATCH] viaplay: support for viagame.com --- 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 f072429..a9a51a0 100644 --- a/lib/svtplay_dl/service/viaplay.py +++ b/lib/svtplay_dl/service/viaplay.py @@ -24,7 +24,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', 'tvplay.lv'] + 'tv3play.ee', 'tv3play.lv', 'tv3play.lt', 'tvplay.lv', 'viagame.com'] def __init__(self, url): Service.__init__(self, url)