ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
130.26k stars 9.83k forks source link

Program not downloading anything #31550

Closed 179bpm closed 1 year ago

179bpm commented 1 year ago

Checklist

Verbose log

[06/23/22 12:08:36] ERROR: unable to download video data: HTTP Error 403: Forbidden
[06/25/22 07:38:02] WARNING: Unable to download webpage: HTTP Error 429: Too Many Requests
[06/25/22 14:59:23] WARNING: Unable to download webpage: HTTP Error 429: Too Many Requests
[06/25/22 15:02:38] WARNING: Unable to download webpage: HTTP Error 429: Too Many Requests
[07/02/22 12:07:44] ERROR: unable to download video data: HTTP Error 403: Forbidden
[07/06/22 16:25:35] ERROR: unable to download video data: HTTP Error 403: Forbidden
[09/21/22 17:55:45] ERROR: unable to download video data: HTTP Error 403: Forbidden
[09/21/22 17:55:45] ERROR: unable to download video data: HTTP Error 403: Forbidden
[09/21/22 17:55:45] ERROR: unable to download video data: HTTP Error 403: Forbidden
[10/10/22 17:27:38] ERROR: unable to download video data: HTTP Error 403: Forbidden
[10/27/22 16:59:48] ERROR: unable to download video data: HTTP Error 403: Forbidden
[02/17/23 08:08:54] ERROR: Unable to extract uploader id; 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.
[02/17/23 08:10:30] ERROR: Unable to extract uploader id; 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.
[02/17/23 08:12:26] ERROR: Unable to extract uploader id; 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.
[02/17/23 08:15:30] ERROR: Incomplete YouTube ID lX44CAzJhU. URL https://www.youtube.com/watch?v=lX44CAzJhU looks truncated.
[02/17/23 08:16:11] ERROR: Incomplete YouTube ID mYRn7ACITo. URL https://www.youtube.com/watch?v=mYRn7ACITo looks truncated.
[02/17/23 08:20:42] ERROR: 'youtube-dl "https://www.youtube.com/watch?v=mYRn7ACI_To"' is not a valid URL. Set --default-search "ytsearch" (or run  youtube-dl "ytsearch:youtube-dl "https://www.youtube.com/watch?v=mYRn7ACI_To"" ) to search YouTube
[02/17/23 08:21:21] ERROR: '"https://www.youtube.com/watch?v=mYRn7ACI_To"' is not a valid URL. Set --default-search "ytsearch" (or run  youtube-dl "ytsearch:"https://www.youtube.com/watch?v=mYRn7ACI_To"" ) to search YouTube
[02/17/23 08:25:42] ERROR: Unable to extract uploader id; 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.
[02/17/23 08:26:09] ERROR: Unable to extract uploader id; 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.

Description

I'm trying to download this video: https://youtu.be/lX44CAz-JhU to use its music in a rhythm game, but it wouldn't work. I originally thought that the program couldn't download URLs with - and _, but when I tried a random video URL without those symbols, it also didn't work. I have also tried different videos of the same song, but those don't work either.

dirkf commented 1 year ago

Your log shows a whole lot of errors but no verbose log that could help to diagnose them. Open a new issue, following the issue template fully, to report a specific error.

If your specific concern is this ERROR: Unable to extract uploader id, then you should have found the existing issue for this problem when you did this:

[x] I've searched the bugtracker for similar bug reports including closed ones