VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3
Results 61 to 77 of 77
  1. Hello,

    I'm sorry, but I'm stuck again.

    I'm getting an error message when I try to download this video:
    Code:
    heiko@Worf:~/Amityville Horror (2005)$ yt-dlp --allow-u --cookies-from-browser firefox "https://www.youtube.com/watch?v=PW3YCmGSUhQ&t=1066s" -f 292+293-0 -o enc.mp4
    WARNING: You have asked for UNPLAYABLE formats to be listed/downloaded. This is a developer option intended for debugging. 
             If you experience any issues while using this option, DO NOT open a bug report
    Extracting cookies from firefox
    Extracted 2088 cookies from firefox
    [youtube] Extracting URL: https://www.youtube.com/watch?v=PW3YCmGSUhQ&t=1066s
    [youtube] PW3YCmGSUhQ: Downloading webpage
    [youtube] PW3YCmGSUhQ: Downloading tv client config
    [youtube] PW3YCmGSUhQ: Downloading tv player API JSON
    [youtube] PW3YCmGSUhQ: Downloading web safari player API JSON
    WARNING: [youtube] PW3YCmGSUhQ: Some tv client https formats have been skipped as they are DRM protected. Your account may have an experiment that applies DRM to all videos on the tv client. See  https://github.com/yt-dlp/yt-dlp/issues/12563  for more details.
    [youtube] PW3YCmGSUhQ: Downloading player 65578ad1-main
    WARNING: [youtube] PW3YCmGSUhQ: Signature extraction failed: Some formats may be missing
             player = https://www.youtube.com/s/player/65578ad1/player_ias.vflset/en_US/base.js
             Please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
    WARNING: [youtube] PW3YCmGSUhQ: Some web_safari client https formats have been skipped as they are DRM protected. 
    WARNING: [youtube] PW3YCmGSUhQ: Some web_safari client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See  https://github.com/yt-dlp/yt-dlp/issues/12482  for more details
    WARNING: [youtube] PW3YCmGSUhQ: Some web client https formats have been skipped as they are DRM protected. 
    WARNING: [youtube] PW3YCmGSUhQ: Some web client https formats have been skipped as they are missing a url. YouTube is forcing SABR streaming for this client. See  https://github.com/yt-dlp/yt-dlp/issues/12482  for more details
    [youtube] PW3YCmGSUhQ: Downloading MPD manifest
    WARNING: [youtube] Failed to download MPD manifest: HTTP Error 404: Not Found
    [youtube] PW3YCmGSUhQ: Downloading m3u8 information
    [info] PW3YCmGSUhQ: Downloading 1 format(s): 292+293-0
    WARNING: You have requested merging of multiple formats while also allowing unplayable formats to be downloaded. The formats won't be merged to prevent data corruption.
    [download] Sleeping 4.00 seconds as required by the site...
    [hlsnative] Downloading m3u8 manifest
    [hlsnative] Total fragments: 1072
    [download] Destination: enc.f292.mp4
    [download] 100% of    4.62GiB in 00:06:08 at 12.83MiB/s
    [hlsnative] Downloading m3u8 manifest
    [hlsnative] Total fragments: 537
    [download] Destination: enc.f293-0.mp4
    [download] 100% of   41.84MiB in 00:00:32 at 1.28MiB/s
    heiko@Worf:~/Amityville Horror (2005)$
    Either the download is faulty or there's a problem with mp4decrypt.

    The keys are:
    Code:
    --key e627f079305c57aabf7ac21c1492a5b5:4d22ac1969f6311cf1e0dd71d248a4da --key 41b9d310835e5607aec3832d9a7fc776:c9224f5166b811a01476e8f08e9b7648 --key dce35a427db7586aa21afd75c9223f50:1adae8c8877597406f38d1f6266a67a6
    I'm very sorry to have to bring this up again.

    Best regards
    Heiko
    Quote Quote  
  2. Does nobody have any ideas?
    Quote Quote  
  3. WARNING: You have requested merging of multiple formats while also allowing unplayable formats to be downloaded. The formats won't be merged to prevent data corruption.
    enc.f292.mp4 (This is your 4.62GiB encrypted video file)
    enc.f293-0.mp4 (This is your 41.84MiB encrypted audio file)

    decrypt each of the files separately then merge them
    Quote Quote  
  4. Yes, I tried using mp4decrypt. It didn't work. The decoding finished very quickly. Neither the video nor the audio is playable afterward.

    Could it be that the keys are incorrect? I obtained them using Widevine L3 Decrypter in Firefox.

    Best regards
    Heiko
    Quote Quote  
  5. I also tried StreamFab. Unfortunately, that didn't work either.
    Quote Quote  
  6. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by Data2006 View Post
    Yes, I tried using mp4decrypt. It didn't work. The decoding finished very quickly. Neither the video nor the audio is playable afterward.

    Could it be that the keys are incorrect? I obtained them using Widevine L3 Decrypter in Firefox.

    Best regards
    Heiko
    mp4decrypt will work for the video part, and for the audio you will need to use shaka-packager
    see this thread post #4 - https://forum.videohelp.com/threads/419025-Download-an-documentary-from-youtube-com-in...P?daysprune=60
    Quote Quote  
  7. Code:
    heiko@Worf:~/Amityville Horror (2005)$ shaka-packager input="enc.f293-0.mp4",stream=audio,output=decrypted.m4a --enable_raw_key_decryption --keys key_id=e627f079305c57aabf7ac21c1492a5b5:key=4d22ac1969f6311cf1e0dd71d248a4da --keys key_id=41b9d310835e5607aec3832d9a7fc776:key=c9224f5166b811a01476e8f08e9b7648 --keys key_id=dce35a427db7586aa21afd75c9223f50:key=1adae8c8877597406f38d1f6266a67a6
    I1109 14:55:11.243228    8094 demuxer.cc:94] Demuxer::Run() on file 'enc.f293-0.mp4'.
    I1109 14:55:11.243526    8094 demuxer.cc:160] Initialize Demuxer for file 'enc.f293-0.mp4'.
    E1109 14:55:11.266592    8094 mp2t_media_parser.cc:342] Ignore unsupported MPEG2TS stream type 0x0xcf
    E1109 14:55:11.321036    8093 packager_main.cc:628] Packaging Error: 6 (END_OF_STREAM): 
    heiko@Worf:~/Amityville Horror (2005)$
    Best regards
    Heiko
    Quote Quote  
  8. Originally Posted by Data2006 View Post
    Code:
    heiko@Worf:~/Amityville Horror (2005)$ shaka-packager input="enc.f293-0.mp4",stream=audio,output=decrypted.m4a --enable_raw_key_decryption --keys key_id=e627f079305c57aabf7ac21c1492a5b5:key=4d22ac1969f6311cf1e0dd71d248a4da --keys key_id=41b9d310835e5607aec3832d9a7fc776:key=c9224f5166b811a01476e8f08e9b7648 --keys key_id=dce35a427db7586aa21afd75c9223f50:key=1adae8c8877597406f38d1f6266a67a6
    I1109 14:55:11.243228    8094 demuxer.cc:94] Demuxer::Run() on file 'enc.f293-0.mp4'.
    I1109 14:55:11.243526    8094 demuxer.cc:160] Initialize Demuxer for file 'enc.f293-0.mp4'.
    E1109 14:55:11.266592    8094 mp2t_media_parser.cc:342] Ignore unsupported MPEG2TS stream type 0x0xcf
    E1109 14:55:11.321036    8093 packager_main.cc:628] Packaging Error: 6 (END_OF_STREAM): 
    heiko@Worf:~/Amityville Horror (2005)$
    Best regards
    Heiko
    what's the url ??
    Quote Quote  
  9. can you share the manifest url
    Quote Quote  
  10. Code:
    "https://manifest.googlevideo.com/api/manifest/dash/expire/1762720583/ei/5qYQacrNO-vS6dsP2IjW2AM/ip/2003%3Aca%3A4f1a%3A3700%3A59a2%3Ae0f7%3Ad798%3A46ae/id/3d6dd80a61925214/source/youtube/requiressl/yes/xpc/EgVo2aDSNQ%3D%3D/playback_host/rr5---sn-4g5ednly.googlevideo.com/cps/18/met/1762698983%2C/mh/Eg/mm/31%2C29/mn/sn-4g5ednly%2Csn-4g5e6ns6/ms/au%2Crdu/mv/m/mvi/5/pl/36/rms/au%2Cau/ctier/A/as/fmp4_audio_cenc%2Cfmp4_sd_hd_cenc/pfa/5/gcr/de/initcwndbps/2252500/hightc/yes/siu/1/spc/6b0G_Che81K5hPLOAcMB8q42LhTx-iIpx1DHZUD_TOOaISodApLc/vprv/1/rqh/2/mt/1762698567/fvip/5/keepalive/yes/fexp/51355912%2C51552689%2C51565115%2C51565681%2C51580968/itag/0/sparams/expire%2Cei%2Cip%2Cid%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cas%2Cpfa%2Cgcr%2Chightc%2Csiu%2Cspc%2Cvprv%2Crqh%2Citag/sig/AJfQdSswRQIgeBGSOlGasEmmI8nykMs8LxmP1_Xzvm8uYWYws3WSFTgCIQDwneaBoptAC-r3_xL54a_FEvcwIgBZipbltmNWrd5OvA%3D%3D/lsparams/playback_host%2Ccps%2Cmet%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crms%2Cinitcwndbps/lsig/APaTxxMwRgIhANDtkEfo5Bcx9u9nsdlXt8cB99zZipHzja1TD7U3PpO0AiEA4NxbRDdhFQ9Ouv3SN2TLqwgKc66AaSOEwefeaczcIHQ%3D"
    Quote Quote  
  11. Does nobody have any ideas?

    I have another video here, also from YouTube:
    https://www.youtube.com/watch?v=vljmp1luSEo&t=1151s

    I tried this command:
    Code:
    N_m3u8DL-RE "https://manifest.googlevideo.com/api/manifest/hls_playlist/expire/1763175796/ei/FJkXadLhBdSDi9oPtLDNkAs/ip/2003:ca:4f1a:3700:5de1:70a5:30cb:20b2/id/40049319feae0216/itag/292/source/yt_media/requiressl/yes/aid/be58e6a7596e484a/asource/youtube/ratebypass/yes/gir/yes/clen/4247171732/lmt/1762858759844088/dur/5270.416/rqh/1/hls_chunk_host/rr2---sn-4g5edndd.googlevideo.com/xpc/EgVo2aDSNQ%3D%3D/cps/0/met/1763154196,/mh/EG/mm/31,29/mn/sn-4g5edndd,sn-4g5e6nsz/ms/au,rdu/mv/m/mvi/2/pl/36/rms/au,au/ctier/A/pfa/5/gcr/de/initcwndbps/2323750/hightc/yes/siu/1/bui/AdEuB5RrL9IQ9ZGpJTzEXnw1SoeaxY02Qm1adjGLdSS4v_C0HuYeLZvu5d1K5NnSGm4GulAiSA/spc/6b0G_JhJbZf5V_f0Jzukv6gBpt7N2fVhPgQCHh1fqcwSmX1_W6AP/vprv/1/playlist_type/CLEAN/dover/11/txp/0000224/mt/1763153605/fvip/4/keepalive/yes/fexp/51355912,51552689,51565115,51565681,51580968/sparams/expire,ei,ip,id,itag,source,requiressl,aid,asource,ratebypass,gir,clen,lmt,dur,rqh,xpc,ctier,pfa,gcr,hightc,siu,bui,spc,vprv,playlist_type/sig/AJfQdSswRAIgVWjGtGtFsJfIarslSSzYflNEep4-2Zz4vq3o6Bd4m0YCIC63k-f-dzItjbFEO3BHQLQrCnwVB0qJ1Xhx9mNTHjT_/lsparams/hls_chunk_host,cps,met,mh,mm,mn,ms,mv,mvi,pl,rms,initcwndbps/lsig/APaTxxMwRgIhANks3ZtNw3MbS0LuGiX3QURdwY9SPMJ7fuY7A6Kj0ikGAiEA7AHno9YEvrDxVrwb6Py1vW_aDOzxMfM0OmyLpL8PHKs%3D/playlist/index.m3u8" --save-name "Beast of War" -sv best -sa best -mt -M mkv --key ed831628728350aa92132d9cd0087f12:61c45830af3f3244e4b2a3e933d14dfd --key f9abaa4d4a2e5bf09faa7e2cc785c310:1f0cc275a43f505ed500587a0df79735 --key f4fc709a65a055999c3bdc3dba834ffd:4c90d30f44b7252348f02bcfd097f59c
    Could the keys be incorrect?

    Best regards
    Heiko
    Quote Quote  
  12. Code:
    22:40:16.313 ERROR: Failed to get KEY, ignore.: One or more errors occurred. (The 'skd' scheme is not supported.)
    Quote Quote  
  13. Originally Posted by Data2006 View Post
    Does nobody have any ideas?

    I have another video here, also from YouTube:
    https://www.youtube.com/watch?v=vljmp1luSEo&t=1151s

    I tried this command:
    Code:
    N_m3u8DL-RE "https://manifest.googlevideo.com/api/manifest/hls_playlist/expire/1763175796/ei/FJkXadLhBdSDi9oPtLDNkAs/ip/2003:ca:4f1a:3700:5de1:70a5:30cb:20b2/id/40049319feae0216/itag/292/source/yt_media/requiressl/yes/aid/be58e6a7596e484a/asource/youtube/ratebypass/yes/gir/yes/clen/4247171732/lmt/1762858759844088/dur/5270.416/rqh/1/hls_chunk_host/rr2---sn-4g5edndd.googlevideo.com/xpc/EgVo2aDSNQ%3D%3D/cps/0/met/1763154196,/mh/EG/mm/31,29/mn/sn-4g5edndd,sn-4g5e6nsz/ms/au,rdu/mv/m/mvi/2/pl/36/rms/au,au/ctier/A/pfa/5/gcr/de/initcwndbps/2323750/hightc/yes/siu/1/bui/AdEuB5RrL9IQ9ZGpJTzEXnw1SoeaxY02Qm1adjGLdSS4v_C0HuYeLZvu5d1K5NnSGm4GulAiSA/spc/6b0G_JhJbZf5V_f0Jzukv6gBpt7N2fVhPgQCHh1fqcwSmX1_W6AP/vprv/1/playlist_type/CLEAN/dover/11/txp/0000224/mt/1763153605/fvip/4/keepalive/yes/fexp/51355912,51552689,51565115,51565681,51580968/sparams/expire,ei,ip,id,itag,source,requiressl,aid,asource,ratebypass,gir,clen,lmt,dur,rqh,xpc,ctier,pfa,gcr,hightc,siu,bui,spc,vprv,playlist_type/sig/AJfQdSswRAIgVWjGtGtFsJfIarslSSzYflNEep4-2Zz4vq3o6Bd4m0YCIC63k-f-dzItjbFEO3BHQLQrCnwVB0qJ1Xhx9mNTHjT_/lsparams/hls_chunk_host,cps,met,mh,mm,mn,ms,mv,mvi,pl,rms,initcwndbps/lsig/APaTxxMwRgIhANks3ZtNw3MbS0LuGiX3QURdwY9SPMJ7fuY7A6Kj0ikGAiEA7AHno9YEvrDxVrwb6Py1vW_aDOzxMfM0OmyLpL8PHKs%3D/playlist/index.m3u8" --save-name "Beast of War" -sv best -sa best -mt -M mkv --key ed831628728350aa92132d9cd0087f12:61c45830af3f3244e4b2a3e933d14dfd --key f9abaa4d4a2e5bf09faa7e2cc785c310:1f0cc275a43f505ed500587a0df79735 --key f4fc709a65a055999c3bdc3dba834ffd:4c90d30f44b7252348f02bcfd097f59c
    Could the keys be incorrect?

    Best regards
    Heiko
    download the mpd file and match the kid values with keys you got
    Quote Quote  
  14. Good morning.

    I don't have an MPD file.

    Best regards
    Heiko
    Quote Quote  
  15. Originally Posted by Data2006 View Post
    Good morning.

    I don't have an MPD file.

    Best regards
    Heiko
    get it from manifest url
    Quote Quote  
  16. Manifest URL means nothing to me. Is it a program or a browser extension?

    When I go to the Network tab in Firefox and filter for MPD, it finds nothing.

    Best regards
    Heiko
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!