3 ms·
I've used BeautifulSoup to do stuff like this.
by taddeimania 13y ago
I've used BeautifulSoup to do stuff like this.
- jeffjia 13y agoYeah. Me too. The css selector is quite convenient. The only problem is that I need to pick the selector set for each website I need to scrape, and there are tens of them, which makes the work itself time-consuming...