<?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>My Learnings - Markish Personal Blog &#187; Download Videos</title>
	<atom:link href="http://markish.in/tag/download-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://markish.in</link>
	<description>It&#039;s my Blog....!</description>
	<lastBuildDate>Thu, 10 Mar 2011 08:41:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Making my YouTube Downloader cooler…!</title>
		<link>http://markish.in/2008/09/making-my-youtube-downloader-cooler%e2%80%a6/</link>
		<comments>http://markish.in/2008/09/making-my-youtube-downloader-cooler%e2%80%a6/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 14:07:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code for Fun]]></category>
		<category><![CDATA[Internet Technology]]></category>
		<category><![CDATA[Download Videos]]></category>
		<category><![CDATA[Download Youtube Video]]></category>
		<category><![CDATA[Markish]]></category>
		<category><![CDATA[Search and download videos]]></category>
		<category><![CDATA[Vbscript]]></category>

		<guid isPermaLink="false">http://markishonline.com/2008/09/25/making-my-youtube-downloader-cooler%e2%80%a6/</guid>
		<description><![CDATA[<p>    Yesterday, I posted how to download videos from YouTube using the VB script. Even I downloaded some videos by putting the video links to a text file and calling the script with &#8216;F&#8217; switch. But I&#8217;m a lazy guy to prepare the text file with URLs now. I thought I&#8217;ll leave this task to [...]]]></description>
			<content:encoded><![CDATA[<p>    Yesterday, I posted how to download videos from YouTube using the <a href="http://markishonline.com/2008/09/24/download-youtube-videos-easily%e2%80%a6/">VB script</a>. Even I downloaded some videos by putting the video links to a text file and calling the script with &#8216;F&#8217; switch. But I&#8217;m a lazy guy to prepare the text file with URLs now. I thought I&#8217;ll leave this task to the script itself. I added some code to make the script bit more intelligent. It takes the keywords from you, searches the YouTube for the related videos and downloads them. Sounds cool… <span style="font-family:Wingdings">J</span>
	</p>
<p><span id="more-90"></span></p>
<p>I added one more switch to my script &#8216;S&#8217;. It accepts the keywords and searches the YouTube for related videos.  Now my scripts usage is like
</p>
<p style="text-align: center"><img src="http://markish.in/wp-content/uploads/2008/09/092508-1403-makingmyyou1.png" alt=""/>
	</p>
<p>This helps a lot for me now. Just I trigger something like
</p>
<p style="margin-left: 72pt"><span style="color:#00b050">C:\Videos&gt; Cscript  yt_dl.vbs S 10 Sachin Warne<br />
</span></p>
<p style="margin-left: 72pt"><span style="color:#00b050">It downloads 10 videos related to Sachin &amp; Warne from the YouTube.<br />
</span></p>
<p>Hope this improvement helps. The only limitation (atleast that I&#8217;ve noticed) is it can download the maximum number of 20 related videos. Please do share your comments.
</p>
<p>The modified version can be downloaded <a href="http://www.markishonline.com/downloads/yt_dl_1.1.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://markish.in/2008/09/making-my-youtube-downloader-cooler%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

