All Projects → everdrone → nts

everdrone / nts

Licence: MIT license
NTS Radio downloader and metadata parser

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nts

Anime Offline Database
Updated every week: A JSON based offline anime database containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more...
Stars: ✭ 292 (+403.45%)
Mutual labels:  metadata, episodes
Anime Downloader
A simple but powerful anime downloader and streamer.
Stars: ✭ 1,155 (+1891.38%)
Mutual labels:  downloader, episodes
rafy-rs
Rust library to download YouTube content and retrieve metadata
Stars: ✭ 46 (-20.69%)
Mutual labels:  metadata, downloader
Irs
🎸 🎶 A music downloader that understands your metadata needs.
Stars: ✭ 268 (+362.07%)
Mutual labels:  metadata, downloader
Popcorn Api
Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Compatible API Anime/Movies/Show Scrapper
Stars: ✭ 529 (+812.07%)
Mutual labels:  metadata, episodes
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Stars: ✭ 1,268 (+2086.21%)
Mutual labels:  metadata, episodes
YouTube-MA
💾 YouTube video metadata archiver written in Golang
Stars: ✭ 17 (-70.69%)
Mutual labels:  metadata, downloader
tinydownloader
a tiny downloader with console panel.
Stars: ✭ 80 (+37.93%)
Mutual labels:  downloader
VandaDownloader
强大的下载特性支持,更加清晰的特性设计。
Stars: ✭ 25 (-56.9%)
Mutual labels:  downloader
KGrabber
Userscript for extracting links from kissanime.ru and similar sites.
Stars: ✭ 29 (-50%)
Mutual labels:  downloader
metadata-tools
Contains tools for metadata, such as Roslyn's metadata visualizer.
Stars: ✭ 37 (-36.21%)
Mutual labels:  metadata
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+215.52%)
Mutual labels:  downloader
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (+60.34%)
Mutual labels:  radio
ESOLinuxAddonManager
[MIRROR] Elder Scrolls Online addon downloader, for Linux! Check the link below for the development repo which has the releases and issuetracker.
Stars: ✭ 25 (-56.9%)
Mutual labels:  downloader
twist-dl
Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.
Stars: ✭ 28 (-51.72%)
Mutual labels:  downloader
js-coalaip
Javascript implementation for COALA IP
Stars: ✭ 18 (-68.97%)
Mutual labels:  metadata
newsched
The GNU Radio 4.0 Runtime Proof Of Concept
Stars: ✭ 19 (-67.24%)
Mutual labels:  radio
react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
Stars: ✭ 145 (+150%)
Mutual labels:  radio
dirdf
R package: dirdf - Extracts Metadata from Directory and File Names
Stars: ✭ 57 (-1.72%)
Mutual labels:  metadata
pyexiv2
Read/Write metadata(including EXIF, IPTC, XMP), comment and ICC Profile embedded in digital images.
Stars: ✭ 120 (+106.9%)
Mutual labels:  metadata

NTS Radio downloader

Downloads NTS episodes (with metadata) for offline listening.

Installation

First install all the requirements.

pip3 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.

nts https://www.nts.live/shows/myshow/episodes/myepisode

Alternatively, you can pass a show/host url to download all its episodes.

nts 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.

nts links.txt

You can also pass files and urls (shows or episodes) at the same time

nts links.txt https://www.nts.live/shows/myshow

To change the output directory use the --out-dir option, or the -o shorthand

nts -o ~/Desktop/NTS links.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].