Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
JustAnotherArchivist 8d0068a573 Initial commit pirms 1 gada
Dockerfile Initial commit pirms 1 gada
README.md Initial commit pirms 1 gada
mercurial-dl Initial commit pirms 1 gada

README.md

A small wrapper around the mercurial-grab project container that dumps individual repositories on demand.

docker build -t mercurial-dl:latest .
docker run --rm -v $(pwd)/data:/grab/data mercurial-dl:latest https://hg.mozilla.org/penelope/

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).