View Single Post
  #7  
Old 02-01-2017, 07:52 PM
RexRogers RexRogers is offline
Junior Member
 
Join Date: Feb 2017
Posts: 1
RexRogers is on a distinguished road
Default

Re: Recording from TubiTV


I just used this thread in order to download from TubiTV, but I felt the instructions needed some updating. It would appear that TubiTV has updated to use https, which I could not get to work with livestream.

First I examined the source code and discovered the name of the file as ending in mp4 as described by ahmetozay.

I then used an Excel template to create a list of the fragment files by using the base mp4 link and then appending the "FragxxNumxx.ts" suffix. The sequence always starts with "Frag1Num0", then "Frag1Num1", "Frag2Num2", etc.

I copied all the links to a text file, and then copied them to the Windows clipboard. Free Download Manager was what I used to pull down everything as you can batch download from a series of links on the clipboard.

Finally, I used mkvtoolnix to combine all the fragment files into one. Copy the first Frag1Num0 file into mkvtoolnix and then right-click on it to choose "Add files as additional parts". Select everything else in one fell swoop. Multiplex and you're done.

Note: In mkvtoolnix, if you choose "Append files" you'll get hiccuping in the final video. Avoid that.
Reply With Quote