mardi 24 décembre 2019

Scrape data for list of URLs

I have a list of URLs which I would like to perform web scrapping for each URL in the list.

"'def soup(): for url in website_list: sauce = urllib.request.urlopen(url) print (url) for things in sauce: soup_maker = BeautifulSoup(things, 'html.parser') return soup_maker"'

Trying something like this. Could you help with the next step?




Aucun commentaire:

Enregistrer un commentaire