/AltArrangedTreat
Created 2 years, 4 months ago...
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
yt-dlp --cookies "D:\HRISHI\studies\11th\brilliant\11th\phy\cookies.txt" --cookies-from-browser edge https://d3e4y8hquds3ek.cloudfront.net/institute/brilliantpalaelearn/courses/hybrid-iit-2024-integrated-programme/videos/transcoded/ee12ee906a364911b5c6c30cc9e170b3/720p/video.m3u8 --verbose
[debug] Command-line config: ['--cookies', 'D:\\HRISHI\\studies\\11th\\brilliant\\11th\\phy\\cookies.txt', '--cookies-from-browser', 'edge', 'https://d3e4y8hquds3ek.cloudfront.net/institute/brilliantpalaelearn/courses/hybrid-iit-2024-integrated-programme/videos/transcoded/ee12ee906a364911b5c6c30cc9e170b3/720p/video.m3u8', '--verbose']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] [392389b7d] (pip)
[debug] Python 3.11.3 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1t 7 Feb 2023)
[debug] exe versions: ffmpeg 2021-12-06-git-ef00d40e32-full_build-www.gyan.dev (setts), ffprobe 2021-12-06-git-ef00d40e32-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.17, brotli-1.0.9, certifi-2022.12.07, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.2
[Cookies] Extracting cookies from edge
[debug] Extracting cookies from: "C:\Users\USER\AppData\Local\Microsoft\Edge\User Data\Default\Network\Cookies"
[debug] Found local state file at "C:\Users\USER\AppData\Local\Microsoft\Edge\User Data\Local State"
[Cookies] Extracted 2316 cookies from edge
[debug] cookie version breakdown: {'v10': 2316, 'other': 0, 'unencrypted': 0}
[debug] Proxy map: {}
[debug] Loaded 1786 extractors
[generic] Extracting URL: https://d3e4y8hquds3ek.cloudfront.net/institute/brilliantpalaelearn/courses/hybrid-iit-2024-integrated-programme/videos/transcoded/ee12ee906a364911b5c6c30cc9e170b3/720p/video.m3u8
[generic] video: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[debug] Identified a M3U playlist
[generic] video: Downloading m3u8 information
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, filesize, fs_approx, tbr, vbr, abr, asr, proto, vext, aext, hasaud, source, id
[debug] Default format spec: bestvideo*+bestaudio/best
[info] video: Downloading 1 format(s): 0
[debug] Invoking hlsnative downloader on "https://d3e4y8hquds3ek.cloudfront.net/institute/brilliantpalaelearn/courses/hybrid-iit-2024-integrated-programme/videos/transcoded/ee12ee906a364911b5c6c30cc9e170b3/720p/video.m3u8"
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 546
[download] Destination: video [video].mp4
[debug] File locking is not supported. Proceeding without locking
[download] video [video].mp4.part-Frag39 has already been downloaded
[download] 7.1% of ~ 798.94MiB at 205.25MiB/s ETA Unknown (frag 39/546)ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\YoutubeDL.py", line 3247, in process_info
success, real_download = self.dl(temp_filename, info_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\YoutubeDL.py", line 2970, in dl
return fd.download(name, new_info, subtitle)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\downloader\common.py", line 444, in download
ret = self.real_download(filename, info_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\downloader\hls.py", line 365, in real_download
return self.download_and_append_fragments(ctx, fragments, info_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\downloader\fragment.py", line 523, in download_and_append_fragments
decrypt_fragment(fragment, self._read_fragment(ctx)), fragment['frag_index'], ctx)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\downloader\fragment.py", line 364, in decrypt_fragment
or _get_key(traverse_obj(info_dict, ('hls_aes', 'uri')) or decrypt_info['URI']))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\downloader\fragment.py", line 353, in _get_key
_key_cache[url] = self.ydl.urlopen(self._prepare_url(info_dict, url)).read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\site-packages\yt_dlp\YoutubeDL.py", line 3742, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found