summaryrefslogtreecommitdiffstats
path: root/Plugins/BluehostTo.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-14 02:32:26 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-14 02:32:26 +0200
commit6cad171c269c07d5b365ffba7b676f25e98e449f (patch)
tree14980a9a6bf91ddd6030c0e252e4ffe4c435b4d9 /Plugins/BluehostTo.py
parentadded 1kh.de container plugin (diff)
downloadpyload-6cad171c269c07d5b365ffba7b676f25e98e449f.tar.xz
added 1kh.de container plugin
Diffstat (limited to 'Plugins/BluehostTo.py')
-rw-r--r--Plugins/BluehostTo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Plugins/BluehostTo.py b/Plugins/BluehostTo.py
index 3b8d7b6be..1ecd47122 100644
--- a/Plugins/BluehostTo.py
+++ b/Plugins/BluehostTo.py
@@ -28,7 +28,6 @@ class BluehostTo(Plugin):
self.html = self.req.load(url)
time.sleep(1.5)
self.html = self.req.load(url, cookies=True)
- print self.html
def get_file_url(self):
""" returns the absolute downloadable filepath
@@ -69,4 +68,4 @@ class BluehostTo(Plugin):
return True
def proceed(self, url, location):
- self.req.download(url, location, {'BluehostVers2dl': self.BluehostVers2dl, 'DownloadV2Hash': self.DownloadV2Hash, 'PHPSESSID': self.PHPSESSID, 'access': self.access}) \ No newline at end of file
+ self.req.download(url, location, {'BluehostVers2dl': self.BluehostVers2dl, 'DownloadV2Hash': self.DownloadV2Hash, 'PHPSESSID': self.PHPSESSID, 'access': self.access})