diff options
author | 2015-07-23 18:53:06 +0200 | |
---|---|---|
committer | 2015-07-23 18:53:06 +0200 | |
commit | 4fc28dc09f9632eb4a15a1ef48778427f9dcae33 (patch) | |
tree | a58c9700f80598409856bac5fc9523c0bcd7d07f /module/plugins/hoster/PremiumizeMe.py | |
parent | [Extractor] is_usable -> find (diff) | |
download | pyload-4fc28dc09f9632eb4a15a1ef48778427f9dcae33.tar.xz |
Code cosmetics
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 e4922a484..7cf7cf7a7 100644 --- a/module/plugins/hoster/PremiumizeMe.py +++ b/module/plugins/hoster/PremiumizeMe.py @@ -10,7 +10,7 @@ class PremiumizeMe(MultiHoster): __version__ = "0.19" __status__ = "stable" - __pattern__ = r'^unmatchable$' #: Since we want to allow the user to specify the list of hoster to use we let MultiHoster.coreReady + __pattern__ = r'^unmatchable$' #: Since we want to allow the user to specify the list of hoster to use we let MultiHoster.activate __config__ = [("use_premium" , "bool", "Use premium account if available" , True), ("revertfailed", "bool", "Revert to standard download if fails", True)] |