0
Is possible to use python to download pictures from the web? If yeah, explain to me how to do that. Thank you
2 Answers
+ 2
It will take a bit longer here... it is possible.
+ 1
yeah, you need crawl the website. if simple website based on html, you can use html parsing to find image and url.. you can learn one by one, parsing, download, save to disk.