You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 518 B

1 year ago
123456
  1. A small wrapper around the mercurial-grab project container that dumps individual repositories on demand.
  2. docker build -t mercurial-dl:latest .
  3. docker run --rm -v $(pwd)/data:/grab/data mercurial-dl:latest https://hg.mozilla.org/penelope/
  4. Accepts any number of URLs as arguments. The output WARCs are *not* merged together. See <https://archive.org/details/hg.libsdl.org_clone_warc_20210211> for an example of what the output might look like (although the directory naming here would be slightly different).