From a3eed7e3d5e412e7370e09838e9c05e3af971fb3 Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 10 Nov 2009 21:08:12 +0100 Subject: removed debug stuff from hotfile plugin --- module/plugins/HotfileCom.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'module/plugins') diff --git a/module/plugins/HotfileCom.py b/module/plugins/HotfileCom.py index e994b1e87..10a8fd5a8 100644 --- a/module/plugins/HotfileCom.py +++ b/module/plugins/HotfileCom.py @@ -52,8 +52,6 @@ class HotfileCom(Plugin): def download_html(self): self.url = self.parent.url self.html = self.req.load(self.url) - with open("hotfile_dump_1.html", "w") as f: - f.write(self.html) def get_file_url(self): """ returns the absolute downloadable filepath @@ -106,8 +104,6 @@ class HotfileCom(Plugin): all_the_tuples = re.findall(r"", herewego) self.htmlwithlink = self.req.load(self.url, None, all_the_tuples) - with open("hotfile_dump_2.html", "w") as f: - f.write(self.htmlwithlink) def proceed(self, url, location): -- cgit v1.2.3