Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download from a specific link #42

Open
M0rbidSarcasm opened this issue Feb 21, 2023 · 1 comment
Open

Download from a specific link #42

M0rbidSarcasm opened this issue Feb 21, 2023 · 1 comment

Comments

@M0rbidSarcasm
Copy link

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 :)

@andy8744
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants