mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
Add wacz support to browsertrix (#6)
* Add WACZ creation support, fixes #2 * --generateWACZ flag adds WACZ file (currently named <collection>/<collection>.wacz) * page list generated in <collection>/pages/pages.jsonl, entry for each page is appended to end of file, includes url and title of page Co-authored-by: Emma Dickson <emmadickson@Emmas-MacBook-Pro.local> Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
This commit is contained in:
parent
789279021b
commit
9c139eba2b
3 changed files with 78 additions and 14 deletions
|
@ -11,8 +11,9 @@
|
|||
"puppeteer-cluster": "^0.22.0",
|
||||
"puppeteer-core": "^5.3.1",
|
||||
"sitemapper": "^3.1.2",
|
||||
"yargs": "^16.0.3"
|
||||
},
|
||||
"yargs": "^16.0.3",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.12.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue