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.75k stars 10.07k forks source link

No video formats found error #29700

Open Naviya2 opened 3 years ago

Naviya2 commented 3 years ago

Checklist

Verbose log

PASTE VERBOSE LOG HERE

Description

WRITE DESCRIPTION HERE

I have installed latest version of youtube-dl in my yt song downloader bot , but it is showing this,

"[0;31mERROR: [0m No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the verbose flag and include its complete output."

I have installed the latest ver of 2021.06.06

 Google Chrome 7_31_2021 8_48_59 PM (3)_LI

rautamiekka commented 3 years ago

1) NEVER run apps (in this case ytdl) as root when you don't need to change system ! 2) If you're on Debian, Ubuntu, or something like that, you can install the python-is-python3 package, or create a symlink with

sudo ln -vs python3 /usr/bin/python
Naviya2 commented 3 years ago
  1. NEVER run apps (in this case ytdl) as root when you don't need to change system !
  2. If you're on Debian, Ubuntu, or something like that, you can install the python-is-python3 package, or create a symlink with
sudo ln -vs python3 /usr/bin/python

i want to run my telegram bot with yt-dl how i do it??

dirkf commented 3 years ago

Maybe the template needs further instructions for people who are running the program in a server process?