From 77d6cd5b46a7d8617fc9a93a23dd254b05dc0d87 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 4 Sep 2022 21:41:26 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A8=98=E4=BA=8B=E5=86=85=E5=AE=B9=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 番組情報取得方法の説明を詳細に - 検索キーワードの指定方法にも言及する --- .../2022-09-04-how-to-use-tver-api-to-list-up-programs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/posts/2022/2022-09-04-how-to-use-tver-api-to-list-up-programs.md b/content/posts/2022/2022-09-04-how-to-use-tver-api-to-list-up-programs.md index cda997d..90a03ca 100644 --- a/content/posts/2022/2022-09-04-how-to-use-tver-api-to-list-up-programs.md +++ b/content/posts/2022/2022-09-04-how-to-use-tver-api-to-list-up-programs.md @@ -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/)で公開されている番組をさくっとダウンロードできる仕組み作りできるのでは。。