Quote:
Originally Posted by ehurdler
... For example, the new episode of Brooklyn Nine-Nine https://www.fox.com/watch/5f5afb41c6...189e08c56e912/ When you simply use youtube-dl and one of the quality m3u8 files, it downloads everything but adds an advertisement in the beginning of the downloaded video.
|
I just checked the above video using the github method. No ad at the beginning or anywhere else.
Quote:
Originally Posted by ehurdler
Can you explain further? I tried the process described in the github link you sent. I parsed the url, as what I thought was right. I was able to use livestreamer but I still get the commercials. Can you give detailed instructions if you got this working? Thank you.
|
I really don't know how to make it any clearer. It is 3 steps.
Use the very long theplatform request made by the browser (no editing this or using an alternatively formed request).
Once you have this data, at the very top there is a very long uplink preplay json. Load that (again, no edits).
Once you have that, the PlayURL is at the very bottom of the preplay json. The PlayURL is the only item that needs to be edited. The pbs value at this particular location is important in determining what is sent in the m3u8. The m3u8 here is a parent m3u8 and not a quality m3u8.
If you are following these steps without doing any shortcuts or kludges, then I don't know what else to suggest.