How to extract img src from web page via lxml in beautifulsoup using python?

后端 未结 2 2042
梦如初夏
梦如初夏 2021-01-22 13:20

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

2条回答
  •  走了就别回头了
    2021-01-22 14:08

    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.

提交回复
热议问题