diff options
Diffstat (limited to 'Plugins/BluehostTo.py')
-rw-r--r-- | Plugins/BluehostTo.py | 3 |
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}) |