このページの2つのバージョン間の差分を表示します。
| |
| windows:youtube-dl-gui [2020/04/10 04:33] – 作成 ともやん | windows:youtube-dl-gui [2020/04/10 09:02] (現在) – ともやん |
|---|
| </WRAP> | </WRAP> |
| |
| **Audacity** をインストールする。\\ | **youtube-dl-gui** をインストールする。\\ |
| <code powershell> | <code powershell> |
| PS > scoop install youtube-dl-gui | PS > scoop install youtube-dl-gui |
| </code> | </code> |
| </WRAP> | </WRAP> |
| | |
| | ===== トラブルシューティング ===== |
| | |
| | ==== ダウンロード エラー - Signature extraction failed が発生する場合 ==== |
| | {{:windows:youtube-dl-gui_error_001.png?800|Youtube-DLG Error 001}}\\ |
| | View Log\\ |
| | <WRAP prewrap 100% #result> |
| | <code> |
| | [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. |
| | </code> |
| | </WRAP> |
| | |
| | 最新の **youtube-dl** が対応しているか確認してみる。\\ |
| | [[python:python_install|Python のインストール]] が必要である。\\ |
| |