summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PremiumizeMe.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-23 18:53:06 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-23 18:53:06 +0200
commit4fc28dc09f9632eb4a15a1ef48778427f9dcae33 (patch)
treea58c9700f80598409856bac5fc9523c0bcd7d07f /module/plugins/hoster/PremiumizeMe.py
parent[Extractor] is_usable -> find (diff)
downloadpyload-4fc28dc09f9632eb4a15a1ef48778427f9dcae33.tar.xz
Code cosmetics
Diffstat (limited to 'module/plugins/hoster/PremiumizeMe.py')
-rw-r--r--module/plugins/hoster/PremiumizeMe.py2
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)]