I am trying to extract data from “src=” and “alt=” from tag from the Flipkart.com
When I am doing inspect element I can see each tag contains the full path of the image source but when I am trying to extract this information with bs4 beautifulsoup I’m not getting the result as expected.
Here is my code: https://codeshare.io/5zVVvj
Please check my code!