summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleHoster.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-04-06 00:07:25 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-04-06 00:07:25 +0200
commit7379731d2f26e0a45e19b8f1cc6342115a0f559c (patch)
tree701f5e4c5103d047b702237a8d84a66edd7e054e /module/plugins/internal/SimpleHoster.py
parentparseFileSize fix (diff)
parentEgoFilesCom: fixed bug in premium downloads. (diff)
downloadpyload-7379731d2f26e0a45e19b8f1cc6342115a0f559c.tar.xz
Merge plugins from stable.
Conflicts: module/plugins/internal/UnRar.py
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r--module/plugins/internal/SimpleHoster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index 666374a22..7b1d7323a 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -155,8 +155,8 @@ class SimpleHoster(Hoster):
"""
These patterns should be defined by each hoster:
FILE_INFO_PATTERN = r'(?P<N>file_name) (?P<S>file_size) (?P<U>units)'
- or FILE_NAME_INFO = r'(?P<N>file_name)'
- and FILE_SIZE_INFO = r'(?P<S>file_size) (?P<U>units)'
+ or FILE_NAME_PATTERN = r'(?P<N>file_name)'
+ and FILE_SIZE_PATTERN = r'(?P<S>file_size) (?P<U>units)'
FILE_OFFLINE_PATTERN = r'File (deleted|not found)'
TEMP_OFFLINE_PATTERN = r'Server maintenance'
"""