From 718ce8bb750d9834138d16e3e5da146d03b7e0e0 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 20 Oct 2015 04:28:57 +0200 Subject: Boring code cosmetics --- module/plugins/hoster/NowVideoSx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/NowVideoSx.py') diff --git a/module/plugins/hoster/NowVideoSx.py b/module/plugins/hoster/NowVideoSx.py index f75072d17..1f65e4a97 100644 --- a/module/plugins/hoster/NowVideoSx.py +++ b/module/plugins/hoster/NowVideoSx.py @@ -12,7 +12,7 @@ class NowVideoSx(SimpleHoster): __status__ = "testing" __pattern__ = r'http://(?:www\.)?nowvideo\.[a-zA-Z]{2,}/(video/|mobile/(#/videos/|.+?id=))(?P\w+)' - __config__ = [("activated", "bool", "Activated", True), + __config__ = [("activated" , "bool", "Activated" , True), ("use_premium", "bool", "Use premium account if available", True)] __description__ = """NowVideo.sx hoster plugin""" -- cgit v1.2.3