<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Download Images From Flickr With Python</title>
	<atom:link href="http://www.halotis.com/2009/09/08/download-images-from-flickr-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halotis.com/2009/09/08/download-images-from-flickr-with-python/</link>
	<description>Entrepreneurship in the 21st Centruy</description>
	<lastBuildDate>Sat, 21 Jan 2012 09:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://www.halotis.com/2009/09/08/download-images-from-flickr-with-python/comment-page-1/#comment-17248</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 06 Feb 2010 01:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=727#comment-17248</guid>
		<description>Dear halotis:

Hi  I&#039;m a graduate student in Taiwan.

I am trying to construct a dataset for my lab, which the dataset should have 1M photos 

I want 10,000 photos for a tag.

but i realize even you change the photo.search&#039;s  arguments :  page = &#039; &#039; for 1 , 2 , 3 , 4,  5 ..etc

flickr always give you  many same result ( that mean many photos&#039; url are the same )

so  even i request 500 photo per page for 30 page 

i always get 3 or 4 thousand photos

That&#039;s no enough cuz  i want 10,000 photos for a tag. 

Do you have some suggestion for me  , thanks a lot .</description>
		<content:encoded><![CDATA[<p>Dear halotis:</p>
<p>Hi  I&#8217;m a graduate student in Taiwan.</p>
<p>I am trying to construct a dataset for my lab, which the dataset should have 1M photos </p>
<p>I want 10,000 photos for a tag.</p>
<p>but i realize even you change the photo.search&#8217;s  arguments :  page = &#8216; &#8216; for 1 , 2 , 3 , 4,  5 ..etc</p>
<p>flickr always give you  many same result ( that mean many photos&#8217; url are the same )</p>
<p>so  even i request 500 photo per page for 30 page </p>
<p>i always get 3 or 4 thousand photos</p>
<p>That&#8217;s no enough cuz  i want 10,000 photos for a tag. </p>
<p>Do you have some suggestion for me  , thanks a lot .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Warren</title>
		<link>http://www.halotis.com/2009/09/08/download-images-from-flickr-with-python/comment-page-1/#comment-16232</link>
		<dc:creator>Matt Warren</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=727#comment-16232</guid>
		<description>sure.

just modify the photos_search function call like:
photos = flickr.photos_search(tags=tags, tag_mode=&#039;all&#039;, per_page=number, &lt;b&gt;license=0&lt;/b&gt;)

where the license has the values:

0 - All Rights Reserved
4 - Attribution License
6 - Attribution-NoDerivs License
3 - Attribution-NonCommercial-NoDerivs License
2 - Attribution-NonCommercial License
1 - Attribution-NonCommercial-ShareAlike License
5 - Attribution-ShareAlike License
7 - No known copyright restrictions
8 - United States Government Work</description>
		<content:encoded><![CDATA[<p>sure.</p>
<p>just modify the photos_search function call like:<br />
photos = flickr.photos_search(tags=tags, tag_mode=&#8217;all&#8217;, per_page=number, <b>license=0</b>)</p>
<p>where the license has the values:</p>
<p>0 &#8211; All Rights Reserved<br />
4 &#8211; Attribution License<br />
6 &#8211; Attribution-NoDerivs License<br />
3 &#8211; Attribution-NonCommercial-NoDerivs License<br />
2 &#8211; Attribution-NonCommercial License<br />
1 &#8211; Attribution-NonCommercial-ShareAlike License<br />
5 &#8211; Attribution-ShareAlike License<br />
7 &#8211; No known copyright restrictions<br />
8 &#8211; United States Government Work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seozero</title>
		<link>http://www.halotis.com/2009/09/08/download-images-from-flickr-with-python/comment-page-1/#comment-16230</link>
		<dc:creator>seozero</dc:creator>
		<pubDate>Wed, 09 Sep 2009 06:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.halotis.com/?p=727#comment-16230</guid>
		<description>Matt, what about Creative Commons-license? Can we specify:

1) Only search within Creative Commons-licensed content  
2) Find content to use commercially 
3) Find content to modify, adapt, or build upon

Thanx</description>
		<content:encoded><![CDATA[<p>Matt, what about Creative Commons-license? Can we specify:</p>
<p>1) Only search within Creative Commons-licensed content<br />
2) Find content to use commercially<br />
3) Find content to modify, adapt, or build upon</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

