Search found 3 matches
- Fri Dec 14, 2012 5:40 am
- Forum: Q/A
- Topic: Dealing with broken HTML
- Replies: 4
- Views: 22489
Re: Dealing with broken HTML
I tried running it through this beautifier (being sure to redo the kinds) with no luck: https://github.com/einars/js-beautify/b ... fy-html.js
- Tue Dec 11, 2012 7:02 pm
- Forum: Q/A
- Topic: Dealing with broken HTML
- Replies: 4
- Views: 22489
Re: Dealing with broken HTML
I can't link the actual page but here's a sample you can test with http://helium.staticloud.com/
- Mon Dec 10, 2012 8:10 am
- Forum: Q/A
- Topic: Dealing with broken HTML
- Replies: 4
- Views: 22489
Dealing with broken HTML
I'm trying to scrape a page that has terrible markup. For instance, none of the P tags are closed. How could I deal this this?