diff options
author | Willnix <willnix@pyload.org> | 2009-07-15 21:21:19 +0200 |
---|---|---|
committer | Willnix <willnix@pyload.org> | 2009-07-15 21:21:19 +0200 |
commit | ac8784f9e48d1f1975f40d93818e1e3905ff28b3 (patch) | |
tree | 62db86c2cd4d3343c6539a1d6929ea19a341dbf5 /Plugins | |
parent | remote fix (diff) | |
download | pyload-ac8784f9e48d1f1975f40d93818e1e3905ff28b3.tar.xz |
'me + public repository => nightmare: cleaning again'
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/RapidshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/RapidshareCom.py b/Plugins/RapidshareCom.py index ea95e1e8b..546d0a25c 100644 --- a/Plugins/RapidshareCom.py +++ b/Plugins/RapidshareCom.py @@ -144,7 +144,7 @@ class RapidshareCom(Plugin): if self.html[0] == None: self.download_html() - file_name_pattern = r"<p class=\"downloadlink\">.+/(.+)<font" + file_name_pattern = r"<p class=\"downloadlink\">.+/(.+) <font" return re.findall(file_name_pattern, self.html[0])[0] def proceed(self, url, location): |