Last active
April 14, 2021 19:41
-
-
Save jorgezanguettin/f7028cf38b11083f9584c4b0af8e6040 to your computer and use it in GitHub Desktop.
analisar_requisicao
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
analisar_requisicao(conteudoRequisicao): | |
objetoBs4 = BeautifulSoup(conteudoRequisicao, 'html.parser') | |
marcas = objBs4.find_all('div', {'class': 'product-box-brand'}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment