An open API service indexing awesome lists of open source software.

https://github.com/eggplants/afxdl

Download audio files from aphextwin.warp.net
https://github.com/eggplants/afxdl

aphextwin cli command-line-tool downloader id3-tags id3v2 mp3 warp

Last synced: about 1 year ago
JSON representation

Download audio files from aphextwin.warp.net

Awesome Lists containing this project

README

          

# afxdl

[![PyPI version](

)](

) [![Maintainability](

)](

) [![pre-commit.ci status](

)](

) [![Code Coverage](

)](

) [![Test](

)](

)

[![ghcr latest](

) ![ghcr size](

)](

)

Download audio from

_Note: Redistribution of downloaded data is prohibited. Please keep it to private use._

## Install

```bash
pip install afxdl
```

OR:

```bash
pipx install afxdl
```

## Run

```shellsession
$ 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
...
```

## Help

```shellsession
$ afxdl -h
usage: afxdl [-h] [-o] [-V] [save_dir]

download audio from

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)
-V, --version show program's version number and exit
```