You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
youtube-dl --get-duration <same url as above>
43:14
There seems to be 37 minutes missing. However upon playing back the video it is nothing but ads. Note that --include-ads was not specified. Nothing from the video got downloaded; all 43 minutes are missing
If we manually inspect one of the m3u8 files listed in master.m3u8, we can see the following in there:
The lines between these comments need to be stripped before passing the data in to the downloader. Because right now the downloader is downloading them.
This issue is reproducable on all videos from nbc.com that require login. Any video not requiring login downloads fine.
The text was updated successfully, but these errors were encountered:
if its regarding NBC they moved to Widevine a while back. I have code for that but I believe Widevine support is banned from this repo. so you can visit my repo if you want
Checklist
Verbose log
Description
Videos downloaded from The Platform are not downloading correctly.
I'm using an MSO that is not supported. Therefore I have to manually get the link to the embedded player manually by visiting the video page:
https://www.nbc.com/the-profit/video/an-inside-look-kota-longboards/4117074
And then running the following JavaScript command:
And then pass that in to youtube-dl (see verbose log above).
Then inspect the downloaded file:
And then fetch the expected duration:
There seems to be 37 minutes missing. However upon playing back the video it is nothing but ads. Note that
--include-ads
was not specified. Nothing from the video got downloaded; all 43 minutes are missingIf we manually inspect one of the m3u8 files listed in master.m3u8, we can see the following in there:
The lines between these comments need to be stripped before passing the data in to the downloader. Because right now the downloader is downloading them.
This issue is reproducable on all videos from nbc.com that require login. Any video not requiring login downloads fine.
The text was updated successfully, but these errors were encountered: