miketaylr / fetcher

Tool to download website data.
The Unlicense
1 stars 1 forks source link

Don't reserialize the HTML #4

Open miketaylr opened 10 years ago

miketaylr commented 10 years ago

Right now I'm using BeautifulSoup to find all the scripts and replace them with their contents but it would be good to achieve that without re-serializing all the HTML.

(note this doesn't really affect my own goal of researching DOM APIs, but will be useful for those interested in HTML)