mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
fix tty
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user