Quote:
Originally Posted by Yelloworanges
Now that you can do it, how would you have explained it better? This might help others so they don't have to deal with my lousy unclear instructions.
|
OK, Deal. Yelloworanges, I did a test and wrote up this little set of instructions for myself, so as you suggested I will post them here.
Open Browser (I’m using Firefox) Load up Tools->Web Developer->Web Console.
Put “theplatform” (without quotes) in the search box.
Open Fox video in question. I am using The Orville s01e04:
Code:
https://www.fox.com/watch/37b7c7ad4524caaa6218df213fe3119d/
Now the web console will give a result, in my example:
Code:
GET XHR https://link.theplatform.com/s/fox-dcg/media/XG9mfW7uoeKV
Expand this and you need to copy the full long “Location” url, the .json url.
Code:
https://content.uplynk.com/preplay/1974dbc0204741908baa92c3058fd9b8.json?v=2&rays=gkjihfedcb&ad=fw_prod&ad.csid=app.dcg-foxnow%2Fweb%2Ffox&ad.kv=fnl-affiliate,,fs-affiliate,,_fw_ae,nomvpd,_fw_did_idfa,,_fw_did_google_advertising_id,,_fw_did_android_id,,_fw_did,,_fw_nielsen_app_id,,_fw_vcid2,116450:463095-1506704124-64.121.15.7,aap_truex,true,adPackage,dai&expand=&tc=1&exp=1506704364&rn=932868&ct=a&cid=1974dbc0204741908baa92c3058fd9b8&sig=e05ff8d0f91a582f647d3ceb3f202343aad0b47ce11298f857428c70cf952e2a
Paste into Browser. Will load JSON Data in Firefox’s window. Copy the “playURL” url.
Code:
https://content-ausw2.uplynk.com/preplay2/1974dbc0204741908baa92c3058fd9b8/33e90a22fc6cfb1da5deda8abc584627/3JBHmgEmciqedx99zOZxbh6muDTYbpSQ59KZMqrwyIl4.m3u8?pbs=545529d1a7ed4e5eb1e032d042f949a0
Parse it to remove “/preplay2” as well as everything before .m3u8 but not as far as the first section of numbers. So original link edited down will look like:
Code:
https://content-ausw2.uplynk.com/1974dbc0204741908baa92c3058fd9b8.m3u8?pbs=545529d1a7ed4e5eb1e032d042f949a0
Take this url and run it with Livestreamer, and you will get the full Video, no Commercials at the beginning or through-out the video at all.
Code:
livestreamer "hlsvariant://https://content-ausw2.uplynk.com/1974dbc0204741908baa92c3058fd9b8.m3u8?pbs=545529d1a7ed4e5eb1e032d042f949a0" 720p -o "04 The Orville.mp4"
If my process is too long, or other plugins, or anything can be used to simplify the process.....Please let me know.
Thanks Again!