Skip to content

Commit

Permalink
Switch to glob pattern for js-wacz input
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 22, 2024
1 parent 1595b35 commit 24cf4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawler.ts
Expand Up @@ -1433,7 +1433,7 @@ self.__bx_behaviors.selectMainBehavior();

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const waczOpts: Record<string, any> = {
input: warcFileList.map((x) => path.join(archiveDir, x)),
input: `${archiveDir}/*.warc.gz`,
output: waczPath,
pages: this.pagesDir,
detectPages: false,
Expand Down

0 comments on commit 24cf4a2

Please sign in to comment.