Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
YouTube said: Unable to extract video data #26389
Comments
|
Problematic for me:
It's an age restricted video:
... so exploring If anyone knows the fix here then please let me know! Sincerely |
|
Yes, adding Once logged in, I used this extension to grab my cookies from the YouTube page Hope this helps Sincerely |
|
I used a diffrent source, so this issue is (hopefully) fixed. |
Checklist
Verbose log
Python version 3.8.5 - Windows 10 Home
youtube-dl version 2020.07.28
Description
WRITE DESCRIPTION HERE
Whenever I try to use my play command (this is a discord.py project), it only takes one word from a video. Otherwise, it would come up with the "YouTube said: Unable to extract Video Data" error.
This is my options:
YTDL_OPTIONS = { 'format': 'bestaudio', 'extractaudio': True, 'audioformat': 'mp3', 'outtmpl': '%(extractor)s-%(id)s-%(title)s.%(ext)s', 'restrictfilenames': True, 'noplaylist': True, 'nocheckcertificate': True, 'ignoreerrors': True, 'logtostderr': True, 'quiet': True, 'no_warnings': True, 'default_search': 'ytsearch', 'source_address': '0.0.0.0' }