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
131.89k stars 10k forks source link

Windows installation dont work #32939

Closed Reegzy closed 1 week ago

Reegzy commented 1 week ago

Checklist

Verbose log

PASTE VERBOSE LOG HERE

Description

WRITE DESCRIPTION HERE

Reegzy commented 1 week ago

7qdEAIeONo

salty-catpuccino commented 1 week ago

Hello, I wanted to also include that this issue is happening with Linux builds with the bin/youtube-dl contents having the HTML that @Reegzy provided above.

dirkf commented 1 week ago

The image is a black rectangle for me. Always post diagnostics as text and do actually WRITE DESCRIPTION HERE as asked.

[x] I've verified that I'm running youtube-dl version 2021.12.17

Review #30839 as asked to see why this is expected to fail and how to find and use a version that is more likely to work (but still fails at #32905).

salty-catpuccino commented 1 week ago

That is interesting that the image is not loading for you. I can however provide exactly what is contained in it, it happens to be the same error users see if they navigate to the initial download location from the installation instructions. This link Shows the following HTML (This is what is pictured above):

<h1>Access denied</h1>

<p>
  Due to a <a href="[https://openjur.de/u/2466945.html](view-source:https://openjur.de/u/2466945.html)" target="_blank">ruling</a> of the Hamburg Regional Court, access to this website is blocked.
</p>

<hr />

<h1>Zugriff gesperrt</h1>

<p>
  Aufgrund eines <a href="[https://openjur.de/u/2466945.html](view-source:https://openjur.de/u/2466945.html)" target="_blank">Urteils</a> des Landgerichts Hamburg ist der Zugriff auf diese Website gesperrt.
</p>

This also is the same text that linux users get when examining the bin file (Presumably because the download goes to that link which only has this HTML available to download) So when trying to execute, at least from a Linux perspective, all we see is the Header tag for Access Denied.

Edit: It looks like this issue was already covered and installation instructions should be followed from here

dirkf commented 1 week ago

So in fact you didn't get to running 2021.12.17, but the resolution of your duplicate issue is clearly explained here

Review #30839 as asked ...

salty-catpuccino commented 1 week ago

I never claimed to have been able to run it. OP did however.