summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/YibaishiwuCom.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-03-07 16:41:25 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-03-07 16:41:25 +0100
commit8368a9a74d998b314f3864dcc8ce25c513d85cf9 (patch)
tree8995fd6c29742671a470667d59e8e6d167ed448b /module/plugins/hoster/YibaishiwuCom.py
parentMerge pull request #32 from stickell/patch-1 (diff)
downloadpyload-8368a9a74d998b314f3864dcc8ce25c513d85cf9.tar.xz
Various fixes in 24 plugins
Diffstat (limited to 'module/plugins/hoster/YibaishiwuCom.py')
-rw-r--r--module/plugins/hoster/YibaishiwuCom.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/YibaishiwuCom.py b/module/plugins/hoster/YibaishiwuCom.py
index 5926cc227..901225944 100644
--- a/module/plugins/hoster/YibaishiwuCom.py
+++ b/module/plugins/hoster/YibaishiwuCom.py
@@ -24,7 +24,7 @@ class YibaishiwuCom(SimpleHoster):
__name__ = "YibaishiwuCom"
__type__ = "hoster"
__pattern__ = r"http://(?:www\.)?(?:u\.)?115.com/file/(?P<ID>\w+)"
- __version__ = "0.11"
+ __version__ = "0.12"
__description__ = """115.com"""
__author_name__ = ("zoidberg")
@@ -45,10 +45,10 @@ class YibaishiwuCom(SimpleHoster):
try:
url = mirror['url'].replace('\\','')
self.logDebug("Trying URL: " + url)
- header = self.download(url)
+ self.download(url)
break
except:
continue
else: self.fail('No working link found')
-getInfo = create_getInfo(YibaishiwuCom) \ No newline at end of file
+getInfo = create_getInfo(YibaishiwuCom)