<?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>Saurabh Sahni &#187; flickr</title>
	<atom:link href="http://www.saurabhsahni.com/tag/flickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saurabhsahni.com</link>
	<description>Mashing up the web</description>
	<lastBuildDate>Sat, 17 Jul 2010 18:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flickr Downloader</title>
		<link>http://www.saurabhsahni.com/2008/04/flickr-downloader/</link>
		<comments>http://www.saurabhsahni.com/2008/04/flickr-downloader/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 11:37:39 +0000</pubDate>
		<dc:creator>saurabhsahni</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[downloader]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://www.saurabhsahni.com/?p=8</guid>
		<description><![CDATA[Yesterday, a friend of mine was looking for a way to download original photos from one of his sets on flickr. Since we could not find any flickr downloader which can run on Linux, (for windows you can try : http://flickrslideshow.fateback.com/), I quickly wrote a script using flickr APIS. The sed and awk power made [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, a friend of mine was looking for a way to download original photos from one of his sets on <a href="http://www.flickr.com">flickr</a>. Since we could not find any flickr downloader which can run on Linux, (for windows you can try : <a href="http://flickrslideshow.fateback.com/">http://flickrslideshow.fateback.com/</a>), I quickly wrote a script using <a href="http://www.flickr.com/services/api/">flickr APIS</a>. The sed and awk power made it v. easy <img src='http://www.saurabhsahni.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Below is the script:</p>
<p><em>SET=&#8221;&lt;Set &#8211; id &gt;&#8221; # Enter SET ID here from which photos have to be downloaded, for eg. SET=&#8221;72157604130281022&#8243;<br />
APPKEY=&#8221;" #Your APP key here, get one from http://www.flickr.com/services/api/keys/<br />
curl &#8220;http://api.flickr.com/services/rest/?method=flickr.photosets.getPhotos&amp;<br />
api_key=$APPKEY&amp;photoset_id=$SET&amp;extras=original_format&amp;per_page=500&#8243; | sed &#8216;~s/title=&#8221;[a-zA-Z0-9_ <img src='http://www.saurabhsahni.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ?(.]*//g&#8217; | awk &#8216;/id=/ {print &#8220;http://farm3.static.flickr.com/&#8221;$4&#8243;/&#8221;$2&#8243;_&#8221;$8&#8243;_o.jpg&#8221; }&#8217;  | sed  &#8216;~s/\(server=\|originalsecret=\|id=\|&#8221;\)//g&#8217; &gt; p<br />
wget -i p<br />
rm p<br />
</em></p>
<p>You can also download this script by <a href="http://www.saurabhsahni.com/wp-content/uploads/2008/06/flickrdownloadersh.txt">clicking here</a></p>
<p>Update: Script does not work for video download.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saurabhsahni.com/2008/04/flickr-downloader/feed/</wfw:commentRss>
		<slash:comments>1133</slash:comments>
		</item>
		<item>
		<title>Add more life to your photos!</title>
		<link>http://www.saurabhsahni.com/2008/04/add-more-life-to-your-photos/</link>
		<comments>http://www.saurabhsahni.com/2008/04/add-more-life-to-your-photos/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 05:14:20 +0000</pubDate>
		<dc:creator>saurabhsahni</dc:creator>
				<category><![CDATA[New Features]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.saurabhsahni.com/?p=5</guid>
		<description><![CDATA[Last week, Flickr introduced the long awaited feature to add video clips.
Flickr videos come to users with few restrictions:
1. Videos can be uploaded only by pro members though anyone can see them
2. Videos can be atmost 90 seconds long
3. No more than 150 MB per video. (Well, I do not see any 90 sec video [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, <a href="http://www.flickr.com">Flickr</a> <a href="http://blog.flickr.net/en/2008/04/09/video-on-flickr-2/">introduced</a> the long awaited <a href="http://ycorpblog.com/2008/04/08/like-a-photo-but-it-moves/">feature to add video clips</a>.</p>
<p>Flickr videos come to users with few restrictions:<br />
1. Videos can be uploaded only by pro members though anyone can see them<br />
2. Videos can be atmost 90 seconds long<br />
3. No more than 150 MB per video. (Well, I do not see any 90 sec video going beyond 150MB)</p>
<p>The restrictions are more seen as a way to avoid illegal videos coming in and infringing copyrights. The goal is not to have another <a href="http://www.youtube.com">youtube</a> but rather a place where you can upload videos that you have created.</p>
<p>As noted by <a href="http://www.techcrunch.com/about-michael-arrington/">Michael Arrington</a>, the feature to <a href="http://www.techcrunch.com/2008/04/08/flickr-video-launches-a-unique-experience/">play videos from thumnail screen</a> is just awesome!</p>
<p>Videos can also be embeded in webapages just like this:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=2675be45ff&amp;photo_id=2411221012" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=1.172" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.flickr.com/apps/video/stewart.swf?v=1.172" allowfullscreen="true" bgcolor="#000000" flashvars="intl_lang=en-us&amp;photo_secret=2675be45ff&amp;photo_id=2411221012"></embed></object></p>
<p>We at <a href="http://www.mybloglog.com">MyBlogLog</a>, immediately updated &#8220;<a href="http://www.mybloglog.com/buzz/members/Saurabh_Sahni/">New with me</a>&#8220;, to show the distinction amongst the flickr videos and photos.</p>
<p>Mostly videos have been taken up as <a href="http://search.yahoo.com/search?p=flickr+adds+video">positive move</a>. But, there are segments of flickr users, who are opposing the videos. They have started groups on Flickr opposing videos (like <a href="http://www.flickr.com/groups/no_video_on_flickr/pool/">No video on flickr</a>) and have been posting <a href="http://www.flickr.com/groups/no_video_on_flickr/pool/"> photos to support their protest</a>. <a href="http://www.techcrunch.com">Techcrunch has even started a poll: &#8220;</a><a href="http://www.techcrunch.com/2008/04/10/do-you-video-on-flickr/">Do you support video on flickr</a>&#8220;? As of now, people supporting video are 14% more than the counterparts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saurabhsahni.com/2008/04/add-more-life-to-your-photos/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
	</channel>
</rss>
