From 50c1d6c0642ac658a909481e412fd9e6e9a9a1d7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 27 Dec 2015 20:06:05 +0100 Subject: Update some hosters --- module/plugins/hoster/VkCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/VkCom.py') diff --git a/module/plugins/hoster/VkCom.py b/module/plugins/hoster/VkCom.py index 58d465722..762ebc092 100644 --- a/module/plugins/hoster/VkCom.py +++ b/module/plugins/hoster/VkCom.py @@ -14,7 +14,7 @@ class VkCom(SimpleHoster): __version__ = "0.05" __status__ = "testing" - __pattern__ = r"https?://(?:www\.)?vk\.com/video_ext\.php/\?.+" + __pattern__ = r'https?://(?:www\.)?vk\.com/video_ext\.php/\?.+' __config__ = [("activated" , "bool", "Activated" , True), ("use_premium" , "bool", "Use premium account if available" , True), ("fallback" , "bool", "Fallback to free download if premium fails" , True), -- cgit v1.2.3