Find class from web in python 3.6 not working -


please let me know how find class html code url: https://knoema.com/mig_unemp_gender_2015

from bs4 import beautifulsoup bs import requests  r = requests.get('https://knoema.com/mig_unemp_gender_2015') soup = bs(r.text, 'lxml') soup.findall('div', {'class': 'metadata-block validate'}) 

result giving blank.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -