diff options
| author | 2010-08-04 14:40:38 +0200 | |
|---|---|---|
| committer | 2010-08-04 14:40:38 +0200 | |
| commit | c923c14901a2e9215c42f072607a1cc3ffe675ab (patch) | |
| tree | 3dc3ae59a2f5a9dc479af7621ead7cda2f9e3fb5 /module/plugins/hoster | |
| parent | more fixing (diff) | |
| download | pyload-c923c14901a2e9215c42f072607a1cc3ffe675ab.tar.xz | |
some fixes
Diffstat (limited to 'module/plugins/hoster')
| -rw-r--r-- | module/plugins/hoster/NetloadIn.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index a374a0c4d..9d3b0d387 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -92,6 +92,7 @@ class NetloadIn(Hoster):              try:                  captcha_url = "http://netload.in/" + re.search('(share/includes/captcha.php\?t=\d*)', self.html[1]).group(1)              except: +                open("dump.html", "w").write(self.html[1])                  url_captcha_html = "http://netload.in/" + re.search('(index.php\?id=10&.*&captcha=1)', self.html[1]).group(1).replace("amp;", "")                  self.html[1] = self.load(url_captcha_html, cookies=True)                  captcha_url = "http://netload.in/" + re.search('(share/includes/captcha.php\?t=\d*)', self.html[1]).group(1)  | 
