A simple batch downloader for the Atlas Suite. It reads a list of URLs from a .txt file and downloads them sequentially.
- gobake
- Go 1.22+
gobake buildCreate a text file with one URL per line:
https://example.com/video1.mp4
https://example.com/image.png
Run the tool:
./build/atlas.batchdown links.txt-v, --version: Show version information.-h, --help: Show help information.
MIT
