I am new in python and I am working on web scraping project from amazon and I have a problem on how to extract the product img src from product page via lxml using BeautifulSoup
What you are seeing there is the base64 encoding of the image. What you do with it depends on what you're doing with image URLs.