Skip to content

Instantly share code, notes, and snippets.

@Lesmiscore
Created June 4, 2021 00:47
Show Gist options
  • Save Lesmiscore/e80376f6c26b26133618c77644311334 to your computer and use it in GitHub Desktop.
Save Lesmiscore/e80376f6c26b26133618c77644311334 to your computer and use it in GitHub Desktop.
[debug] Command-line config: ['-sv', 'https://youtube.com/shorts/HwnoPSKNb2I']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] yt-dlp version 2021.06.03.1622688875 (zip)
[debug] Python version 3.9.5 (CPython 64bit) - Linux-5.11.0-051100-generic-x86_64-with-glibc2.31
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4, rtmpdump 2.4
[debug] Proxy map: {}
[debug] [youtube:tab] Extracting URL: https://youtube.com/shorts/HwnoPSKNb2I
WARNING: [youtube:tab] A channel/user page was given. All the channel's videos will be downloaded. To download only the videos in the home page, add a "/featured" to the URL
[youtube:tab] shorts: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see https://github.com/yt-dlp/yt-dlp on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
File "/home/linuxbrew/.linuxbrew/bin/yt-dlp/yt_dlp/extractor/common.py", line 695, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/home/linuxbrew/.linuxbrew/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 3154, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/home/linuxbrew/.linuxbrew/Cellar/python@3.9/3.9.5/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/home/linuxbrew/.linuxbrew/Cellar/python@3.9/3.9.5/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/home/linuxbrew/.linuxbrew/Cellar/python@3.9/3.9.5/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/home/linuxbrew/.linuxbrew/Cellar/python@3.9/3.9.5/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/home/linuxbrew/.linuxbrew/Cellar/python@3.9/3.9.5/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment