This commit is contained in:
msramalho
2022-10-18 17:46:40 +01:00
parent 6c80a5b82d
commit 54c572258c

View File

@@ -215,7 +215,7 @@ class Archiver(ABC):
cmd = [
"docker", "run",
"-v", f"{browsertrix_home}:/crawls/",
"-it",
# "-it", # this leads to "the input device is not a TTY"
"webrecorder/browsertrix-crawler", "crawl",
"--url", url,
"--scopeType", "page",