soup find command
1 answers ( 0 marked as helpful)
soup.find('a', attrs={'class':'mw-jump-link', 'href':'#bodyContent'})
soup.find('footer', {'id':'footer'})
Workaround example at current time and date, may change if web page updated.