wb_data=requests.get(url,headers=headers) soup=BeautifulSoup(wb_data.text,"html.parser")
html=get_html(url) soup=BeautifulSoup(html,'html.parser')
wb_data=requests.get(url,headers=headers) soup=BeautifulSoup(wb_data.text,"html.parser")
html=get_html(url) soup=BeautifulSoup(html,'html.parser')