diff options
author | Stefano <l.stickell@yahoo.it> | 2013-09-28 16:59:28 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-09-28 16:59:28 +0200 |
commit | 8e518664bd90467639369cede063e1b7146f1a49 (patch) | |
tree | 38e5a8ec588fdd1549fd814a5d5cb67c21ded049 /module/plugins/hoster | |
parent | ShareRapidCom: rewritten most of the plugin (diff) | |
download | pyload-8e518664bd90467639369cede063e1b7146f1a49.tar.xz |
New crypter: TurbobitNetFolder
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/TurbobitNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/TurbobitNet.py b/module/plugins/hoster/TurbobitNet.py index 5fe42bba7..d574d1fa7 100644 --- a/module/plugins/hoster/TurbobitNet.py +++ b/module/plugins/hoster/TurbobitNet.py @@ -35,8 +35,8 @@ from module.plugins.internal.CaptchaService import ReCaptcha class TurbobitNet(SimpleHoster): __name__ = "TurbobitNet" __type__ = "hoster" - __pattern__ = r"http://(?:\w*\.)?(turbobit.net|unextfiles.com)/(?:download/free/)?(?P<ID>\w+).*" - __version__ = "0.09" + __pattern__ = r"http://(?:\w*\.)?(turbobit.net|unextfiles.com)/(?!download/folder/)(?:download/free/)?(?P<ID>\w+).*" + __version__ = "0.10" __description__ = """Turbobit.net plugin""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") |