Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <div class="footer">
  2. <div class="w-container container-footer">
  3. </div>
  4. </div>
  5.  
  6. soup.find_all('div',class_='^footer^'):
  7.  
  8. soup.find_all('div',class_='footer*'):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement