You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for this code it's been amazing for downloads!!
I would like to find out, is there a way to get main.py to only download images linked to a specific website (Https://takelot.com)?
Our search links are descriptions that usually (70%) of the time download from that website, though we need all of them to download from that website, as the stock we get is linked to it.
So question is, can we specify where the images download? If you need a copy of the code please let me know
Thank you :)
The text was updated successfully, but these errors were encountered:
Since this repo is only written to scrape images from google, you'd have to modify to code. You can read the webpage with selenium, find all elements with images and then use the function save_images from this repo to download all the images.
Hi
Thank you so much for this code it's been amazing for downloads!!
I would like to find out, is there a way to get main.py to only download images linked to a specific website (Https://takelot.com)?
Our search links are descriptions that usually (70%) of the time download from that website, though we need all of them to download from that website, as the stock we get is linked to it.
So question is, can we specify where the images download? If you need a copy of the code please let me know
Thank you :)
The text was updated successfully, but these errors were encountered: