Thread: HGTV Vids
View Single Post
  #4  
Old 05-26-2015, 10:21 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: HGTV Vids


Quote:
Originally Posted by javatalme View Post
Thanks for the reply. I'm new at this so I'm not really sure how you got that link. If you can explain, that would be great.




copy item's address
you have something like this
Code:
http://link.theplatform.com/s/ip77QC/2s_gLvKBF4n8?format=SMIL&MBR=true&manifest=f4m&Tracking=true&Embedded=true&formats=MPEG4,F4M,FLV,MP3
it's for hds protocol and f4m format
to have mp4 format change like this

Code:
http://link.theplatform.com/s/ip77QC/2s_gLvKBF4n8?format=SMIL&MBR=true&formats=MPEG4
open it with firefox and save the file named 2s_gLvKBF4n8
after you can open the file with notepad++

Code:
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
<head>
</head>
<body>
<seq>
	<ref src="http://ads.freewheel.tv/" no-skip="true" tags="preroll">
	</ref>
<par>
<switch>
	<video src="http://sniidevices.scrippsnetworks.com/0212/0212918_6.mp4" system-bitrate="3211734" height="720" width="1280"/>
	<video src="http://sniidevices.scrippsnetworks.com/0212/0212918_5.mp4" system-bitrate="1570607" height="540" width="960"/>
	<video src="http://sniidevices.scrippsnetworks.com/0212/0212918_4.mp4" system-bitrate="1310607" height="480" width="854"/>
	<video src="http://sniidevices.scrippsnetworks.com/0212/0212918_3.mp4" system-bitrate="796208" height="320" width="568"/>
	<video src="http://sniidevices.scrippsnetworks.com/0212/0212918_2.mp4" system-bitrate="547399" height="270" width="480"/>
	<video src="http://sniidevices.scrippsnetworks.com/0212/0212918_1.mp4" system-bitrate="327486" height="224" width="400"/>
	<ref src="http://sniidevices.scrippsnetworks.com/0212/0212918_6.mp4" title="Master Suite Remade" author="DIY" abstract="Nicole tries to incorporate the old kitchen pantry into a master bathroom." copyright="2013" dur="1201032ms" guid="0212918" keywords="historic homes; restoration; remodeling; renovation; nicole curtis; rehab addict; diy network" ratings="urn%3Av-chip:TV-G" type="video/mp4"
Reply With Quote