title: Internet Archive
pipx install internetarchive
Ensure "Automatically add torrents from" > Monitored Folder is set to /mnt/torrent_files
and the Override save path is Default save path.
ia search --itemlist "collection:bbsmagazine" | tee bbsmagazine.txt
cat bbsmagazine.txt | parallel 'ia download --format "Archive BitTorrent" --destdir=/mnt/torrent_files {}'
/mnt/torrent_files
find /mnt/torrent_files -type f -name "*.torrent" -exec mv {} /mnt/torrent_files \;
IMPORTANT
Note: .torrent files will be removed from/mnt/torrent_files
by qBittorrent once they are added to the instance.
find /mnt/torrent_files -maxdepth 1 -mindepth 1 -type d -delete