Can´t download a YT video
See original GitHub issueChecklist
- [x ] I’m reporting a broken site support issue
 - [x ] I’ve verified that I’m running youtube-dl version 2021.06.06
 - [ 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
youtube-dl “https://www.youtube.com/watch?v=p7FCgw_GlWc” -v [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u’https://www.youtube.com/watch?v=p7FCgw_GlWc’, u’-v’] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2021.06.06 [debug] Python version 2.7.18 (CPython) - Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-Ubuntu-20.04-focal [debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4 [debug] Proxy map: {} [youtube] p7FCgw_GlWc: Downloading webpage [youtube] p7FCgw_GlWc: Refetching age-gated info webpage WARNING: unable to download video info webpage: HTTP Error 410: Gone Traceback (most recent call last): File “/usr/lib/python2.7/runpy.py”, line 174, in _run_module_as_main “main”, fname, loader, pkg_name) File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code exec code in run_globals File “/usr/local/bin/youtube-dl/main.py”, line 19, in <module> File “/usr/local/bin/youtube-dl/youtube_dl/init.py”, line 475, in main File “/usr/local/bin/youtube-dl/youtube_dl/init.py”, line 465, in _real_main File “/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py”, line 2069, in download File “/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py”, line 808, in extract_info File “/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py”, line 815, in wrapper File “/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py”, line 836, in __extract_info File “/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py”, line 534, in extract File “/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py”, line 1503, in _real_extract File “/usr/local/bin/youtube-dl/youtube_dl/compat.py”, line 2644, in compat_parse_qs File “/usr/local/bin/youtube-dl/youtube_dl/compat.py”, line 2614, in _parse_qsl AttributeError: ‘bool’ object has no attribute ‘split’
## Description
Hey, i am trying to download a youtube video (https://www.youtube.com/watch?v=p7FCgw_GlWc). It shows me an "WARNING: unable to download video info webpage: HTTP Error 410: Gone" error, i am not really sure what i am doing wrong. I am running youtube-dl on Windows 11 using WSL. AFAIK, the video is age-restricted, but is public and accessable with my browser - i dont see how that could be a problem.
Issue Analytics
- State:
 - Created 2 years ago
 - Comments:9 (4 by maintainers)
 

Top Related StackOverflow Question
This patch back-ports the Android embed client work-around from yt-dlp to achieve the same result:
Then:
Videos like
Cr381pDsSsA(Some Girls from Equestria have a …) that reject embedding are not handled.Try the linked PR #31043 which worked when I last tested it.
There is a separate issue #31164 with YT today but it doesn’t affect this.