View Single Post
  #3  
Old 06-21-2016, 02:00 AM
Terenz Terenz is offline
Member
 
Join Date: Jun 2013
Posts: 69
Terenz is on a distinguished road
Default

Re: Getting mp4 from history.com


Using network devtool of Chrome-Firefox search for a part of this string:
Code:
https://link.theplatform.com/s/xc6n8B/media/N1sBG40oLjF7?mbr=true&sig=NUMBERS&assetTypes=medium_video_ak&formats=m3u,mpeg4&format=SMIL&embedded=true&tracking=true
Replace some part, in this way
Code:
https://link.theplatform.com/s/xc6n8B/media/N1sBG40oLjF7?mbr=true&sig=NUMBERS&assetTypes=medium_video_s3&format=SMIL&embedded=true&tracking=true
Then you have a file to download with all MP4 resolutions like this:
Code:
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
<head>
	<meta name="refreshToken" content="NUMBERS"/>
	<meta name="startingBitrate" content="2500000"/>
</head>
<body>
<seq>
	<ref src="http://ads.freewheel.tv" type="application/smil+xml" no-skip="true" tags="preroll">
	</ref>
<par>
<switch>
	<video src="http://aepdaks3.aetndigital.com/AETN-History_VMS/History_Pawn-Stars_101_Knights-in-Fake-Armor_LF_S3_1800.mp4?__gda__=1466506592_ec4c2550a2eda48049a8349b7527b2bb" system-bitrate="1920000" height="540" width="960"/>
	<video
Good Luck
Reply With Quote