VideoHelp Forum




+ Reply to Thread
Results 1 to 16 of 16
  1. Member
    Join Date
    Nov 2002
    Location
    Australia
    Search Comp PM
    I have used yt-dlp on this but it fails.

    PS C:\youtubedl> .\yt-dlp "https://tuckercarlson.com/tucker-show-jeffrey-sachs"
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)
    PS C:\youtubedl>

    Any ideas?
    Quote Quote  
  2. Originally Posted by abrogard View Post
    I have used yt-dlp on this but it fails.

    PS C:\youtubedl> .\yt-dlp "https://tuckercarlson.com/tucker-show-jeffrey-sachs"
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)
    PS C:\youtubedl>

    Any ideas?
    Weird you'd be forbidden - perhaps they block a header or something used by yt-dlp.

    Works fine for me with this:
    Code:
    N_m3u8DL-RE -M=mp4 "https://customer-aw5py76sw8wyqzmh.cloudflarestream.com/350561295a732e7998cbd49421a5ba8d/manifest/video.mpd?parentOrigin=https%3A%2F%2Ftuckercarlson.com"
    Last edited by keep_it_breezy; 30th May 2024 at 16:05. Reason: Included muxing
    Quote Quote  
  3. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by abrogard View Post
    I have used yt-dlp on this but it fails.

    PS C:\youtubedl> .\yt-dlp "https://tuckercarlson.com/tucker-show-jeffrey-sachs"
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)
    PS C:\youtubedl>

    Any ideas?
    Your file : https://www.swisstransfer.com/d/b412b23f-ee35-49c5-aa3f-c5c064e99069
    Quote Quote  
  4. yt-dlp --add-header "Cookie: __cf_bm=HCGevHwt6VI_FMoe7iDtOLmV2I31jCiVAC2nLvP8c9 Y-1717105586-1.0.1.1-ZUIkkpTlfT4Hh85H1OK8YzGAoBxXQswx93yJDQMGHiezQOU04b 2AZ1k2EXLFmTeAUKGp_aZ93Y1Ekx9aWVmZ2g; cf_clearance=ML.aiek4AepR4EYbyGRYsG1FfqXTsn3Y0pTaI Pj.6Gk-1717105587-1.0.1.1-z1Bl1rloPrqz2piWoisTpDpQl9N5241S1MHPaU_B5UEU65Hv5b SFscra3lWWdDhu_R0xSlu.6odH9XqfIqfgyA; _vb=d47e2115-dc0f-4762-abd3-3bbd4eb71b5d; _cids=W10=" https://tuckercarlson.com/tucker-show-jeffrey-sachs
    Deprecated Feature: Passing cookies as a header is a potential security risk; they will be scoped to the domain of the downloaded urls. Please consider loading cookies from a file or browser instead.
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    WARNING: [generic] Falling back on generic information extractor
    [generic] tucker-show-jeffrey-sachs: Extracting information
    ERROR: Unsupported URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    Quote Quote  
  5. The generic extractor used by yt-dlp just can't find the stream manifest (for whatever reason) on that site. Recommended to manually find the .mpd file, and download it using N_m3u8.
    Quote Quote  
  6. Member
    Join Date
    Nov 2002
    Location
    Australia
    Search Comp PM
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    I have used yt-dlp on this but it fails.

    PS C:\youtubedl> .\yt-dlp "https://tuckercarlson.com/tucker-show-jeffrey-sachs"
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)
    PS C:\youtubedl>

    Any ideas?
    Weird you'd be forbidden - perhaps they block a header or something used by yt-dlp.

    Works fine for me with this:
    Code:
    N_m3u8DL-RE -M=mp4 "https://customer-aw5py76sw8wyqzmh.cloudflarestream.com/350561295a732e7998cbd49421a5ba8d/manifest/video.mpd?parentOrigin=https%3A%2F%2Ftuckercarlson.com"

    Hmmm. Double Dutch to me. What should/could I do?

    I'm thinking I have to do that what is it F12 ? and find an m3u8 line, all that stuff?
    Quote Quote  
  7. Originally Posted by abrogard View Post
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    I have used yt-dlp on this but it fails.

    PS C:\youtubedl> .\yt-dlp "https://tuckercarlson.com/tucker-show-jeffrey-sachs"
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)
    PS C:\youtubedl>

    Any ideas?
    Weird you'd be forbidden - perhaps they block a header or something used by yt-dlp.

    Works fine for me with this:
    Code:
    N_m3u8DL-RE -M=mp4 "https://customer-aw5py76sw8wyqzmh.cloudflarestream.com/350561295a732e7998cbd49421a5ba8d/manifest/video.mpd?parentOrigin=https%3A%2F%2Ftuckercarlson.com"

    Hmmm. Double Dutch to me. What should/could I do?

    I'm thinking I have to do that what is it F12 ? and find an m3u8 line, all that stuff?
    Install this extension:

    https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
    Quote Quote  
  8. Member
    Join Date
    Nov 2002
    Location
    Australia
    Search Comp PM
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    I have used yt-dlp on this but it fails.

    PS C:\youtubedl> .\yt-dlp "https://tuckercarlson.com/tucker-show-jeffrey-sachs"
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)
    PS C:\youtubedl>

    Any ideas?
    Weird you'd be forbidden - perhaps they block a header or something used by yt-dlp.

    Works fine for me with this:
    Code:
    N_m3u8DL-RE -M=mp4 "https://customer-aw5py76sw8wyqzmh.cloudflarestream.com/350561295a732e7998cbd49421a5ba8d/manifest/video.mpd?parentOrigin=https%3A%2F%2Ftuckercarlson.com"

    Hmmm. Double Dutch to me. What should/could I do?

    I'm thinking I have to do that what is it F12 ? and find an m3u8 line, all that stuff?
    Install this extension:

    https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
    Installed it okay and ran it.
    while the vid is running at this address: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    and it reports: 'No URLs available'
    for both 'current tab' and 'current session' with the video either paused or running.
    Quote Quote  
  9. Originally Posted by abrogard View Post
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    I have used yt-dlp on this but it fails.

    PS C:\youtubedl> .\yt-dlp "https://tuckercarlson.com/tucker-show-jeffrey-sachs"
    [generic] Extracting URL: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    [generic] tucker-show-jeffrey-sachs: Downloading webpage
    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)
    PS C:\youtubedl>

    Any ideas?
    Weird you'd be forbidden - perhaps they block a header or something used by yt-dlp.

    Works fine for me with this:
    Code:
    N_m3u8DL-RE -M=mp4 "https://customer-aw5py76sw8wyqzmh.cloudflarestream.com/350561295a732e7998cbd49421a5ba8d/manifest/video.mpd?parentOrigin=https%3A%2F%2Ftuckercarlson.com"

    Hmmm. Double Dutch to me. What should/could I do?

    I'm thinking I have to do that what is it F12 ? and find an m3u8 line, all that stuff?
    Install this extension:

    https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
    Installed it okay and ran it.
    while the vid is running at this address: https://tuckercarlson.com/tucker-show-jeffrey-sachs
    and it reports: 'No URLs available'
    for both 'current tab' and 'current session' with the video either paused or running.
    Refresh the page - it will show up, got it to work fine at my end
    Quote Quote  
  10. Member
    Join Date
    Nov 2002
    Location
    Australia
    Search Comp PM
    @keep_it_breezy

    Thank you. That worked. It is being downloaded by yt right now. I think, I hope, though getting a lot of errors...

    _BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (2/10)...
    [download] 3.7% of ~ 2.09GiB at 507.73KiB/s ETA 55:00 (frag 79/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (3/10)...
    [download] 3.8% of ~ 2.09GiB at 875.05KiB/s ETA 01:21:12 (frag 83/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.1% of ~ 2.08GiB at 1.14MiB/s ETA 51:33 (frag 88/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.3% of ~ 2.09GiB at 776.61KiB/s ETA 51:08 (frag 92/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [dow

    and so on. But I've noticed in the past I can get heaps of that and still wind up with a good download.

    so thanks a lot for your help.
    Quote Quote  
  11. Originally Posted by abrogard View Post
    @keep_it_breezy

    Thank you. That worked. It is being downloaded by yt right now. I think, I hope, though getting a lot of errors...

    _BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (2/10)...
    [download] 3.7% of ~ 2.09GiB at 507.73KiB/s ETA 55:00 (frag 79/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (3/10)...
    [download] 3.8% of ~ 2.09GiB at 875.05KiB/s ETA 01:21:12 (frag 83/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.1% of ~ 2.08GiB at 1.14MiB/s ETA 51:33 (frag 88/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.3% of ~ 2.09GiB at 776.61KiB/s ETA 51:08 (frag 92/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [dow

    and so on. But I've noticed in the past I can get heaps of that and still wind up with a good download.

    so thanks a lot for your help.
    I have no idea why it is trying to decrypt anything honestly - that file is not encrypted. Hopefully that works however, it appears to be at least going through the segments.

    I would still highly recommend using N_m3u8 for stream playlist downloads.
    Quote Quote  
  12. Member
    Join Date
    Nov 2002
    Location
    Australia
    Search Comp PM
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    @keep_it_breezy

    Thank you. That worked. It is being downloaded by yt right now. I think, I hope, though getting a lot of errors...

    _BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (2/10)...
    [download] 3.7% of ~ 2.09GiB at 507.73KiB/s ETA 55:00 (frag 79/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (3/10)...
    [download] 3.8% of ~ 2.09GiB at 875.05KiB/s ETA 01:21:12 (frag 83/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.1% of ~ 2.08GiB at 1.14MiB/s ETA 51:33 (frag 88/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.3% of ~ 2.09GiB at 776.61KiB/s ETA 51:08 (frag 92/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [dow

    and so on. But I've noticed in the past I can get heaps of that and still wind up with a good download.

    so thanks a lot for your help.
    I have no idea why it is trying to decrypt anything honestly - that file is not encrypted. Hopefully that works however, it appears to be at least going through the segments.

    I would still highly recommend using N_m3u8 for stream playlist downloads.
    That's interesting. Only I get the 'decrypt' thing? I haven't failed to configure yt-dlp somehow have I or something?

    'Use N_m3u8DL' - I've only just now realised that's another app I could use. Just downloaded and unzipped it. Put the files in my yt-dlp dir. It should run alright from there i guess. When this thing finishes I'll give it a try. Thanks.
    Quote Quote  
  13. Originally Posted by abrogard View Post
    Originally Posted by keep_it_breezy View Post
    Originally Posted by abrogard View Post
    @keep_it_breezy

    Thank you. That worked. It is being downloaded by yt right now. I think, I hope, though getting a lot of errors...

    _BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (2/10)...
    [download] 3.7% of ~ 2.09GiB at 507.73KiB/s ETA 55:00 (frag 79/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (3/10)...
    [download] 3.8% of ~ 2.09GiB at 875.05KiB/s ETA 01:21:12 (frag 83/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.1% of ~ 2.08GiB at 1.14MiB/s ETA 51:33 (frag 88/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [download] 4.3% of ~ 2.09GiB at 776.61KiB/s ETA 51:08 (frag 92/2165)[download] Got error: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2635). Retrying (1/10)...
    [dow

    and so on. But I've noticed in the past I can get heaps of that and still wind up with a good download.

    so thanks a lot for your help.
    I have no idea why it is trying to decrypt anything honestly - that file is not encrypted. Hopefully that works however, it appears to be at least going through the segments.

    I would still highly recommend using N_m3u8 for stream playlist downloads.
    That's interesting. Only I get the 'decrypt' thing? I haven't failed to configure yt-dlp somehow have I or something?

    'Use N_m3u8DL' - I've only just now realised that's another app I could use. Just downloaded and unzipped it. Put the files in my yt-dlp dir. It should run alright from there i guess. When this thing finishes I'll give it a try. Thanks.
    I must admit I am not sure r.e. your actual config for yt-dlp, it is a little unusual to see that though!

    Yes give it a try for sure, for .mpd files and .m3u8 files it really is the GOAT in my opinion - makes it super easy to select what streams (audio, video, subs) that you want!
    Quote Quote  
  14. Member
    Join Date
    Nov 2002
    Location
    Australia
    Search Comp PM
    @keep_it_breezy

    Thanks again.
    Quote Quote  
  15. Originally Posted by abrogard View Post
    @keep_it_breezy

    Thanks again.
    No problem, anytime!
    Quote Quote  



Similar Threads

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