summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/TurbobitNet.py
diff options
context:
space:
mode:
authorGravatar Thierry Merle <thierry.merle@free.fr> 2014-11-14 01:39:27 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-14 01:39:27 +0100
commite30b7892ed77158dc2e518bf322dc0a0a4430d4e (patch)
treece709b42e58d8fcc02ea2004d0369edce8202cb0 /module/plugins/hoster/TurbobitNet.py
parent[Plugin] Fix wait routine (thx rlindner81) (diff)
downloadpyload-e30b7892ed77158dc2e518bf322dc0a0a4430d4e.tar.xz
[RapidgatorNet] Set the language in COOKIES
Diffstat (limited to 'module/plugins/hoster/TurbobitNet.py')
-rw-r--r--module/plugins/hoster/TurbobitNet.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/TurbobitNet.py b/module/plugins/hoster/TurbobitNet.py
index c9d1ede34..6aa7bdd4a 100644
--- a/module/plugins/hoster/TurbobitNet.py
+++ b/module/plugins/hoster/TurbobitNet.py
@@ -27,14 +27,14 @@ class TurbobitNet(SimpleHoster):
("prOq", None)]
- NAME_PATTERN = r'id="file-title">(?P<N>.+?)<'
- SIZE_PATTERN = r'class="file-size">(?P<S>[\d.,]+) (?P<U>[\w^_]+)'
- OFFLINE_PATTERN = r'<h2>File Not Found</h2>|html\(\'File (?:was )?not found'
-
URL_REPLACEMENTS = [(__pattern__, "http://turbobit.net/\g<ID>.html")]
COOKIES = [(".turbobit.net", "user_lang", "en")]
+ NAME_PATTERN = r'id="file-title">(?P<N>.+?)<'
+ SIZE_PATTERN = r'class="file-size">(?P<S>[\d.,]+) (?P<U>[\w^_]+)'
+ OFFLINE_PATTERN = r'<h2>File Not Found</h2>|html\(\'File (?:was )?not found'
+
LINK_PATTERN = r'(?P<url>/download/redirect/[^"\']+)'
LIMIT_WAIT_PATTERN = r'<div id=\'timeout\'>(\d+)<'