summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar philou75 <pjupin@gmail.com> 2013-04-08 22:00:02 +0200
committerGravatar philou75 <pjupin@gmail.com> 2013-04-08 22:00:02 +0200
commitadc259b69f1b283c92cfcb759fffc05d777a309a (patch)
tree2d2c52161355189a4e2d18c6909c265fc38d67de /module
parentFilefactoryCom: removed unused constants (diff)
downloadpyload-adc259b69f1b283c92cfcb759fffc05d777a309a.tar.xz
Update OneFichierCom.py
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)