From 6d7dd4af275126f07fda135d1fb897d8494efa7c Mon Sep 17 00:00:00 2001 From: Jeix Date: Wed, 13 Apr 2011 10:55:06 +0200 Subject: shragle fix --- module/plugins/hoster/ShragleCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/ShragleCom.py') diff --git a/module/plugins/hoster/ShragleCom.py b/module/plugins/hoster/ShragleCom.py index f45c94e96..c1cef9f3e 100644 --- a/module/plugins/hoster/ShragleCom.py +++ b/module/plugins/hoster/ShragleCom.py @@ -58,7 +58,7 @@ class ShragleCom(Hoster): if self.html is None: self.download_html() - file_name_pattern = r"<\/div>

(.+)<\/h2" + file_name_pattern = r'You want to download \xc2\xbb(.*?)\xc2\xab' return re.search(file_name_pattern, self.html).group(1) def file_exists(self): -- cgit v1.2.3