Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avin/rt-downloader
Download some good music.
https://github.com/avin/rt-downloader
downloader grabber music radio
Last synced: 1 day ago
JSON representation
Download some good music.
- Host: GitHub
- URL: https://github.com/avin/rt-downloader
- Owner: avin
- Created: 2018-01-21T10:49:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:57:11.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T16:32:07.655Z (over 1 year ago)
- Topics: downloader, grabber, music, radio
- Language: JavaScript
- Size: 997 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RT-Downloader
```
____ _____ ____ _ _
| _ \_ _| | _ \ _____ ___ __ | | ___ __ _ __| | ___ _ __
| |_) || |_____| | | |/ _ \ \ /\ / / '_ \| |/ _ \ / _` |/ _` |/ _ \ '__|
| _ < | |_____| |_| | (_) \ V V /| | | | | (_) | (_| | (_| | __/ |
|_| \_\|_| |____/ \___/ \_/\_/ |_| |_|_|\___/ \__,_|\__,_|\___|_|Download some good music.
```
## Install
`npm install -g rt-downloader`
## Setup
Run `rt-downloader` first time. (it will prepare config file with default values at `$HOME/.rt-downloader/config.json`)
Copy your `x-session-key` from headers of `di.fm` after authentication (check image below)
![where is a key](./additional/key.png 'Get key')
You can setup it manually in a config: `$HOME/.rt-downloader/config.json`.
(You have to start script at least once to config appear).To change download folder use option `downloadLocation`. For example
```json
"downloadLocation": "z:\\MUSIC\\Radio",
```## Clear cache
Clear cache with a command
```
rt-downloader -c
```