Download audio from https://aphextwin.warp.net
Note: Redistribution of downloaded data is prohibited. Please keep it to private use.
pip install afxdl
# OR:
pipx install afxdl$ afxdl ~/Music/AphexTwin [λ] === 001 === [-] Fetching album information... [+] Found: 'Blackbox Life Recorder 21f / in a room7 F760' (9 tracks) [-] Downloading albums... [+] Saved: '/home/eggplants/Music/AphexTwin/109100-collapse-ep' ... [λ] === 038 === [-] Fetching album information... [+] All Finished! $ tree ~/Music/AphexTwin/ /home/eggplants/Music/AphexTwin ├── 109100-collapse-ep │ ├── 688346-t69-collapse.mp3 │ ├── 688347-1st-44.mp3 │ ├── 688348-mt1-t29r2.mp3 │ ├── 688349-abundance10edit2-r8s-fz20m-a-909.mp3 │ ├── 688350-pthex.mp3 │ └── 688351-t69-collapse-durichroma.mp3 ├── 399837-blackbox-life-recorder-21f-in-a-room7-f760 ...
$ afxdl -h usage: afxdl [-h] [-o] [-d] [-V] [save_dir] download audio from <aphextwin.warp.net> positional arguments: save_dir directory to save albums (default: ./AphexTwin/) options: -h, --help show this help message and exit -o, --overwrite overwrite saved albums (default: False) -d, --dry dry run mode (skip downloading and saving) (default: False) -V, --version show program's version number and exit