From cd146aecfdf7045aeaf4f34c1f11f8a232b0be02 Mon Sep 17 00:00:00 2001
From: sleeper <devnull@localhost>
Date: Tue, 13 Apr 2010 00:07:17 +0200
Subject: filefactory fix

---
 module/plugins/hoster/FilefactoryCom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module')

diff --git a/module/plugins/hoster/FilefactoryCom.py b/module/plugins/hoster/FilefactoryCom.py
index 84cdc8dca..873fb548e 100644
--- a/module/plugins/hoster/FilefactoryCom.py
+++ b/module/plugins/hoster/FilefactoryCom.py
@@ -60,7 +60,7 @@ class FilefactoryCom(Plugin):
         if self.html == None:
             self.download_html()
         if not self.want_reconnect:
-            file_url = re.search('a href=\"(.*?)\".*?button\.basic\.jpg', self.htmlwithlink).group(1)
+            file_url = re.search('a href=\"(.*?)\" id=\"downloadLinkTarget\"', self.htmlwithlink).group(1)
             #print file_url
             return file_url
         else:
-- 
cgit v1.2.3