diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-27 20:06:05 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-27 22:52:30 +0100 |
commit | 50c1d6c0642ac658a909481e412fd9e6e9a9a1d7 (patch) | |
tree | 5a90b85419a02f8b78ff4493dda32ba338b8aece /module/plugins/hoster/VkCom.py | |
parent | Update crypters and containers (diff) | |
download | pyload-50c1d6c0642ac658a909481e412fd9e6e9a9a1d7.tar.xz |
Update some hosters
Diffstat (limited to 'module/plugins/hoster/VkCom.py')
-rw-r--r-- | module/plugins/hoster/VkCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |