Skip to content

Commit 6602720

Browse files
committed
feat: add browser executable path for improved content fetching
1 parent f0fba70 commit 6602720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/archives/archives.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export class ArchivesService {
102102
[
103103
archive.originalUrl,
104104
"--dump-content",
105+
"--browser-executable-path=/usr/bin/chromium-browser",
105106
"--browser-wait-until=networkidle0",
106107
"--browser-timeout=60000",
107108
],

0 commit comments

Comments
 (0)