does BeautifulSoup strips inline CSS and javascript content
Posted
by goh
on Stack Overflow
See other posts from Stack Overflow
or by goh
Published on 2010-06-09T01:21:16Z
Indexed on
2010/06/09
1:42 UTC
Read the original article
Hit count: 301
python
|beautifulsoup
hey guys does beautifulSoup strips css and javascript content? after using
content3 = ''.join(BeautifulSoup(content).findAll(text=True))
i still have them lingering around.
© Stack Overflow or respective owner