wget-image-scraper
wget-image-scraper copied to clipboard
Scrapes images from a list of urls with wget
hi, I get the following error ``` Scraping leveldesigninspirationmachine.tumblr.com ----------------------------------- > creating folder.. downloads/leveldesigninspirationmachine.tumblr.com > scraping leveldesigninspirationmachine.tumblr.com Can't timestamp and not clobber old files at the same time. Usage: wget...
You might want to add a note. Also for the level setting.
I cant see images from that folder
This helps avoid 403 in some websites. FIX: http://www.linuxquestions.org/questions/linux-software-2/wget-error-403-can-i-get-around-this-606755/
Possible to mod this so it runs each download in parallel? for example this works... `cat sites.txt | xargs -n 1 -P 24 wget -q -P ./downloads`
im getting below error while running the program Syntax error: end of file unexpected (expecting "done")
Is there any way to scrap js injected images?
Good day sir The script only seems to download thumbnails instead of full resolution wallpapers: http://www.goodfon.com/catalog/aviation/ Are you able to assit or advise? I am not too familiar with the...