openzim / warc2zim

Command line tool to convert a file in the WARC format to a file in the ZIM format
https://pypi.org/project/warc2zim/
GNU General Public License v3.0
41 stars 5 forks source link

Add support for web workers on crawled websites #272

Closed benoit74 closed 2 weeks ago

benoit74 commented 1 month ago

While we know that service workers are probably never going to work with zimit/warc2zim, web workers are supposed to be feasible.

Scraper most probably needs to at least include wombatWorkers.js, but it is not clear yet if this is sufficient or not. And it needs to be tested and included in the test website.

benoit74 commented 2 weeks ago

Duplicate of #231