diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-10 10:40:43 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-10 10:40:43 +0200 |
commit | f0b7d1ef2b2e6068062996e01e9684628cdabb35 (patch) | |
tree | d946c376594289a1f6140780252ef91706081e9e /module/plugins/hoster/PremiumizeMe.py | |
parent | Fix https://github.com/pyload/pyload/issues/1479 (diff) | |
download | pyload-f0b7d1ef2b2e6068062996e01e9684628cdabb35.tar.xz |
Update plugins (2)
Diffstat (limited to 'module/plugins/hoster/PremiumizeMe.py')
-rw-r--r-- | module/plugins/hoster/PremiumizeMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/PremiumizeMe.py b/module/plugins/hoster/PremiumizeMe.py index f118cc389..e1f982d78 100644 --- a/module/plugins/hoster/PremiumizeMe.py +++ b/module/plugins/hoster/PremiumizeMe.py @@ -7,7 +7,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo class PremiumizeMe(MultiHoster): __name__ = "PremiumizeMe" __type__ = "hoster" - __version__ = "0.17" + __version__ = "0.18" __pattern__ = r'^unmatchable$' #: Since we want to allow the user to specify the list of hoster to use we let MultiHoster.coreReady __config__ = [("use_premium", "bool", "Use premium account if available", True)] |