Nts
NTS Radio downloader and metadata parser
Downloads [NTS](https://www.nts.live) episodes (with metadata) for offline listening. The project is written primarily in Python, distributed under the MIT License license, first published in 2019. Key topics include: cli, downloader, episodes, metadata, music.
NTS Radio downloader
Downloads NTS episodes (with metadata) for offline listening.
<img src="https://i.postimg.cc/fRfNN8Y6/nts-header.png" />Installation
First install all the requirements.
shpip3 install nts-everdrone
Usage
Usage: nts [options] args
Options:
-h, --help show this help message and exit
-o DIR, --out-dir=DIR
where the files will be downloaded, defaults to
~/Downloads on macOS and %USERPROFILE%\Downloads
-v, --version print the version number and quit
-q, --quiet only print errors
Just paste the episode url and it will be downloaded in your Downloads folder.
shnts https://www.nts.live/shows/myshow/episodes/myepisode
Alternatively, you can pass a show/host url to download all its episodes.
shnts https://www.nts.live/shows/myshow
If you have multiple urls, write them into a file line by line and pass the file to the script.
Show urls will be expanded and downloaded as well.
shnts links.txt
You can also pass files and urls (shows or episodes) at the same time
shnts links.txt https://www.nts.live/shows/myshow
To change the output directory use the --out-dir option, or the -o shorthand
shnts -o ~/Desktop/NTS links.txt
Contributors
Showing top 9 contributors by commit count.
