From 8f68c847270c2fc963935a7fb95ceb4945e879c7 Mon Sep 17 00:00:00 2001 From: Thierry Merle Date: Fri, 14 Nov 2014 01:39:27 +0100 Subject: [RapidgatorNet] Set the language in COOKIES --- pyload/plugins/hoster/TurbobitNet.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyload/plugins/hoster/TurbobitNet.py') diff --git a/pyload/plugins/hoster/TurbobitNet.py b/pyload/plugins/hoster/TurbobitNet.py index 087052ebd..e8a8ed9a6 100644 --- a/pyload/plugins/hoster/TurbobitNet.py +++ b/pyload/plugins/hoster/TurbobitNet.py @@ -27,14 +27,14 @@ class TurbobitNet(SimpleHoster): ("prOq", None)] - NAME_PATTERN = r'id="file-title">(?P.+?)<' - SIZE_PATTERN = r'class="file-size">(?P[\d.,]+) (?P[\w^_]+)' - OFFLINE_PATTERN = r'

File Not Found

|html\(\'File (?:was )?not found' - URL_REPLACEMENTS = [(__pattern__, "http://turbobit.net/\g.html")] COOKIES = [(".turbobit.net", "user_lang", "en")] + NAME_PATTERN = r'id="file-title">(?P.+?)<' + SIZE_PATTERN = r'class="file-size">(?P[\d.,]+) (?P[\w^_]+)' + OFFLINE_PATTERN = r'

File Not Found

|html\(\'File (?:was )?not found' + LINK_PATTERN = r'(?P/download/redirect/[^"\']+)' LIMIT_WAIT_PATTERN = r'
(\d+)<' -- cgit v1.2.3