目次
Youtube-DLG - YouTube や他の動画サイトから動画をダウンロード
インストール
Scoop によるインストール。
ダウンロード元として extras バケットを追加する。
PS > scoop bucket add extras
Checking repo... ok The extras bucket was added successfully.
youtube-dl-gui をインストールする。
PS > scoop install youtube-dl-gui
Installing 'youtube-dl-gui' (0.4) [64bit] youtube-dl-gui-0.4-win-portable.zip (36.0 MB) [===============================================================] 100% Checking hash of youtube-dl-gui-0.4-win-portable.zip ... ok. Extracting youtube-dl-gui-0.4-win-portable.zip ... done. Linking ~\scoop\apps\youtube-dl-gui\current => ~\scoop\apps\youtube-dl-gui\0.4 Creating shortcut for youtube-dl (youtube-dl-gui.exe) 'youtube-dl-gui' (0.4) was installed successfully!
トラブルシューティング
ダウンロード エラー - Signature extraction failed が発生する場合
[04/10/20 04:43:14] ERROR: Signature extraction failed: Traceback (most recent call last): [04/10/20 04:43:14] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpw0w300z1\build\youtube_dl\extractor\youtube.py", line 1385, in _decrypt_signature [04/10/20 04:43:14] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpw0w300z1\build\youtube_dl\extractor\youtube.py", line 1262, in _extract_signature_function [04/10/20 04:43:14] youtube_dl.utils.ExtractorError: Cannot identify player 'https://www.youtube.com/s/player/4fbb4d5b/player_ias.vflset/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. [04/10/20 04:43:14] (caused by ExtractorError("Cannot identify player 'https://www.youtube.com/s/player/4fbb4d5b/player_ias.vflset/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
最新の youtube-dl が対応しているか確認してみる。
Python のインストール が必要である。