記事内容の修正

- 番組情報取得方法の説明を詳細に
- 検索キーワードの指定方法にも言及する
This commit is contained in:
Kazuhiro MUSASHI 2022-09-04 21:41:26 +09:00
parent 001ac1136c
commit 77d6cd5b46
1 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,11 @@ images = ["ogp/2022-09-04-how-to-use-tver-api-to-list-up-programs.webp"]
```
## 番組情報を取得する
一つ前で取得した以下の情報を利用します:
- `platform_uid`
- `platform_token`
こんなコマンドを実行するといいです:
```shell
@ -114,5 +119,7 @@ images = ["ogp/2022-09-04-how-to-use-tver-api-to-list-up-programs.webp"]
}
```
具体的な検索キーワードがある場合には、「&keyword=ワンピース」みたいな形でURLに追加してあげるとOKのようです。
## 最後に
これと[yt-dlp: A youtube-dl fork with additional features and fixes](https://github.com/yt-dlp/yt-dlp)を組み合わせると、[TVer \- 無料で動画見放題](https://tver.jp/)で公開されている番組をさくっとダウンロードできる仕組み作りできるのでは。。