Skip to content

Instantly share code, notes, and snippets.

@felipejardimf
Created July 29, 2020 13:42
Show Gist options
  • Save felipejardimf/f3c073eaf6a50193be9836c6768e1fb9 to your computer and use it in GitHub Desktop.
Save felipejardimf/f3c073eaf6a50193be9836c6768e1fb9 to your computer and use it in GitHub Desktop.
soup = BeautifulSoup(html.text , 'html.parser')
tabela_covid= soup.find(id='main_table_countries_today')
print(tabela_covid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment