summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ZeveraCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-10 10:40:43 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-10 10:40:43 +0200
commitf0b7d1ef2b2e6068062996e01e9684628cdabb35 (patch)
treed946c376594289a1f6140780252ef91706081e9e /module/plugins/hoster/ZeveraCom.py
parentFix https://github.com/pyload/pyload/issues/1479 (diff)
downloadpyload-f0b7d1ef2b2e6068062996e01e9684628cdabb35.tar.xz
Update plugins (2)
Diffstat (limited to 'module/plugins/hoster/ZeveraCom.py')
-rw-r--r--module/plugins/hoster/ZeveraCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ZeveraCom.py b/module/plugins/hoster/ZeveraCom.py
index 976aef67f..c16348ba3 100644
--- a/module/plugins/hoster/ZeveraCom.py
+++ b/module/plugins/hoster/ZeveraCom.py
@@ -9,7 +9,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo
class ZeveraCom(MultiHoster):
__name__ = "ZeveraCom"
__type__ = "hoster"
- __version__ = "0.30"
+ __version__ = "0.31"
__pattern__ = r'https?://(?:www\.)zevera\.com/(getFiles\.ashx|Members/download\.ashx)\?.*ourl=.+'
__config__ = [("use_premium", "bool", "Use premium account if available", True)]