diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-13 01:47:45 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-13 01:47:45 +0100 |
commit | 94429800fff775d6fde3c840318c5f26d767051c (patch) | |
tree | fd05187713507b8f345037ae84144784f0a0bfd0 /module/plugins/hoster | |
parent | [FilerNet] Code cosmetics (diff) | |
download | pyload-94429800fff775d6fde3c840318c5f26d767051c.tar.xz |
[MultiHoster] Revert CHECK_TRAFFIC to False
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/PremiumTo.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/module/plugins/hoster/PremiumTo.py b/module/plugins/hoster/PremiumTo.py index 665005ec3..39e7522e2 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.20" + __version__ = "0.21" __pattern__ = r'^unmatchable$' @@ -22,6 +22,9 @@ class PremiumTo(MultiHoster): ("stickell", "l.stickell@yahoo.it")] + CHECK_TRAFFIC = True + + def handlePremium(self, pyfile): #raise timeout to 2min self.download("http://premium.to/api/getfile.php", |