Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoshimash/radiru-dl
らじる録音スクリプト
https://github.com/aoshimash/radiru-dl
Last synced: about 1 month ago
JSON representation
らじる録音スクリプト
- Host: GitHub
- URL: https://github.com/aoshimash/radiru-dl
- Owner: aoshimash
- License: mit
- Created: 2021-04-17T13:38:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T02:19:57.000Z (over 3 years ago)
- Last Synced: 2024-10-26T17:24:25.438Z (3 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# radiru-dl
らじるの聞き逃し番組録音スクリプト
- 聞き逃し番組表: https://www.nhk.or.jp/radio/ondemand/
## Usage
イメージプル
```bash
$ docker pull aoshimash/radiru-dl:latest
```番組ページのURLまたはプレイヤーページのURLを指定して音声ファイルをダウンロードすることができます。
番組ページとは `https://www.nhk.or.jp/radio/ondemand/detail.html?p=****_**` のことです。番組ページを指定した場合はページ内の全放送が録音されます。
プレイヤーページとは、 `https://www.nhk.or.jp/radio/player/ondemand.html?p=****_**_*****` のことです。プレイヤーページを指定した場合はそのプレイヤーで放送される1番組のみが録音されます。
番組ごとプレイヤーごとに最後のクエリストリングが異なります。```bash
$ docker run -v $(pwd)/output:/root/output -it aoshimash/radiru-dl <番組ページURL/プレイヤーURL>
```e.g.
```bash
$ docker run -v $(pwd)/output:/root/output -it aoshimash/radiru-dl "https://www.nhk.or.jp/radio/ondemand/detail.html?p=0045_01"
``````bash
$ docker run -v $(pwd)/output:/root/output -it aoshimash/radiru-dl "https://www.nhk.or.jp/radio/player/ondemand.html?p=0045_01_44612"
```