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
132.31k stars 10.03k forks source link

Suntax error in Linux #32903

Closed finid closed 3 months ago

finid commented 3 months ago

Checklist

Verbose log

youtube-dl -v --version
/usr/local/bin/youtube-dl: line 1: syntax error near unexpected token `newline'
/usr/local/bin/youtube-dl: line 1: `<h1>Access denied</h1>'

Description

  1. Just installed YouTube-dl on Linux Mint using the manual (curl) method.
  2. Got the error above after running youtube-dl -h or youtube-dl --version. Mint is running Python 3.8.10
FuzzyExpress commented 3 months ago
fexp@FuzzyExpressKRaider:~/Downloads$ cat /usr/local/bin/youtube-dl
<h1>Access denied</h1>

<p>
  Due to a <a href="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" target="_blank">Urteils</a> des Landgerichts Hamburg ist der Zugriff auf diese Website gesperrt.
</p>

image

Seams like the website that the curl command was pointing to was taken down :shrug: Instead we installed an almost blank HTML file.

finid commented 3 months ago

I know that website is not longer accessible, just did not know binary pointed to it.

finid commented 3 months ago

Because of that the application does not work at all.

dirkf commented 3 months ago

Use the template. Follow #30839.