Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No video formats found error is appearing #26739

Open
syedshahidashiqali opened this issue Sep 28, 2020 · 2 comments
Open

No video formats found error is appearing #26739

syedshahidashiqali opened this issue Sep 28, 2020 · 2 comments

Comments

@syedshahidashiqali
Copy link

@syedshahidashiqali syedshahidashiqali commented Sep 28, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.09.20
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

PASTE VERBOSE LOG HERE

Description

WRITE DESCRIPTION HERE
ERROR: 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.

@ppriede
Copy link

@ppriede ppriede commented Oct 2, 2020

I had the same issue
for some reason I have 2 youtube-dl with different versions

$ whereis youtube-dl
youtube-dl: /usr/local/bin/youtube-dl /home/(USER)/.local/bin/youtube-dl

$ /usr/local/bin/youtube-dl --version
2020.09.20

$ /home/(USER)/.local/bin/youtube-dl
2020.03.24

Update via pip3
sudo pip3 install --upgrade youtube-dl

re-login, and now a have only one

$ whereis youtube-dl
youtube-dl: /usr/local/bin/youtube-dl

$ youtube-dl --version
2020.09.20

System: Ubuntu 18.04

@pukkandan
Copy link

@pukkandan pukkandan commented Oct 17, 2020

Be sure to call youtube-dl with the --verbose flag and include its complete output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.