Manouchehri / metagoofil

Information gathering tool designed for extracting metadata of public documents.
https://code.google.com/p/metagoofil/
GNU General Public License v2.0
1 stars 0 forks source link

Error downloading file #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

python metagoofil.py -d liquid11.co.uk -t pdf,doc,docx,xls,xlsx,ppt,pptx -l 200 
-n 50 -o liquid11files -f metagoofil-liquid11-results.html

What is the expected output? What do you see instead?

[1/50] /webhp?hl=en
         [x] Error downloading /webhp?hl=en
[2/50] /intl/en/ads
         [x] Error downloading /intl/en/ads
[3/50] /services
         [x] Error downloading /services
[4/50] /intl/en/policies/
processing
tuple index out of range
Error creating the file

What version of the product are you using? On what operating system?

2.2 - Ubuntu 12.04.1 LTS

Please provide any additional information below.

Original issue reported on code.google.com by imthebos...@gmail.com on 19 Mar 2013 at 4:33

GoogleCodeExporter commented 9 years ago
m using backtrack 5 i got same error about to error in download file....

Original comment by ravikuma...@coriolis.co.in on 4 Jul 2013 at 6:27

GoogleCodeExporter commented 9 years ago
Having the same issue. 

Original comment by Tshud1...@gmail.com on 25 Nov 2013 at 2:00

Attachments:

GoogleCodeExporter commented 9 years ago
File: "downloader.py"
Line: 5
Original: self.url=url
Replace code: self.url=url.replace("/url?q=", "", 1).split("&")[0]

This "temporal" solution works!!

Original comment by Pedro.J....@gmail.com on 11 Jul 2014 at 10:25