Guest User

Untitled

a guest
Feb 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. from bs4 import BeautifulSoup
  2.  
  3. soup = BeautifulSoup(open(xxx.html))
  4. print(soup)
  5.  
  6. soup = BeautifulSoup(open('xxx.html', encoding='your xxx.html file encoding'))
Add Comment
Please, Sign In to add comment