summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NosuploadCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-11 15:09:53 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-11 15:15:44 +0200
commitc5d1a4fd8943877c6d2eb3843e0de725dba5191e (patch)
tree6ea55dfeef75372f0c722985e578f87b78a2f7dc /module/plugins/hoster/NosuploadCom.py
parentPattern update 1 (diff)
downloadpyload-c5d1a4fd8943877c6d2eb3843e0de725dba5191e.tar.xz
Pattern update 2
Diffstat (limited to 'module/plugins/hoster/NosuploadCom.py')
-rw-r--r--module/plugins/hoster/NosuploadCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NosuploadCom.py b/module/plugins/hoster/NosuploadCom.py
index cd28baf19..a8bb345f2 100644
--- a/module/plugins/hoster/NosuploadCom.py
+++ b/module/plugins/hoster/NosuploadCom.py
@@ -19,7 +19,7 @@ class NosuploadCom(XFSPHoster):
HOSTER_NAME = "nosupload.com"
- FILE_SIZE_PATTERN = r'<p><strong>Size:</strong> (?P<S>[\d.]+) (?P<U>\w+)</p>'
+ FILE_SIZE_PATTERN = r'<p><strong>Size:</strong> (?P<S>[\d.,]+) (?P<U>\w+)</p>'
LINK_PATTERN = r'<a class="select" href="(http://.+?)">Download</a>'
WAIT_PATTERN = r'Please wait.*?>(\d+)</span>'