summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HundredEightyUploadCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-28 16:50:29 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-28 16:50:29 +0200
commit390f7deca39ba14f698b3c56660eee2a5502b79a (patch)
tree9fa95eaa5b0ab439d11dba8977266294154cdd8b /module/plugins/hoster/HundredEightyUploadCom.py
parent[DeadHoster] Improve getInfo + two hosters mark dead (diff)
downloadpyload-390f7deca39ba14f698b3c56660eee2a5502b79a.tar.xz
Cleaned-up XFileSharingPro based plugins
Diffstat (limited to 'module/plugins/hoster/HundredEightyUploadCom.py')
-rw-r--r--module/plugins/hoster/HundredEightyUploadCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/HundredEightyUploadCom.py b/module/plugins/hoster/HundredEightyUploadCom.py
index e2e34ad00..fd14e8194 100644
--- a/module/plugins/hoster/HundredEightyUploadCom.py
+++ b/module/plugins/hoster/HundredEightyUploadCom.py
@@ -11,12 +11,13 @@ class HundredEightyUploadCom(XFileSharingPro):
__type__ = "hoster"
__version__ = "0.01"
- __pattern__ = r'http://(?:www\.)?180upload\.com/(\w+).*'
+ __pattern__ = r'http://(?:www\.)?180upload\.com/\w{12}'
__description__ = """180upload.com hoster plugin"""
__author_name__ = "stickell"
__author_mail__ = "l.stickell@yahoo.it"
+
HOSTER_NAME = "180upload.com"
FILE_NAME_PATTERN = r'Filename:</b></td><td nowrap>(?P<N>.+)</td></tr>-->'