Created
December 10, 2021 10:32
-
-
Save tuxflo/331b44ab14172ab22c11dd68fa970a8b to your computer and use it in GitHub Desktop.
yt-dlp output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tuxflo@flo-x390 ~ % yt-dlp --verbose https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/6057955896001/68abd0b6-e2db-43f1-907e-77de67a1fd53/6s/manifest.mpd?behavior_id=6653bcfa-b258-4bc9-8f30-4b702ead02d8&fastly_token=NjFiMzc4NmZfMTc1NmU1YzY4ZWY2Y2NkM2QyOTM4ZDg4ZGIxMjljYzI4NTdkMjk3NDhmMjAyY2Q0NjIzYTY2MzNmNjA1MGFhYw%3D%3D | |
[1] 13766 | |
tuxflo@flo-x390 ~ % [debug] Command-line config: ['--verbose', 'https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/6057955896001/68abd0b6-e2db-43f1-907e-77de67a1fd53/6s/manifest.mpd?behavior_id=6653bcfa-b258-4bc9-8f30-4b702ead02d8'] | |
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, err utf-8, pref UTF-8 | |
[debug] yt-dlp version 2021.12.01 [91f071af6] (zip) | |
[debug] Python version 3.9.7 (CPython 64bit) - Linux-5.15.2-2-MANJARO-x86_64-with-glibc2.33 | |
[debug] exe versions: ffmpeg 4.4.1 (setts), ffprobe 4.4.1, rtmpdump 2.4 | |
[debug] Optional libraries: Crypto, keyring, sqlite | |
[debug] Proxy map: {} | |
[debug] [generic] Extracting URL: https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/6057955896001/68abd0b6-e2db-43f1-907e-77de67a1fd53/6s/manifest.mpd?behavior_id=6653bcfa-b258-4bc9-8f30-4b702ead02d8 | |
[generic] manifest: Requesting header | |
WARNING: [generic] Could not send HEAD request to https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/6057955896001/68abd0b6-e2db-43f1-907e-77de67a1fd53/6s/manifest.mpd?behavior_id=6653bcfa-b258-4bc9-8f30-4b702ead02d8: HTTP Error 403: Forbidden | |
[generic] manifest: Downloading webpage | |
ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output. (caused by <HTTPError 403: 'Forbidden'>); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output. | |
File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 715, in _request_webpage | |
return self._downloader.urlopen(url_or_request) | |
File "/usr/local/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 3385, in urlopen | |
return self._opener.open(req, timeout=self._socket_timeout) | |
File "/usr/lib/python3.9/urllib/request.py", line 523, in open | |
response = meth(req, response) | |
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response | |
response = self.parent.error( | |
File "/usr/lib/python3.9/urllib/request.py", line 561, in error | |
return self._call_chain(*args) | |
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain | |
result = func(*args) | |
File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default | |
raise HTTPError(req.full_url, code, msg, hdrs, fp) | |
[1] + 13766 exit 1 yt-dlp --verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment