From c881b83f107e3c5b28bfcc06508d4db128d37e20 Mon Sep 17 00:00:00 2001 From: Jeix Date: Fri, 19 Nov 2010 14:15:17 +0100 Subject: sharecx fix and gui package edit --- module/plugins/hoster/ShareCx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/ShareCx.py b/module/plugins/hoster/ShareCx.py index 2615c6e11..38c557193 100644 --- a/module/plugins/hoster/ShareCx.py +++ b/module/plugins/hoster/ShareCx.py @@ -138,7 +138,7 @@ class ShareCx(Hoster): if self.html is None: self.download_html() - name = re.search(r'alt="Download" />(.*?)', self.html).group(1) + name = re.search(r'Download: (.*?)', self.html).group(1) return name def file_exists(self): -- cgit v1.2.3