Query regarding the tag used to fetch image

In the lecture image is extracted by the tag name ‘article’ , but as that same website is maybe updated so I could not find any tag named ‘article’ in the inspect element window.
but I tried to fetch a image using ‘div’ and ‘section’ tag name but I got error while writing the file.So help me out following is the error:
Invalid URL ‘/assets/pofo/logo-6d680decaadef58e4fbb586e147bc135.png’: No schema supplied. Perhaps you meant http:///assets/pofo/logo-6d680decaadef58e4fbb586e147bc135.png?

Hey,

The new structure is like this:
There is a div tag with id =“all_quotes”, pick that div in soup.
And inside this all_quotes div there are lots of lots of small divs that corresponds to individuall quotes. If you pick the first div you will get the first image and so on. inside these small divs you will find the img tag, then access the src attribute.

You can see the structure in the image above.

Thanks :slight_smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.