Pristine-Streaming-Downloader
用Go编写的Pristine Streaming下载器:
设置
在配置文件中输入证书, 如果需要,配置任何其他选项:
| 选项 | 信息 |
|---|---|
| 电子邮件 | 电子邮件地址。 |
| 密码 | 密码。 |
| 格式 | 下载格式。1 = 320 Kbps MP3, 2 = 16/24-bit FLAC. |
| 输出路径 | 下载到哪里。如果路径不存在,将被制作。 |
用法
Args优先于配置文件:
下载两张专辑。ps_dl_x64.exe https://pristinestreaming.com/app/browse/albums/1885 https://pristinestreaming.com/app/browse/albums/1886
下载一张专辑,并从两个格式为1的文本文件中下载。ps_dl_x64.exe https://pristinestreaming.com/app/browse/albums/1885 G:\1.txt G:\2.txt -f 1
_____ _____ ____ _ _
| _ | __| | \ ___ _ _ _ ___| |___ ___ _| |___ ___
| __|__ | | | | . | | | | | | . | .'| . | -_| _|
|__| |_____| |____/|___|_____|_|_|_|___|__,|___|___|_|
Usage: ps_dl_x64.exe [--format FORMAT] [--outpath OUTPATH] URLS [URLS ...]
Positional arguments:
URLS
Options:
--format FORMAT, -f FORMAT
Download format.
1 = 320 Kbps MP3
2 = 16/24-bit FLAC. [default: -1]
--outpath OUTPATH, -o OUTPATH
Where to download to. Path will be made if it doesn't already exist.
--help, -h display this help and exit