Web scraping with beautifulsoup: find and replace missing nodes with None

后端 未结 0 879
死守一世寂寞
死守一世寂寞 2020-11-28 07:57

I\'m using the following code to scrap web items with Beaufulsoup:

item_id = []
items = soup.find_all(\'div\', class_ = \'item-id\')
for one_item in items:
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题