summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PremiumTo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 21:47:39 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 21:47:39 +0100
commit46f748a94ea5ab62ab0839ff0ce01e12e3eac688 (patch)
tree4e32fd45a7ca7fb341b331265c0dd1528e958cb7 /module/plugins/hoster/PremiumTo.py
parent[DebridItaliaCom] Fix hook getHoster (diff)
downloadpyload-46f748a94ea5ab62ab0839ff0ce01e12e3eac688.tar.xz
Extend SimpleHoster in multi-hoster plugins (2)
Diffstat (limited to 'module/plugins/hoster/PremiumTo.py')
-rw-r--r--module/plugins/hoster/PremiumTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/PremiumTo.py b/module/plugins/hoster/PremiumTo.py
index 35f21e7ec..c946fbc7e 100644
--- a/module/plugins/hoster/PremiumTo.py
+++ b/module/plugins/hoster/PremiumTo.py
@@ -13,7 +13,7 @@ from module.utils import fs_encode
class PremiumTo(SimpleHoster):
__name__ = "PremiumTo"
__type__ = "hoster"
- __version__ = "0.11"
+ __version__ = "0.12"
__pattern__ = r'https?://(?:www\.)?premium\.to/.*'