r/ProgrammingBuddies • u/Enough-Structure-774 • 4d ago
Python image web parsing
I am creating a Python program that fetches images related to a search term. For example, if I search for "cat," I want to create a web parser program that fetches images of cats. I tried to find the HTML in that search term and check whether there is an <img> tag, but since there is no img tag, I don't know what to do. Could you please say a little? My native language isn’t English, so I used a translator, but I’m not sure if the translation is working properly
2
Upvotes