summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-09-25 01:35:57 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-09-25 01:35:57 +0200
commite806f2b73b246fd823ecee210108098783433a3e (patch)
tree174a2727b4593518626d4163eacab20bc736a953 /module
parentMerge pull request #1850 from chaosblog/patch-2 (diff)
downloadpyload-e806f2b73b246fd823ecee210108098783433a3e.tar.xz
Update ZippyshareCom.py
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/ZippyshareCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/ZippyshareCom.py b/module/plugins/hoster/ZippyshareCom.py
index 1b29948ce..221ec8c42 100644
--- a/module/plugins/hoster/ZippyshareCom.py
+++ b/module/plugins/hoster/ZippyshareCom.py
@@ -12,7 +12,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class ZippyshareCom(SimpleHoster):
__name__ = "ZippyshareCom"
__type__ = "hoster"
- __version__ = "0.82"
+ __version__ = "0.83"
__status__ = "testing"
__pattern__ = r'http://www\d{0,3}\.zippyshare\.com/v(/|iew\.jsp.*key=)(?P<KEY>[\w^_]+)'
@@ -52,7 +52,7 @@ class ZippyshareCom(SimpleHoster):
self.error(e)
else:
- self.link = self.get_link()
+ self.link = self.fixurl(self.get_link())
if self.link and pyfile.name == "file.html":
pyfile.name = urllib.unquote(self.link.split('/')[-1])