From e260b201f94a2a1e470b85a6499ea70e20a11277 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 26 Jun 2009 11:37:44 +0200 Subject: Cli stable, able to abort downloads, pause/kill server --- Plugins/RapidshareCom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Plugins/RapidshareCom.py') diff --git a/Plugins/RapidshareCom.py b/Plugins/RapidshareCom.py index 4eb7bf93d..b34576d23 100644 --- a/Plugins/RapidshareCom.py +++ b/Plugins/RapidshareCom.py @@ -130,6 +130,7 @@ class RapidshareCom(Plugin): file_url_pattern = r".*name=\"dlf\" action=\"(.*)\" method=.*" return re.search(file_url_pattern, self.html[1]).group(1) else: + print self.html[1] #test print raise Exception, "Error when retrieving download url" def get_file_name(self): -- cgit v1.2.3