Skip to content

Instantly share code, notes, and snippets.

View Dot50Cal's full-sized avatar

Dot50Cal

View GitHub Profile
@modeco80
modeco80 / ia_collection_dl.py
Last active July 13, 2023 00:57
Script to download a Internet Archive collection using aria2c.
#!/usr/bin/env python3
# Script to download a collection from archive.org using aria2c.
# Useful for if torrents aren't an option, but can be used on collections
# which provide them as well.
import xml.etree.ElementTree as ElementTree
import tempfile
import requests
import subprocess