<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Halfzerocan &#187; YouTube</title>
	<atom:link href="http://www.halfzerocan.com/category/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halfzerocan.com</link>
	<description>Technology</description>
	<lastBuildDate>Tue, 20 Apr 2010 02:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Extract flv from YouTube videos using wget</title>
		<link>http://www.halfzerocan.com/extract-flv-from-youtube-videos-using-wget/2008/08/27/</link>
		<comments>http://www.halfzerocan.com/extract-flv-from-youtube-videos-using-wget/2008/08/27/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 15:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=211</guid>
		<description><![CDATA[Here&#8217;s how to get the flv of YouTube videos using wget. The procedures here were tested before posting. You may want to create a directory to where you want to put your flv files. $ mkdir /var/www/html/flv $ wget -O /var/www/html/flv/flv.tmp http://www.youtube.com/watch?v=6T79yApVCBg $ cat /var/www/html/flv/flv.tmp &#124; grep video_id= the output of cat will be var [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to get the flv of YouTube videos using wget. The procedures here were tested before posting.</p>
<p><span id="more-211"></span></p>
<p><strong>You may want to create a directory to where you want to put your flv files.</strong></p>
<p>$ mkdir /var/www/html/flv</p>
<p>$ wget -O /var/www/html/flv/flv.tmp http://www.youtube.com/watch?v=6T79yApVCBg</p>
<p>$ cat /var/www/html/flv/flv.tmp | grep video_id=</p>
<p><strong>the output of cat will be</strong></p>
<p>var fullscreenUrl = &#8216;/watch_fullscreen?fs=1&amp;fmt_map=&amp;hl=en&amp;iv_storage_server=http%3A%2F%2Fwww.google.com%2Freviews%2Fy%2F&amp;ad_module=http%3A%2F%2Fs.ytimg.com%2Fyt%2Fswf%2Fad-vfl51923.swf&amp;video_id=6T79yApVCBg&amp;l=1855&amp;sk=o50Qu1roFX2Ah7jlj7adcgZ4RC2HCu3iC&amp;invideo=True&amp;t=OEgsToPDskLiESri-jpGFXRPqNeDPtUl&amp;plid=AARVclllArJa09k9AAAC0ATiYQA&amp;vq=None&amp;iv_module=http%3A%2F%2Fs.ytimg.com%2Fyt%2Fswf%2Fiv_module-vfl51851.swf&amp;tk=DbMWag4hglUatWOaI9bM5DbzFDhCPQiWxV7bkIhDz896O1IyTi9Ryg%3D%3D&amp;title=Arby \&#8217;n\&#8217; the Chief: The Movie (FULL)&#8217;;<br />
var relatedVideoGridUrl = &#8216;/related_ajax?action_get_related&amp;video_id=6T79yApVCBg&amp;view_type=G&amp;watch3=1&amp;search=%20machinima%20animation%20games%20DigitalPh33r%20arby%20chief%20the%20movie%20halo%20comedy%20funny%20series&#8217;;<br />
var relatedVideoListUrl = &#8216;/related_ajax?action_get_related&amp;video_id=6T79yApVCBg&amp;view_type=L&amp;watch3=1&amp;search=%20machinima%20animation%20games%20DigitalPh33r%20arby%20chief%20the%20movie%20halo%20comedy%20funny%20series&#8217;;</p>
<p><strong>Take note of the video id along the lines of var fullscreenUrl. In this case it&#8217;s</strong></p>
<p>6T79yApVCBg&amp;l=1855&amp;sk=o50Qu1roFX2Ah7jlj7adcgZ4RC2HCu3iC&amp;invideo=True&amp;t=OEgsToPDskLiESri-jpGFXRPqNeDPtUl&amp;plid=AARVclllArJa09k9AAAC0ATiYQA&amp;vq=None&amp;iv_module=http%3A%2F%2Fs.ytimg.com%2Fyt%2Fswf%2Fiv_module-vfl51851.swf&amp;tk=DbMWag4hglUatWOaI9bM5DbzFDhCPQiWxV7bkIhDz896O1IyTi9Ryg%3D%3D&amp;title=Arby \&#8217;n\&#8217; the Chief: The Movie (FULL)</p>
<p><strong>to download it using wget</strong></p>
<p>$ wget -O /var/www/html/flv/video.flv &#8220;http://www.youtube.com/get_video?video_id=6T79yApVCBg&amp;l=1855&amp;sk=o50Qu1roFX2Ah7jlj7adcgZ4RC2HCu3iC&amp;invideo=True&amp;t=OEgsToPDskLiESri-jpGFXRPqNeDPtUl&amp;plid=AARVclllArJa09k9AAAC0ATiYQA&amp;vq=None&amp;iv_module=http%3A%2F%2Fs.ytimg.com%2Fyt%2Fswf%2Fiv_module-vfl51851.swf&amp;tk=DbMWag4hglUatWOaI9bM5DbzFDhCPQiWxV7bkIhDz896O1IyTi9Ryg%3D%3D&amp;title=Arby \&#8217;n\&#8217; the Chief: The Movie (FULL)&#8221;</p>
<p><strong>That&#8217;s it. Now that you have the flv, you can now convert it to other formats such as mov, mp4, etc.</strong></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/extract-flv-from-youtube-videos-using-wget/2008/08/27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
