From 4d25665bb3e8cf7c22a9efc6a3bbf29f29856642 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Mon, 27 Feb 2012 22:56:22 +0100 Subject: fixed #532, #543, letitbit, extabit, linkdecrypter; allow rs+nl.in free account --- module/plugins/hoster/BasePlugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/BasePlugin.py') diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index 2de47940d..f1e3006d0 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -12,7 +12,7 @@ class BasePlugin(Hoster): __name__ = "BasePlugin" __type__ = "hoster" __pattern__ = r"^unmatchable$" - __version__ = "0.14" + __version__ = "0.15" __description__ = """Base Plugin when any other didnt fit""" __author_name__ = ("RaNaN") __author_mail__ = ("RaNaN@pyload.org") @@ -71,7 +71,7 @@ class BasePlugin(Hoster): else: url = pyfile.url - name = html_unescape(urlparse(url).path.split("/")[-1]) + name = html_unescape(unquote(urlparse(url).path.split("/")[-1])) if 'content-disposition' in header: self.logDebug("Content-Disposition: " + header['content-disposition']) -- cgit v1.2.3