diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-08 22:28:35 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-10-08 22:28:35 +0200 |
commit | 139722a9355947f8e0696f46e3bb97c239514a37 (patch) | |
tree | b6288fbdb6108d6f43894673b86fef65995bb317 /module/plugins/hoster/RehostTo.py | |
parent | fix rapidgator.net (diff) | |
download | pyload-139722a9355947f8e0696f46e3bb97c239514a37.tar.xz |
filebeer workaround, rehost.to chunklimit, multihoster config
Diffstat (limited to 'module/plugins/hoster/RehostTo.py')
-rw-r--r-- | module/plugins/hoster/RehostTo.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/hoster/RehostTo.py b/module/plugins/hoster/RehostTo.py index 370adf077..141dcb8c8 100644 --- a/module/plugins/hoster/RehostTo.py +++ b/module/plugins/hoster/RehostTo.py @@ -6,9 +6,8 @@ from module.plugins.Hoster import Hoster class RehostTo(Hoster): __name__ = "RehostTo" - __version__ = "0.1" + __version__ = "0.11" __type__ = "hoster" - __pattern__ = r"https?://.*rehost.to\..*" __description__ = """rehost.com hoster plugin""" __author_name__ = ("RaNaN") @@ -18,7 +17,7 @@ class RehostTo(Hoster): return unquote(url.rsplit("/", 1)[1]) def setup(self): - self.chunkLimit = 3 + self.chunkLimit = 1 self.resumeDownload = True def process(self, pyfile): |