summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileshareInUa.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 12:21:37 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-11 12:21:37 +0200
commit02e1638896c073f5d1c904a3e611d09298df79fa (patch)
treebaef9d74b16b4a3792304b6d89447b1e4a548867 /module/plugins/hoster/FileshareInUa.py
parentUse re.match for __pattern__ matches instead re.search (diff)
downloadpyload-02e1638896c073f5d1c904a3e611d09298df79fa.tar.xz
Fix HOSTER_NAME in XFileSharingPro plugins
Merges vuolter/pyload@f20b998
Diffstat (limited to 'module/plugins/hoster/FileshareInUa.py')
-rw-r--r--module/plugins/hoster/FileshareInUa.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/FileshareInUa.py b/module/plugins/hoster/FileshareInUa.py
index 14b703571..bd320e008 100644
--- a/module/plugins/hoster/FileshareInUa.py
+++ b/module/plugins/hoster/FileshareInUa.py
@@ -13,7 +13,6 @@ class FileshareInUa(Hoster):
__author_name__ = "fwannmacher"
__author_mail__ = "felipe@warhammerproject.com"
- HOSTER_NAME = "fileshare.in.ua"
PATTERN_FILENAME = r'<h3 class="b-filename">(.*?)</h3>'
PATTERN_FILESIZE = r'<b class="b-filesize">(.*?)</b>'
PATTERN_OFFLINE = "This file doesn't exist, or has been removed."