Guest User

Untitled

a guest
Nov 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. soup = BeautifulSoup(open("rooster.html"), "html.parser")
  2. soup = soup.prettify()
  3. divs = soup.find('div', attrs={'style': 'position:absolute;left:50%;margin-left:-297px;top:'+str(topL)+'px;width:595px;height:841px;border-style:outset;overflow:hidden'})
  4. if klasse == "bovenbouw":
  5. for div in divs:
  6. print(div)
Add Comment
Please, Sign In to add comment