summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PremiumTo.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/PremiumTo.py
parentFix https://github.com/pyload/pyload/issues/1479 (diff)
downloadpyload-f0b7d1ef2b2e6068062996e01e9684628cdabb35.tar.xz
Update 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 cf0dffbfe..2007eefa7 100644
--- a/module/plugins/hoster/PremiumTo.py
+++ b/module/plugins/hoster/PremiumTo.py
@@ -11,7 +11,7 @@ from module.utils import fs_encode
class PremiumTo(MultiHoster):
__name__ = "PremiumTo"
__type__ = "hoster"
- __version__ = "0.23"
+ __version__ = "0.24"
__pattern__ = r'^unmatchable$'
__config__ = [("use_premium", "bool", "Use premium account if available", True)]