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

Youtube URL returning no video formats found error #25347

Closed
ii-Python opened this issue May 21, 2020 · 1 comment
Closed

Youtube URL returning no video formats found error #25347

ii-Python opened this issue May 21, 2020 · 1 comment
Labels

Comments

@ii-Python
Copy link

@ii-Python ii-Python commented May 21, 2020

Checklist

  • [ ] I'm reporting a broken site support issue
  • [ x ] I've verified that I'm running youtube-dl version 2020.05.08
  • [ x ] I've checked that all provided URLs are alive and playable in a browser
  • [ x ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [ x ] I've searched the bugtracker for similar bug reports including closed ones
  • [ x ] I've read bugs section in FAQ

Verbose log

I'm not using the command line utility, rather the Python module.

ERROR: No video formats found

Description

I'm not sure as to why is stopped working, as it was working fine earlier.
Essentially, it's attempting to stream from a URL into a discord voice channel.

I have checked all the URL's that it attempts to play, and they all function in the browser.
None of them are geo-restricted either.

Link that I actively test the bot with: https://www.youtube.com/watch?v=oHg5SJYRHA0
(it's not actually meant to be a rickroll)

@ii-Python
Copy link
Author

@ii-Python ii-Python commented May 21, 2020

Correction, it's working fine now.
I just added the postprocessors tag to the options.

'postprocessors': [{
     'key': 'FFmpegExtractAudio',
    'preferredcodec': 'mp3',
    'preferredquality': '192',
}]
@ii-Python ii-Python closed this May 21, 2020
@dstftw dstftw reopened this May 21, 2020
@dstftw dstftw closed this May 21, 2020
@dstftw dstftw added the incomplete label May 21, 2020
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
2 participants
You can’t perform that action at this time.