I am unable to download certain video files for backup from this link:
https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m3u8
These are recorded Zoom calls that I was a part of, I am not trying to download copyrighted content.
I keep getting a 403 error when I use ffmpeg:
There are some key files requested during playback like:
Which has a content of :Code:https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.key
Code:ðÞ.=ºYßóB;=ǽˆI tried TubeDigger , but I have to login through Google to access the videos. This is not allowed in TubeDigger's browser.Code:ffmpeg -protocol_whitelist file,tls,tcp,https,crypto -allowed_extensions ALL -i "https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m 3u8" -c copy output.mp4 ffmpeg version git-2019-11-22-27c6c92 Copyright (c) 2000-2019 the FFmpeg develop ers built with gcc 9.2.1 (GCC) 20191010 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfi g --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libb luray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enab le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --e nable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable -libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 - -enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enab le-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --en able-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-ffnvcode c --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 - -enable-avisynth --enable-libopenmpt --enable-amf libavutil 56. 36.100 / 56. 36.100 libavcodec 58. 62.100 / 58. 62.100 libavformat 58. 35.100 / 58. 35.100 libavdevice 58. 9.101 / 58. 9.101 libavfilter 7. 66.100 / 7. 66.100 libswscale 5. 6.100 / 5. 6.100 libswresample 3. 6.100 / 3. 6.100 libpostproc 55. 6.100 / 55. 6.100 [https @ 000000d99412b180] HTTP error 403 Forbidden https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m3u 8: Server returned 403 Forbidden (access denied)
Can anyone help me ?
+ Reply to Thread
Results 1 to 7 of 7
-
Last edited by ng.newbie; 6th Jun 2021 at 08:01.
-
download key file then try N_m3u8DL-CLI
it can use external key file when downloading m3u8 -
Can you please clarify what you mean by the key file ?
Is it this?
https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.key
Or are you referring to the m3u8 file ?
https://cdnvideos.org/hls/live_zoom_89944892260_1616333738.m3u8
The m3u8 contains this: (shortened)
Code:#EXTM3U #EXT-X-ALLOW-CACHE:NO #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:4 #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-KEY:METHOD=AES-128,URI="live_zoom_89944892260_1616333738.key",IV=0x501C8EAA7F0FAD7C8A3FE7D6B26F11FC #EXTINF:4, live_zoom_89944892260_1616333738-hlsx240p/00000/live_zoom_89944892260_1616333738hlsx240pseg_00001.ts
Last edited by ng.newbie; 6th Jun 2021 at 08:00.
-
That .key file is the key file I meant, but it seems your problem is not the key.
ffmpeg can't even download the m3u8.
You probably need to provide cookies or referer info for the request headers.
Try this:
Code:youtube-dl --referer "https://cdnvideos.geeksforgeeks.org/" -f best "https://cdnvideos.geeksforgeeks.org/hls/live_zoom_89944892260_1616333738_gfg.m3u8"
-
Sir it worked perfectly.
Thank you much.
Attaching the configuration I have used.
[Attachment 59313 - Click to enlarge]Last edited by ng.newbie; 7th Jun 2021 at 11:17.
Similar Threads
-
Help with m3u8 download
By Jacko7 in forum Video Streaming DownloadingReplies: 5Last Post: 5th Aug 2020, 16:42 -
Download m3u8 video?
By ThunderRanger in forum Video Streaming DownloadingReplies: 3Last Post: 21st May 2020, 13:06 -
How do I download this m3u8?
By AshleyQuick in forum Video Streaming DownloadingReplies: 23Last Post: 17th May 2018, 09:13 -
Download m3u8
By quekkiefly in forum Video Streaming DownloadingReplies: 0Last Post: 12th Jan 2017, 06:40 -
Nick.com m3u8 download help
By kevinrm17 in forum Video Streaming DownloadingReplies: 6Last Post: 1st Jan 2017, 19:01