summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-04-08 22:03:49 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-04-08 22:03:49 +0200
commitb8c0eccbda546cedd0d163a1a85344a37f7ac9ee (patch)
tree2d2c52161355189a4e2d18c6909c265fc38d67de /module
parentFilefactoryCom: removed unused constants (diff)
parentUpdate OneFichierCom.py (diff)
downloadpyload-b8c0eccbda546cedd0d163a1a85344a37f7ac9ee.tar.xz
Merge pull request #72 from philou75/stable
OneFichierCom: Waiting pattern correction following hoster modification
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/OneFichierCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/OneFichierCom.py b/module/plugins/hoster/OneFichierCom.py
index 7b87bbe71..5d7e14f1e 100644
--- a/module/plugins/hoster/OneFichierCom.py
+++ b/module/plugins/hoster/OneFichierCom.py
@@ -19,7 +19,7 @@ class OneFichierCom(SimpleHoster):
DOWNLOAD_LINK_PATTERN = r'<br/>&nbsp;<br/>&nbsp;<br/>&nbsp;\s+<a href="(?P<url>http://.*?)"'
PASSWORD_PROTECTED_TOKEN = "protected by password"
- WAITING_PATTERN = "Warning ! Without premium status, you can download only one file at a time and you must wait at least (\d+) minutes between each downloads."
+ WAITING_PATTERN = "Warning ! Without premium status, you can download only one file at a time and you must wait up to (\d+) minutes between each downloads."
def process(self, pyfile):
found = re.search(self.__pattern__, pyfile.url)
file_id = found.group(2)