My snooper can only find m3u8 files named like 2.m3u8 or 3.m3u8, and it turns out that these are ads. It's really weird, 'cause those ts files are totally fine.
So, anyone knows how to download this video? Thanks in advance.
https://www.nbc.com/saturday-night-live/video/october-20-eric-idle/4023006
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 15 of 15
-
-
Youtube-dl
Code:youtube-dl --ap-mso --ap-username (username) --ap-password (password) "https://www.nbc.com/saturday-night-live/video/october-20-eric-idle/4023006"
-
Last edited by McFly2077; 18th Feb 2021 at 10:01.
-
use your email from your tv provider or from the site and your password and try it again
-
Last edited by McFly2077; 18th Feb 2021 at 18:43.
-
Try using HLS Downloader or The Stream Detector to get the direct link of that video
-
What is your tv provider?
Last edited by lfer94; 9th Mar 2021 at 15:24.
-
yt-dlp supports adobe pass multiple-system operator (TV provider) identifier, but Hulu is not available yet.
For example, in this case you should use:
Code:yt-dlp --ap-mso TVProviderID --ap-username YourUsername --ap-password YourPassword --allow-unplayable-formats "https://www.nbc.com/saturday-night-live/video/october-20-eric-idle/4023006"
-
once your signed in with your account info, try using the youtube-dl cookies file
option. -
If none of the tools work, you can laboriously do it manually for each piece of content, by observing the network traffic in the browser as the content loads.
This post from the other thread (to which you recently replied) shows the major requests to theplatform.
The url request that returns the media sources contains:
Code:link.theplatform.com
The first query string parameter follows "?", and each subsequent query string parameter follows "&".
For authenticated content, a very long query string parameter beginning with &auth= will also be included in the url to the api request.
In order to obtain a hls manifest (m3u8) that can be used directly with streamlink (and has less or no ads), several of the query string parameters in the url to the api request are removed. At least this is how youtube-dl does it.
Some of the query string parameters that should be removed from the ul to the api request are;
&player= [data]
&policy= [data]
&schema= [data]
&sdk= [data]
&switch=HLSOriginSecure
&siteSectionId= [data]
And perhaps a few others.
Similar Threads
-
Is there a way to download a TV show off NBC that still works?
By rstring in forum Newbie / General discussionsReplies: 5Last Post: 19th Jul 2018, 21:20 -
download from nbc olympic
By supersport in forum Video Streaming DownloadingReplies: 0Last Post: 25th Feb 2018, 09:10 -
download videos
By jhone in forum Video Streaming DownloadingReplies: 1Last Post: 27th Oct 2017, 16:07 -
How to download DT videos?
By YihuYon in forum Video Streaming DownloadingReplies: 0Last Post: 8th Apr 2016, 06:43