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 shorts fail to download #30834

Closed
radioaddition opened this issue Apr 8, 2022 · 1 comment
Closed

youtube shorts fail to download #30834

radioaddition opened this issue Apr 8, 2022 · 1 comment
Labels
duplicate fixed site-support-request Add extractor(s) for a new domain

Comments

@radioaddition
Copy link

works fine with regular videos, but it fails with shorts

OUTPUT:

youtube-dl --verbose https://youtube.com/shorts/npiLJLEpPhE
[debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['--verbose', 'https://youtube.com/shorts/npiLJLEpPhE'] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2021.12.17 [debug] Python version 3.10.4 (CPython) - Linux-4.19.220-g71dc7826df87-aarch64-with-libc [debug] exe versions: ffmpeg 5.0, ffprobe 5.0 [debug] Proxy map: {} [youtube:tab] shorts: Downloading webpage ERROR: Unable to recognize tab page; 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. Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
return func(self, *args, **kwargs) File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
ie_result = ie.extract(url)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/youtube_dl/extractor/youtube.py", line 2862, in _real_extract
raise ExtractorError('Unable to recognize tab page')
youtube_dl.utils.ExtractorError: Unable to recognize tab page; 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.

@dirkf
Copy link
Contributor

dirkf commented Apr 8, 2022

Duplicate of #30269; fixed in git master.

If you had used one of the relevant issue templates you would have been prompted thus:

  • I've searched the bugtracker for similar bug reports including closed ones

The search that you would have carried out would have revealed the original issue.

@dirkf dirkf closed this as completed Apr 8, 2022
@dirkf dirkf added site-support-request Add extractor(s) for a new domain duplicate fixed labels Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate fixed site-support-request Add extractor(s) for a new domain
Projects
None yet
Development

No branches or pull requests

2 participants