https://github.com/drom/aerostat
aerostat podcast download tools
https://github.com/drom/aerostat
hacktoberfest
Last synced: 18 days ago
JSON representation
aerostat podcast download tools
- Host: GitHub
- URL: https://github.com/drom/aerostat
- Owner: drom
- License: mit
- Created: 2016-02-26T18:27:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T23:25:07.000Z (9 months ago)
- Last Synced: 2025-04-24T07:49:05.276Z (25 days ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Маленький скриптец для скачки замечательной радиопередачи [АЭРОСТАТ](https://aerostatbg.ru) Бориса Гребенщикова.
## Скачать ряд эпизодов в текущую папку
```sh
npx aerostat-dl --min 496 --max 535
```* `--min Number` start downloading with this number
* `--max Number` last episode to download## Играть эпизод через Chromecast
```sh
npx aerostat-dl --number 100 --device
```### Options
```
Options:
--version Show version number [boolean]
--min first Aerostat number to download [number]
--max last Aerostat number to download [number] [default: 5000]
--par number of parallel downloads [number] [default: 1]
--number, -n Aerostat Number to chromecast [number]
--device, -d Name of chromecast device [string]
--skip, -s skip Number of seconds
--help Show help [boolean]
```