Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

HGTV Vids

(http://stream-recorder.com/forum/showthread.php?t=19809)

javatalme 05-23-2015 10:10 PM

HGTV Vids


 
Does anyone know how to get videos from HGTV.com. I have an older computer and the videos won't play in a browser well.

Thanks in advance.

biezom 05-24-2015 01:20 AM

Re: HGTV Vids


 
Quote:

Originally Posted by stinkfoot (Post 76881)
yes using theplatform giving you mp4 of video.

yes for example

http://www.hgtv.com/shows/rehab-addi...episodes-video>>>>>>
Code:

Boarded Up Beauty
Code:

http://sniidevices.scrippsnetworks.com/0212/0212918_6.mp4

javatalme 05-26-2015 08:49 AM

Re: HGTV Vids


 
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. :)

biezom 05-26-2015 10:21 AM

Re: HGTV Vids


 
Quote:

Originally Posted by javatalme (Post 76965)
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"


stinkfoot 05-26-2015 03:45 PM

Re: HGTV Vids


 
Quote:

Originally Posted by biezom (Post 76966)
it's for hds protocol and f4m format
to have mp4 format change like this

no needing to change nothing if setting flash setting no on.

halcyon 05-31-2015 05:00 AM

Re: HGTV Vids


 
What tools are being used in post 4 in order to get those links?

biezom 05-31-2015 05:45 AM

Re: HGTV Vids


 
Quote:

Originally Posted by halcyon (Post 77079)
What tools are being used in post 4 in order to get those links?

1) firefox
2) adblock plus addon
open blockable items >>> search for link.theplatform >>> copy item's address
3)paste in a new tab and change the code
Code:

link.theplatform.com/s/ip77QC/ofilAvs_VhDV?format=SMIL&MBR=true&manifest=f4m&Tracking=true&Embedded=true&formats=MPEG4,F4M,FLV,MP3
by this code

Code:

link.theplatform.com/s/ip77QC/ofilAvs_VhDV?format=SMIL&MBR=true&formats=MPEG4
4) load this code and save it

5) open it 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/0213/0213087_6.mp4" system-bitrate="3205659" height="720" width="1280"/>
        <video src="http://sniidevices.scrippsnetworks.com/0213/0213087_5.mp4" system-bitrate="1754427" height="540" width="960"/>
        <video src="http://sniidevices.scrippsnetworks.com/0213/0213087_4.mp4" system-bitrate="1442685" height="480" width="854"/>
        <video src="http://sniidevices.scrippsnetworks.com/0213/0213087_3.mp4" system-bitrate="793516" height="320" width="568"/>
        <video src="http://sniidevices.scrippsnetworks.com/0213/0213087_2.mp4" system-bitrate="545441" height="270" width="480"/>
        <video src="http://sniidevices.scrippsnetworks.com/0213/0213087_1.mp4" system-bitrate="327501" height="224" width="400"/>
        <ref src="http://sniidevices.scrippsnetworks.com/0213/0213087_4.mp4" title="Low Budget Blues in Memphis" author="HGTV"

6) so for 720p
Code:

http://sniidevices.scrippsnetworks.com/0213/0213087_6.mp4

javatalme 06-06-2015 05:57 PM

Re: HGTV Vids


 
Wow. You are a magician. Thank You! :)


All times are GMT -6. The time now is 02:25 AM.