picasa 0.5.4 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. data/.gitignore +2 -0
  2. data/.travis.yml +4 -9
  3. data/Gemfile +4 -4
  4. data/README.md +4 -12
  5. data/extra/Thorfile +0 -3
  6. data/lib/picasa.rb +1 -8
  7. data/lib/picasa/api/album.rb +11 -11
  8. data/lib/picasa/api/base.rb +0 -3
  9. data/lib/picasa/api/comment.rb +6 -8
  10. data/lib/picasa/api/photo.rb +9 -9
  11. data/lib/picasa/api/tag.rb +6 -8
  12. data/lib/picasa/client.rb +2 -2
  13. data/lib/picasa/connection.rb +14 -51
  14. data/lib/picasa/exceptions.rb +1 -0
  15. data/lib/picasa/file.rb +8 -0
  16. data/lib/picasa/http.rb +28 -0
  17. data/lib/picasa/presenter/album.rb +15 -15
  18. data/lib/picasa/presenter/album_list.rb +10 -10
  19. data/lib/picasa/presenter/comment.rb +6 -6
  20. data/lib/picasa/presenter/comment_list.rb +10 -10
  21. data/lib/picasa/presenter/media.rb +5 -5
  22. data/lib/picasa/presenter/photo.rb +15 -15
  23. data/lib/picasa/presenter/tag.rb +3 -3
  24. data/lib/picasa/presenter/tag_list.rb +10 -10
  25. data/lib/picasa/utils.rb +11 -13
  26. data/lib/picasa/version.rb +1 -1
  27. data/picasa.gemspec +2 -1
  28. data/test/api/album_test.rb +163 -20
  29. data/test/api/comment_test.rb +95 -10
  30. data/test/api/photo_test.rb +27 -11
  31. data/test/api/tag_test.rb +84 -13
  32. data/test/cassettes/album-404.yml +52 -0
  33. data/test/cassettes/album-create.yml +107 -0
  34. data/test/cassettes/album-destroy.yml +55 -0
  35. data/test/cassettes/album-list.yml +85 -0
  36. data/test/cassettes/album-show.yml +123 -0
  37. data/test/cassettes/auth-failed.yml +50 -0
  38. data/test/cassettes/auth-success.yml +64 -0
  39. data/test/cassettes/comment-400.yml +56 -0
  40. data/test/cassettes/comment-create.yml +88 -0
  41. data/test/cassettes/comment-destroy.yml +53 -0
  42. data/test/cassettes/comment-list.yml +87 -0
  43. data/test/cassettes/photo-412.yml +58 -0
  44. data/test/cassettes/photo-create.yml +1908 -0
  45. data/test/cassettes/photo-destroy.yml +55 -0
  46. data/test/cassettes/tag-create.yml +85 -0
  47. data/test/cassettes/tag-destroy.yml +53 -0
  48. data/test/cassettes/tag-list.yml +79 -0
  49. data/test/client_test.rb +10 -10
  50. data/test/connection_test.rb +0 -35
  51. data/test/helper.rb +21 -7
  52. data/test/utils_test.rb +0 -6
  53. metadata +37 -40
  54. data/test/fixtures/album/album-create.txt +0 -21
  55. data/test/fixtures/album/album-list-with-tag.txt +0 -105
  56. data/test/fixtures/album/album-list.txt +0 -105
  57. data/test/fixtures/album/album-show-with-max-results.txt +0 -131
  58. data/test/fixtures/album/album-show-with-tag-and-many-photos.txt +0 -156
  59. data/test/fixtures/album/album-show-with-tag-and-one-photo.txt +0 -105
  60. data/test/fixtures/album/album-show.txt +0 -169
  61. data/test/fixtures/auth/success.txt +0 -14
  62. data/test/fixtures/comment/comment-list.txt +0 -65
  63. data/test/fixtures/exceptions/forbidden.txt +0 -12
  64. data/test/fixtures/exceptions/not_found.txt +0 -14
  65. data/test/fixtures/exceptions/precondition_failed.txt +0 -14
  66. data/test/fixtures/json.txt +0 -435
  67. data/test/fixtures/photo/photo-created.txt +0 -21
  68. data/test/fixtures/photo/photo-list-all-with-q.txt +0 -556
  69. data/test/fixtures/photo/photo-list-all.txt +0 -623
  70. data/test/fixtures/photo/photo-list-user.txt +0 -388
  71. data/test/fixtures/presenters/album_list.xml +0 -88
  72. data/test/fixtures/presenters/album_show.xml +0 -152
  73. data/test/fixtures/presenters/album_show_with_one_photo.xml +0 -88
  74. data/test/fixtures/presenters/comment_list.xml +0 -48
  75. data/test/fixtures/presenters/tag_list.xml +0 -51
  76. data/test/fixtures/tag/tag-list.txt +0 -68
  77. data/test/presenter/album_list_test.rb +0 -67
  78. data/test/presenter/album_test.rb +0 -189
  79. data/test/presenter/author_test.rb +0 -17
  80. data/test/presenter/base_test.rb +0 -50
  81. data/test/presenter/comment_list_test.rb +0 -67
  82. data/test/presenter/comment_test.rb +0 -56
  83. data/test/presenter/content_test.rb +0 -18
  84. data/test/presenter/link_test.rb +0 -21
  85. data/test/presenter/media_test.rb +0 -29
  86. data/test/presenter/photo_test.rb +0 -90
  87. data/test/presenter/tag_list_test.rb +0 -67
  88. data/test/presenter/tag_test.rb +0 -48
  89. data/test/presenter/thumbnail_test.rb +0 -24
@@ -1,623 +0,0 @@
1
- HTTP/1.1 200 OK
2
- Expires: Thu, 08 Dec 2011 23:33:06 GMT
3
- Date: Thu, 08 Dec 2011 23:33:06 GMT
4
- Cache-Control: private, max-age=0, must-revalidate, no-transform
5
- Set-Cookie: _rtok=HPa7-E1WDZxX; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=xCy3w5lv6ldDpas6IFz_Zg; Domain=.google.com; Path=/; Secure; HttpOnly
7
- Content-Type: application/atom+xml; charset=UTF-8; type=feed
8
- Vary: Accept, X-GData-Authorization, GData-Version, Cookie
9
- GData-Version: 2.0
10
- ETag: W/"DUYMQn05fCp7ImA9WhRQE0U."
11
- Last-Modified: Thu, 08 Dec 2011 23:33:03 GMT
12
- X-Content-Type-Options: nosniff
13
- X-Frame-Options: SAMEORIGIN
14
- X-XSS-Protection: 1; mode=block
15
- Server: GSE
16
- Transfer-Encoding: chunked
17
-
18
- <?xml version='1.0' encoding='UTF-8'?>
19
- <feed xmlns='http://www.w3.org/2005/Atom' xmlns:exif='http://schemas.google.com/photos/exif/2007' xmlns:gphoto='http://schemas.google.com/photos/2007' xmlns:media='http://search.yahoo.com/mrss/' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;DUYMQn05fCp7ImA9WhRQE0U.&quot;'>
20
- <id>https://picasaweb.google.com/data/feed/all</id>
21
- <updated>2011-12-08T23:33:03.324Z</updated>
22
- <title>Search Results</title>
23
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/all'/>
24
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/all?start-index=1&amp;max-results=10&amp;kind=photo'/>
25
- <link rel='next' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/all?start-index=11&amp;max-results=10&amp;kind=photo'/>
26
- <generator version='1.00' uri='http://picasaweb.google.com/'>Picasaweb</generator>
27
- <openSearch:totalResults>102960986</openSearch:totalResults>
28
- <openSearch:startIndex>1</openSearch:startIndex>
29
- <openSearch:itemsPerPage>10</openSearch:itemsPerPage>
30
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
31
- <id>https://picasaweb.google.com/data/entry/user/divinecanine.louisville/albumid/5683892879177070113/photoid/5683904672408184578</id>
32
- <published>2011-12-08T23:33:03.000Z</published>
33
- <updated>2011-12-08T23:33:03.324Z</updated>
34
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
35
- <title>P1480591.JPG</title>
36
- <summary/>
37
- <content type='image/jpeg' src='https://lh3.googleusercontent.com/-KekgmB2phOU/TuFJL1gSpwI/AAAAAAABGcQ/u8UCUJBJ-i0/P1480591.JPG'/>
38
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/divinecanine.louisville/albumid/5683892879177070113/photoid/5683904672408184578'/>
39
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/divinecanine.louisville/20111208#5683904672408184578'/>
40
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/QqjT51uHZREeOTvZx7KhbdMTjNZETYmyPJy0liipFm0'/>
41
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/divinecanine.louisville/albumid/5683892879177070113/photoid/5683904672408184578'/>
42
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=divinecanine.louisville&amp;aid=5683892879177070113&amp;iid=5683904672408184578'/>
43
- <author type='owner'>
44
- <name>Divine Canine</name>
45
- <uri>https://picasaweb.google.com/divinecanine.louisville</uri>
46
- <email>divinecanine.louisville</email>
47
- <gphoto:nickname>Divine Canine</gphoto:nickname>
48
- <gphoto:thumbnail>https://lh3.googleusercontent.com/-APRQ4-tKtng/AAAAAAAAAAA/AAAAAAAAAAA/jqu-sJWO6zM/s32-c/divinecanine.louisville.jpg</gphoto:thumbnail>
49
- <gphoto:user>divinecanine.louisville</gphoto:user>
50
- </author>
51
- <gphoto:id>5683904672408184578</gphoto:id>
52
- <gphoto:albumid>5683892879177070113</gphoto:albumid>
53
- <gphoto:access>public</gphoto:access>
54
- <gphoto:width>1600</gphoto:width>
55
- <gphoto:height>1200</gphoto:height>
56
- <gphoto:size>273658</gphoto:size>
57
- <gphoto:checksum>31c2009e</gphoto:checksum>
58
- <gphoto:timestamp>1323342512000</gphoto:timestamp>
59
- <gphoto:imageVersion>72132</gphoto:imageVersion>
60
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
61
- <gphoto:commentCount>0</gphoto:commentCount>
62
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
63
- <exif:tags>
64
- <exif:fstop>3.3</exif:fstop>
65
- <exif:make>Panasonic</exif:make>
66
- <exif:model>DMC-TS3</exif:model>
67
- <exif:exposure>0.002</exif:exposure>
68
- <exif:flash>false</exif:flash>
69
- <exif:focallength>4.9</exif:focallength>
70
- <exif:iso>100</exif:iso>
71
- <exif:time>1323342512000</exif:time>
72
- <exif:imageUniqueID>2e1bdddd94e1766a674ad1e98a56d8d9</exif:imageUniqueID>
73
- </exif:tags>
74
- <media:group>
75
- <media:content url='https://lh3.googleusercontent.com/-KekgmB2phOU/TuFJL1gSpwI/AAAAAAABGcQ/u8UCUJBJ-i0/P1480591.JPG' height='1200' width='1600' type='image/jpeg' medium='image'/>
76
- <media:credit>Divine Canine</media:credit>
77
- <media:description type='plain'/>
78
- <media:thumbnail url='https://lh3.googleusercontent.com/-KekgmB2phOU/TuFJL1gSpwI/AAAAAAABGcQ/u8UCUJBJ-i0/s72/P1480591.JPG' height='54' width='72'/>
79
- <media:thumbnail url='https://lh3.googleusercontent.com/-KekgmB2phOU/TuFJL1gSpwI/AAAAAAABGcQ/u8UCUJBJ-i0/s144/P1480591.JPG' height='108' width='144'/>
80
- <media:thumbnail url='https://lh3.googleusercontent.com/-KekgmB2phOU/TuFJL1gSpwI/AAAAAAABGcQ/u8UCUJBJ-i0/s288/P1480591.JPG' height='216' width='288'/>
81
- <media:title type='plain'>P1480591.JPG</media:title>
82
- </media:group>
83
- <gphoto:albumtitle>2011-12-08</gphoto:albumtitle>
84
- <gphoto:albumdesc/>
85
- <gphoto:location/>
86
- <gphoto:snippet/>
87
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
88
- <gphoto:truncated>0</gphoto:truncated>
89
- </entry>
90
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
91
- <id>https://picasaweb.google.com/data/entry/user/bbgobibigo/albumid/5683896444112056753/photoid/5683904671424110642</id>
92
- <published>2011-12-08T23:33:03.000Z</published>
93
- <updated>2011-12-08T23:33:03.001Z</updated>
94
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
95
- <title>IMGP3727.JPG</title>
96
- <summary/>
97
- <content type='image/jpeg' src='https://lh3.googleusercontent.com/-ucgx2NDurh0/TuFJLx1q4DI/AAAAAAAAJQ0/aFSozLjQx2Q/IMGP3727.JPG'/>
98
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/bbgobibigo/albumid/5683896444112056753/photoid/5683904671424110642'/>
99
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/112736162675205034862/MI#5683904671424110642'/>
100
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/Sk8r8BQWyyvJ5nO_rHFk5tMTjNZETYmyPJy0liipFm0'/>
101
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/bbgobibigo/albumid/5683896444112056753/photoid/5683904671424110642'/>
102
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=bbgobibigo&amp;aid=5683896444112056753&amp;iid=5683904671424110642'/>
103
- <author type='owner'>
104
- <name>Barbara Brooks</name>
105
- <uri>https://picasaweb.google.com/112736162675205034862</uri>
106
- <email>bbgobibigo</email>
107
- <gphoto:nickname>Barbara Brooks</gphoto:nickname>
108
- <gphoto:thumbnail>https://lh4.googleusercontent.com/-8jEalgWNIkA/AAAAAAAAAAI/AAAAAAAAAAA/RAxMf8TFaCg/s32-c/bbgobibigo.jpg</gphoto:thumbnail>
109
- <gphoto:user>bbgobibigo</gphoto:user>
110
- </author>
111
- <gphoto:id>5683904671424110642</gphoto:id>
112
- <gphoto:albumid>5683896444112056753</gphoto:albumid>
113
- <gphoto:access>public</gphoto:access>
114
- <gphoto:width>1600</gphoto:width>
115
- <gphoto:height>1063</gphoto:height>
116
- <gphoto:size>294865</gphoto:size>
117
- <gphoto:checksum>2318c094</gphoto:checksum>
118
- <gphoto:timestamp>1318076838000</gphoto:timestamp>
119
- <gphoto:imageVersion>9485</gphoto:imageVersion>
120
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
121
- <gphoto:commentCount>0</gphoto:commentCount>
122
- <gphoto:license id='1' name='Attribution-Noncommercial-Share Alike' url='http://creativecommons.org/licenses/by-nc-sa/3.0'>ATTRIBUTION_NON_COMMERCIAL_SHARE_ALIKE</gphoto:license>
123
- <exif:tags>
124
- <exif:fstop>8.0</exif:fstop>
125
- <exif:make>PENTAX </exif:make>
126
- <exif:model>PENTAX K-x </exif:model>
127
- <exif:exposure>0.025</exif:exposure>
128
- <exif:flash>true</exif:flash>
129
- <exif:focallength>55.0</exif:focallength>
130
- <exif:iso>200</exif:iso>
131
- <exif:time>1318076838000</exif:time>
132
- <exif:imageUniqueID>b71f65729c5e455639fb21f3a1bb19ae</exif:imageUniqueID>
133
- </exif:tags>
134
- <media:group>
135
- <media:content url='https://lh3.googleusercontent.com/-ucgx2NDurh0/TuFJLx1q4DI/AAAAAAAAJQ0/aFSozLjQx2Q/IMGP3727.JPG' height='1063' width='1600' type='image/jpeg' medium='image'/>
136
- <media:credit>Barbara Brooks</media:credit>
137
- <media:description type='plain'/>
138
- <media:thumbnail url='https://lh3.googleusercontent.com/-ucgx2NDurh0/TuFJLx1q4DI/AAAAAAAAJQ0/aFSozLjQx2Q/s72/IMGP3727.JPG' height='48' width='72'/>
139
- <media:thumbnail url='https://lh3.googleusercontent.com/-ucgx2NDurh0/TuFJLx1q4DI/AAAAAAAAJQ0/aFSozLjQx2Q/s144/IMGP3727.JPG' height='96' width='144'/>
140
- <media:thumbnail url='https://lh3.googleusercontent.com/-ucgx2NDurh0/TuFJLx1q4DI/AAAAAAAAJQ0/aFSozLjQx2Q/s288/IMGP3727.JPG' height='192' width='288'/>
141
- <media:title type='plain'>IMGP3727.JPG</media:title>
142
- </media:group>
143
- <gphoto:albumtitle>MI</gphoto:albumtitle>
144
- <gphoto:albumdesc/>
145
- <gphoto:location/>
146
- <gphoto:snippet/>
147
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
148
- <gphoto:truncated>0</gphoto:truncated>
149
- </entry>
150
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
151
- <id>https://picasaweb.google.com/data/entry/user/111000031050690672404/albumid/5683899724512288545/photoid/5683904668049203314</id>
152
- <published>2011-12-08T23:33:02.000Z</published>
153
- <updated>2011-12-08T23:33:02.089Z</updated>
154
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
155
- <title>winter08 367.jpg</title>
156
- <summary/>
157
- <content type='image/jpeg' src='https://lh5.googleusercontent.com/-XSKbkKH-0YA/TuFJLlRB4HI/AAAAAAAAE3Q/gFexGcyKP78/winter08%252520367.jpg'/>
158
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/111000031050690672404/albumid/5683899724512288545/photoid/5683904668049203314'/>
159
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/111000031050690672404/Winter08#5683904668049203314'/>
160
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/jU4VivmkiFApeD4tErcqRdMTjNZETYmyPJy0liipFm0'/>
161
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/111000031050690672404/albumid/5683899724512288545/photoid/5683904668049203314'/>
162
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=111000031050690672404&amp;aid=5683899724512288545&amp;iid=5683904668049203314'/>
163
- <author type='owner'>
164
- <name>Cassidy Radley</name>
165
- <uri>https://picasaweb.google.com/111000031050690672404</uri>
166
- <email>111000031050690672404</email>
167
- <gphoto:nickname>Cassidy Radley</gphoto:nickname>
168
- <gphoto:thumbnail>https://lh6.googleusercontent.com/-y3ouB4YEOzU/AAAAAAAAAAI/AAAAAAAAAAA/DmmB1cU-Cmg/s32-c/111000031050690672404.jpg</gphoto:thumbnail>
169
- <gphoto:user>111000031050690672404</gphoto:user>
170
- </author>
171
- <gphoto:id>5683904668049203314</gphoto:id>
172
- <gphoto:albumid>5683899724512288545</gphoto:albumid>
173
- <gphoto:access>public</gphoto:access>
174
- <gphoto:width>1600</gphoto:width>
175
- <gphoto:height>1193</gphoto:height>
176
- <gphoto:size>230859</gphoto:size>
177
- <gphoto:checksum>cc63dfd5</gphoto:checksum>
178
- <gphoto:timestamp>1199795181000</gphoto:timestamp>
179
- <gphoto:imageVersion>4980</gphoto:imageVersion>
180
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
181
- <gphoto:commentCount>0</gphoto:commentCount>
182
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
183
- <exif:tags>
184
- <exif:fstop>2.8</exif:fstop>
185
- <exif:make>Hewlett-Packard</exif:make>
186
- <exif:model>Photosmart M425</exif:model>
187
- <exif:exposure>0.012719</exif:exposure>
188
- <exif:flash>false</exif:flash>
189
- <exif:focallength>6.0</exif:focallength>
190
- <exif:iso>100</exif:iso>
191
- <exif:time>1199795181000</exif:time>
192
- <exif:imageUniqueID>4bfa5070c955f6cdc82211951fc6e257</exif:imageUniqueID>
193
- </exif:tags>
194
- <media:group>
195
- <media:content url='https://lh5.googleusercontent.com/-XSKbkKH-0YA/TuFJLlRB4HI/AAAAAAAAE3Q/gFexGcyKP78/winter08%252520367.jpg' height='1193' width='1600' type='image/jpeg' medium='image'/>
196
- <media:credit>Cassidy Radley</media:credit>
197
- <media:description type='plain'/>
198
- <media:thumbnail url='https://lh5.googleusercontent.com/-XSKbkKH-0YA/TuFJLlRB4HI/AAAAAAAAE3Q/gFexGcyKP78/s72/winter08%252520367.jpg' height='54' width='72'/>
199
- <media:thumbnail url='https://lh5.googleusercontent.com/-XSKbkKH-0YA/TuFJLlRB4HI/AAAAAAAAE3Q/gFexGcyKP78/s144/winter08%252520367.jpg' height='108' width='144'/>
200
- <media:thumbnail url='https://lh5.googleusercontent.com/-XSKbkKH-0YA/TuFJLlRB4HI/AAAAAAAAE3Q/gFexGcyKP78/s288/winter08%252520367.jpg' height='215' width='288'/>
201
- <media:title type='plain'>winter08 367.jpg</media:title>
202
- </media:group>
203
- <gphoto:albumtitle>winter08</gphoto:albumtitle>
204
- <gphoto:albumdesc/>
205
- <gphoto:location/>
206
- <gphoto:snippet/>
207
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
208
- <gphoto:truncated>0</gphoto:truncated>
209
- </entry>
210
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
211
- <id>https://picasaweb.google.com/data/entry/user/still883/albumid/5586282300119122577/photoid/5683904666751404514</id>
212
- <published>2011-12-08T23:33:02.000Z</published>
213
- <updated>2011-12-08T23:33:02.397Z</updated>
214
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
215
- <title>DSCN5402.JPG</title>
216
- <summary/>
217
- <content type='image/jpeg' src='https://lh3.googleusercontent.com/-D38jUZhStlY/TuFJLgbnCeI/AAAAAAAADLk/GG_JEhKlp0A/DSCN5402.JPG'/>
218
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/still883/albumid/5586282300119122577/photoid/5683904666751404514'/>
219
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/still883/RifugioCaRuncash#5683904666751404514'/>
220
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/wgrGkTu96tiikIyT_UrAONMTjNZETYmyPJy0liipFm0'/>
221
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/still883/albumid/5586282300119122577/photoid/5683904666751404514'/>
222
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=still883&amp;aid=5586282300119122577&amp;iid=5683904666751404514'/>
223
- <author type='owner'>
224
- <name>scattomatto</name>
225
- <uri>https://picasaweb.google.com/still883</uri>
226
- <email>still883</email>
227
- <gphoto:nickname>scattomatto</gphoto:nickname>
228
- <gphoto:thumbnail>https://lh3.googleusercontent.com/-7aUcHkSgf5Y/AAAAAAAAAAA/AAAAAAAAAAA/Pv8alqit-pw/s32-c/still883.jpg</gphoto:thumbnail>
229
- <gphoto:user>still883</gphoto:user>
230
- </author>
231
- <gphoto:id>5683904666751404514</gphoto:id>
232
- <gphoto:albumid>5586282300119122577</gphoto:albumid>
233
- <gphoto:access>public</gphoto:access>
234
- <gphoto:width>3648</gphoto:width>
235
- <gphoto:height>2736</gphoto:height>
236
- <gphoto:size>2958997</gphoto:size>
237
- <gphoto:timestamp>1267265974000</gphoto:timestamp>
238
- <gphoto:imageVersion>3257</gphoto:imageVersion>
239
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
240
- <gphoto:commentCount>0</gphoto:commentCount>
241
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
242
- <exif:tags>
243
- <exif:fstop>8.0</exif:fstop>
244
- <exif:make>NIKON</exif:make>
245
- <exif:model>COOLPIX P80 </exif:model>
246
- <exif:exposure>0.0018122508</exif:exposure>
247
- <exif:flash>false</exif:flash>
248
- <exif:focallength>13.4</exif:focallength>
249
- <exif:iso>64</exif:iso>
250
- <exif:time>1267265974000</exif:time>
251
- <exif:imageUniqueID>822f0fa57df19fe542c320bfbaa58681</exif:imageUniqueID>
252
- </exif:tags>
253
- <media:group>
254
- <media:content url='https://lh3.googleusercontent.com/-D38jUZhStlY/TuFJLgbnCeI/AAAAAAAADLk/GG_JEhKlp0A/DSCN5402.JPG' height='1200' width='1600' type='image/jpeg' medium='image'/>
255
- <media:credit>scattomatto</media:credit>
256
- <media:description type='plain'/>
257
- <media:thumbnail url='https://lh3.googleusercontent.com/-D38jUZhStlY/TuFJLgbnCeI/AAAAAAAADLk/GG_JEhKlp0A/s72/DSCN5402.JPG' height='54' width='72'/>
258
- <media:thumbnail url='https://lh3.googleusercontent.com/-D38jUZhStlY/TuFJLgbnCeI/AAAAAAAADLk/GG_JEhKlp0A/s144/DSCN5402.JPG' height='108' width='144'/>
259
- <media:thumbnail url='https://lh3.googleusercontent.com/-D38jUZhStlY/TuFJLgbnCeI/AAAAAAAADLk/GG_JEhKlp0A/s288/DSCN5402.JPG' height='216' width='288'/>
260
- <media:title type='plain'>DSCN5402.JPG</media:title>
261
- </media:group>
262
- <gphoto:albumtitle>Rifugio Ca' Runcash</gphoto:albumtitle>
263
- <gphoto:albumdesc/>
264
- <gphoto:location/>
265
- <gphoto:snippet/>
266
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
267
- <gphoto:truncated>0</gphoto:truncated>
268
- </entry>
269
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
270
- <id>https://picasaweb.google.com/data/entry/user/konskiesp2/albumid/5683904521776486673/photoid/5683904670582235842</id>
271
- <published>2011-12-08T23:33:02.000Z</published>
272
- <updated>2011-12-08T23:33:02.230Z</updated>
273
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
274
- <title>DSCF3049.JPG</title>
275
- <summary/>
276
- <content type='image/jpeg' src='https://lh4.googleusercontent.com/-Z2vhNHajzvo/TuFJLus84sI/AAAAAAAADXk/X2BczURSMl8/DSCF3049.JPG'/>
277
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/konskiesp2/albumid/5683904521776486673/photoid/5683904670582235842'/>
278
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/117727955410528516864/RajdMikoAjkowy3122k11#5683904670582235842'/>
279
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/JPcwtSddsjPl49wk2bIu2tMTjNZETYmyPJy0liipFm0'/>
280
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/konskiesp2/albumid/5683904521776486673/photoid/5683904670582235842'/>
281
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=konskiesp2&amp;aid=5683904521776486673&amp;iid=5683904670582235842'/>
282
- <author type='owner'>
283
- <name>SP2 Końskie</name>
284
- <uri>https://picasaweb.google.com/117727955410528516864</uri>
285
- <email>konskiesp2</email>
286
- <gphoto:nickname>SP2 Końskie</gphoto:nickname>
287
- <gphoto:thumbnail>https://lh5.googleusercontent.com/-bZXcfsEckQY/AAAAAAAAAAI/AAAAAAAAAAA/tR4hww9-OlU/s32-c/konskiesp2.jpg</gphoto:thumbnail>
288
- <gphoto:user>konskiesp2</gphoto:user>
289
- </author>
290
- <gphoto:id>5683904670582235842</gphoto:id>
291
- <gphoto:albumid>5683904521776486673</gphoto:albumid>
292
- <gphoto:access>public</gphoto:access>
293
- <gphoto:width>1024</gphoto:width>
294
- <gphoto:height>768</gphoto:height>
295
- <gphoto:size>215068</gphoto:size>
296
- <gphoto:checksum>667bc09d</gphoto:checksum>
297
- <gphoto:timestamp>1322955007000</gphoto:timestamp>
298
- <gphoto:imageVersion>3449</gphoto:imageVersion>
299
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
300
- <gphoto:commentCount>0</gphoto:commentCount>
301
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
302
- <exif:tags>
303
- <exif:fstop>3.5</exif:fstop>
304
- <exif:make>FUJIFILM</exif:make>
305
- <exif:model>FinePix S5700 S700</exif:model>
306
- <exif:exposure>0.022222223</exif:exposure>
307
- <exif:flash>true</exif:flash>
308
- <exif:focallength>6.3</exif:focallength>
309
- <exif:iso>500</exif:iso>
310
- <exif:time>1322955007000</exif:time>
311
- <exif:imageUniqueID>99e4615706ae07ebe2ca90e67f6c9cb8</exif:imageUniqueID>
312
- </exif:tags>
313
- <media:group>
314
- <media:content url='https://lh4.googleusercontent.com/-Z2vhNHajzvo/TuFJLus84sI/AAAAAAAADXk/X2BczURSMl8/DSCF3049.JPG' height='768' width='1024' type='image/jpeg' medium='image'/>
315
- <media:credit>SP2 Końskie</media:credit>
316
- <media:description type='plain'/>
317
- <media:thumbnail url='https://lh4.googleusercontent.com/-Z2vhNHajzvo/TuFJLus84sI/AAAAAAAADXk/X2BczURSMl8/s72/DSCF3049.JPG' height='54' width='72'/>
318
- <media:thumbnail url='https://lh4.googleusercontent.com/-Z2vhNHajzvo/TuFJLus84sI/AAAAAAAADXk/X2BczURSMl8/s144/DSCF3049.JPG' height='108' width='144'/>
319
- <media:thumbnail url='https://lh4.googleusercontent.com/-Z2vhNHajzvo/TuFJLus84sI/AAAAAAAADXk/X2BczURSMl8/s288/DSCF3049.JPG' height='216' width='288'/>
320
- <media:title type='plain'>DSCF3049.JPG</media:title>
321
- </media:group>
322
- <gphoto:albumtitle>Rajd Mikołajkowy 3-12-2k11</gphoto:albumtitle>
323
- <gphoto:albumdesc/>
324
- <gphoto:location/>
325
- <gphoto:snippet/>
326
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
327
- <gphoto:truncated>0</gphoto:truncated>
328
- </entry>
329
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
330
- <id>https://picasaweb.google.com/data/entry/user/rv8cmdr/albumid/5683903109417642481/photoid/5683904667731669874</id>
331
- <published>2011-12-08T23:33:02.000Z</published>
332
- <updated>2011-12-08T23:33:02.754Z</updated>
333
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
334
- <title>West Seattle (111).JPG</title>
335
- <summary/>
336
- <content type='image/jpeg' src='https://lh4.googleusercontent.com/-R8liwhd7oMQ/TuFJLkFUs3I/AAAAAAAAX7k/fwQVAmvQjH8/West%252520Seattle%252520%252528111%252529.JPG'/>
337
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/rv8cmdr/albumid/5683903109417642481/photoid/5683904667731669874'/>
338
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/108450445144358557254/PharmacaWAMadisonWestSeattle#5683904667731669874'/>
339
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/Ob_7wYsvCvokC9a_ZhSE79MTjNZETYmyPJy0liipFm0'/>
340
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/rv8cmdr/albumid/5683903109417642481/photoid/5683904667731669874'/>
341
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=rv8cmdr&amp;aid=5683903109417642481&amp;iid=5683904667731669874'/>
342
- <author type='owner'>
343
- <name>Brad Shrum</name>
344
- <uri>https://picasaweb.google.com/108450445144358557254</uri>
345
- <email>rv8cmdr</email>
346
- <gphoto:nickname>Brad Shrum</gphoto:nickname>
347
- <gphoto:thumbnail>https://lh6.googleusercontent.com/-DrQsuhdSTFE/AAAAAAAAAAI/AAAAAAAAAAA/3FTq4dt2YzM/s32-c/rv8cmdr.jpg</gphoto:thumbnail>
348
- <gphoto:user>rv8cmdr</gphoto:user>
349
- </author>
350
- <gphoto:id>5683904667731669874</gphoto:id>
351
- <gphoto:albumid>5683903109417642481</gphoto:albumid>
352
- <gphoto:access>public</gphoto:access>
353
- <gphoto:width>1024</gphoto:width>
354
- <gphoto:height>575</gphoto:height>
355
- <gphoto:size>264043</gphoto:size>
356
- <gphoto:checksum>f00adfcc</gphoto:checksum>
357
- <gphoto:timestamp>1212155823000</gphoto:timestamp>
358
- <gphoto:imageVersion>24505</gphoto:imageVersion>
359
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
360
- <gphoto:commentCount>0</gphoto:commentCount>
361
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
362
- <exif:tags>
363
- <exif:fstop>2.7</exif:fstop>
364
- <exif:make>Canon</exif:make>
365
- <exif:model>Canon PowerShot S5 IS</exif:model>
366
- <exif:exposure>0.033333335</exif:exposure>
367
- <exif:flash>false</exif:flash>
368
- <exif:focallength>6.0</exif:focallength>
369
- <exif:iso>80</exif:iso>
370
- <exif:time>1212155823000</exif:time>
371
- <exif:imageUniqueID>8a52f696c74ed9930d65a32f77ee833b</exif:imageUniqueID>
372
- </exif:tags>
373
- <media:group>
374
- <media:content url='https://lh4.googleusercontent.com/-R8liwhd7oMQ/TuFJLkFUs3I/AAAAAAAAX7k/fwQVAmvQjH8/West%252520Seattle%252520%252528111%252529.JPG' height='575' width='1024' type='image/jpeg' medium='image'/>
375
- <media:credit>Brad Shrum</media:credit>
376
- <media:description type='plain'/>
377
- <media:thumbnail url='https://lh4.googleusercontent.com/-R8liwhd7oMQ/TuFJLkFUs3I/AAAAAAAAX7k/fwQVAmvQjH8/s72/West%252520Seattle%252520%252528111%252529.JPG' height='41' width='72'/>
378
- <media:thumbnail url='https://lh4.googleusercontent.com/-R8liwhd7oMQ/TuFJLkFUs3I/AAAAAAAAX7k/fwQVAmvQjH8/s144/West%252520Seattle%252520%252528111%252529.JPG' height='81' width='144'/>
379
- <media:thumbnail url='https://lh4.googleusercontent.com/-R8liwhd7oMQ/TuFJLkFUs3I/AAAAAAAAX7k/fwQVAmvQjH8/s288/West%252520Seattle%252520%252528111%252529.JPG' height='162' width='288'/>
380
- <media:title type='plain'>West Seattle (111).JPG</media:title>
381
- </media:group>
382
- <gphoto:albumtitle>Pharmaca WA Madison West Seattle</gphoto:albumtitle>
383
- <gphoto:albumdesc/>
384
- <gphoto:location/>
385
- <gphoto:snippet/>
386
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
387
- <gphoto:truncated>0</gphoto:truncated>
388
- </entry>
389
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
390
- <id>https://picasaweb.google.com/data/entry/user/115967444896775764460/albumid/5681374020248963297/photoid/5683904669629094946</id>
391
- <published>2011-12-08T23:33:02.000Z</published>
392
- <updated>2011-12-08T23:33:02.241Z</updated>
393
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
394
- <title>DSC_8554.JPG</title>
395
- <summary>12/8/11 5:00 pm CR4 / Plash Island</summary>
396
- <content type='image/jpeg' src='https://lh5.googleusercontent.com/-4hEpMqm_z00/TuFJLrJtHCI/AAAAAAAAMPM/kNFTbJLnBMM/DSC_8554.JPG'/>
397
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/115967444896775764460/albumid/5681374020248963297/photoid/5683904669629094946'/>
398
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/115967444896775764460/201112December#5683904669629094946'/>
399
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/bGY0OLLWUKkRZHk9fRH0o9MTjNZETYmyPJy0liipFm0'/>
400
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/115967444896775764460/albumid/5681374020248963297/photoid/5683904669629094946'/>
401
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=115967444896775764460&amp;aid=5681374020248963297&amp;iid=5683904669629094946'/>
402
- <author type='owner'>
403
- <name>Michelle Stancil</name>
404
- <uri>https://picasaweb.google.com/115967444896775764460</uri>
405
- <email>115967444896775764460</email>
406
- <gphoto:nickname>Michelle Stancil</gphoto:nickname>
407
- <gphoto:thumbnail>https://lh4.googleusercontent.com/-X5Aq2jsT7Us/AAAAAAAAAAI/AAAAAAAAAAA/dtunFDSs8hY/s32-c/115967444896775764460.jpg</gphoto:thumbnail>
408
- <gphoto:user>115967444896775764460</gphoto:user>
409
- </author>
410
- <gphoto:id>5683904669629094946</gphoto:id>
411
- <gphoto:albumid>5681374020248963297</gphoto:albumid>
412
- <gphoto:access>public</gphoto:access>
413
- <gphoto:width>1600</gphoto:width>
414
- <gphoto:height>1067</gphoto:height>
415
- <gphoto:size>107231</gphoto:size>
416
- <gphoto:checksum>3b1c209e</gphoto:checksum>
417
- <gphoto:timestamp>1323367196000</gphoto:timestamp>
418
- <gphoto:imageVersion>12531</gphoto:imageVersion>
419
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
420
- <gphoto:commentCount>0</gphoto:commentCount>
421
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
422
- <exif:tags>
423
- <exif:fstop>5.6</exif:fstop>
424
- <exif:make>NIKON CORPORATION</exif:make>
425
- <exif:model>NIKON D3100</exif:model>
426
- <exif:exposure>0.008</exif:exposure>
427
- <exif:flash>false</exif:flash>
428
- <exif:focallength>18.0</exif:focallength>
429
- <exif:iso>280</exif:iso>
430
- <exif:time>1323367196000</exif:time>
431
- <exif:imageUniqueID>aaaf1ba711f43a371b8022ed1cc45710</exif:imageUniqueID>
432
- </exif:tags>
433
- <media:group>
434
- <media:content url='https://lh5.googleusercontent.com/-4hEpMqm_z00/TuFJLrJtHCI/AAAAAAAAMPM/kNFTbJLnBMM/DSC_8554.JPG' height='1067' width='1600' type='image/jpeg' medium='image'/>
435
- <media:credit>Michelle Stancil</media:credit>
436
- <media:description type='plain'>12/8/11 5:00 pm CR4 / Plash Island</media:description>
437
- <media:thumbnail url='https://lh5.googleusercontent.com/-4hEpMqm_z00/TuFJLrJtHCI/AAAAAAAAMPM/kNFTbJLnBMM/s72/DSC_8554.JPG' height='49' width='72'/>
438
- <media:thumbnail url='https://lh5.googleusercontent.com/-4hEpMqm_z00/TuFJLrJtHCI/AAAAAAAAMPM/kNFTbJLnBMM/s144/DSC_8554.JPG' height='97' width='144'/>
439
- <media:thumbnail url='https://lh5.googleusercontent.com/-4hEpMqm_z00/TuFJLrJtHCI/AAAAAAAAMPM/kNFTbJLnBMM/s288/DSC_8554.JPG' height='193' width='288'/>
440
- <media:title type='plain'>DSC_8554.JPG</media:title>
441
- </media:group>
442
- <gphoto:albumtitle>2011 12 (December)</gphoto:albumtitle>
443
- <gphoto:albumdesc/>
444
- <gphoto:location>Gulf Shores; Bon Secour River</gphoto:location>
445
- <gphoto:snippet/>
446
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
447
- <gphoto:truncated>0</gphoto:truncated>
448
- </entry>
449
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
450
- <id>https://picasaweb.google.com/data/entry/user/jmssmca/albumid/5679201038665643409/photoid/5683904668698085682</id>
451
- <published>2011-12-08T23:33:02.000Z</published>
452
- <updated>2011-12-08T23:33:02.472Z</updated>
453
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
454
- <title>DSCN0598.JPG</title>
455
- <summary/>
456
- <content type='image/jpeg' src='https://lh3.googleusercontent.com/-uaW4XAKEXrk/TuFJLnrvCTI/AAAAAAAAOD0/BFSQBJ7kyXw/DSCN0598.JPG'/>
457
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/jmssmca/albumid/5679201038665643409/photoid/5683904668698085682'/>
458
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/117283973022058722537/THANKSGIVING2011#5683904668698085682'/>
459
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/WnwGkmt-mbvNrM1iztZSltMTjNZETYmyPJy0liipFm0'/>
460
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/jmssmca/albumid/5679201038665643409/photoid/5683904668698085682'/>
461
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=jmssmca&amp;aid=5679201038665643409&amp;iid=5683904668698085682'/>
462
- <author type='owner'>
463
- <name>joan sutcliffe</name>
464
- <uri>https://picasaweb.google.com/117283973022058722537</uri>
465
- <email>jmssmca</email>
466
- <gphoto:nickname>joan sutcliffe</gphoto:nickname>
467
- <gphoto:thumbnail>https://lh6.googleusercontent.com/-3q0HZWYlFrk/AAAAAAAAAAI/AAAAAAAAAAA/U0bI6RHc8oE/s32-c/jmssmca.jpg</gphoto:thumbnail>
468
- <gphoto:user>jmssmca</gphoto:user>
469
- </author>
470
- <gphoto:id>5683904668698085682</gphoto:id>
471
- <gphoto:albumid>5679201038665643409</gphoto:albumid>
472
- <gphoto:access>public</gphoto:access>
473
- <gphoto:width>1600</gphoto:width>
474
- <gphoto:height>1200</gphoto:height>
475
- <gphoto:size>186135</gphoto:size>
476
- <gphoto:checksum>c7960029</gphoto:checksum>
477
- <gphoto:timestamp>1262332800000</gphoto:timestamp>
478
- <gphoto:imageVersion>14397</gphoto:imageVersion>
479
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
480
- <gphoto:commentCount>0</gphoto:commentCount>
481
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
482
- <exif:tags>
483
- <exif:fstop>3.1</exif:fstop>
484
- <exif:make>NIKON</exif:make>
485
- <exif:model>COOLPIX L22</exif:model>
486
- <exif:exposure>0.033333335</exif:exposure>
487
- <exif:flash>true</exif:flash>
488
- <exif:focallength>6.7</exif:focallength>
489
- <exif:iso>100</exif:iso>
490
- <exif:time>1262332800000</exif:time>
491
- <exif:imageUniqueID>3fabc25facdc8c9b6d3559c936ee5b79</exif:imageUniqueID>
492
- </exif:tags>
493
- <media:group>
494
- <media:content url='https://lh3.googleusercontent.com/-uaW4XAKEXrk/TuFJLnrvCTI/AAAAAAAAOD0/BFSQBJ7kyXw/DSCN0598.JPG' height='1200' width='1600' type='image/jpeg' medium='image'/>
495
- <media:credit>joan sutcliffe</media:credit>
496
- <media:description type='plain'/>
497
- <media:thumbnail url='https://lh3.googleusercontent.com/-uaW4XAKEXrk/TuFJLnrvCTI/AAAAAAAAOD0/BFSQBJ7kyXw/s72/DSCN0598.JPG' height='54' width='72'/>
498
- <media:thumbnail url='https://lh3.googleusercontent.com/-uaW4XAKEXrk/TuFJLnrvCTI/AAAAAAAAOD0/BFSQBJ7kyXw/s144/DSCN0598.JPG' height='108' width='144'/>
499
- <media:thumbnail url='https://lh3.googleusercontent.com/-uaW4XAKEXrk/TuFJLnrvCTI/AAAAAAAAOD0/BFSQBJ7kyXw/s288/DSCN0598.JPG' height='216' width='288'/>
500
- <media:title type='plain'>DSCN0598.JPG</media:title>
501
- </media:group>
502
- <gphoto:albumtitle>THANKSGIVING 2011</gphoto:albumtitle>
503
- <gphoto:albumdesc/>
504
- <gphoto:location/>
505
- <gphoto:snippet/>
506
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
507
- <gphoto:truncated>0</gphoto:truncated>
508
- </entry>
509
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
510
- <id>https://picasaweb.google.com/data/entry/user/109787253200843790561/albumid/5683832974801018481/photoid/5683904666120084258</id>
511
- <published>2011-12-08T23:33:01.000Z</published>
512
- <updated>2011-12-08T23:33:01.197Z</updated>
513
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
514
- <title>2011-12-07 11.11.37.jpg</title>
515
- <summary>Iiopothj Llmkk</summary>
516
- <content type='image/jpeg' src='https://lh4.googleusercontent.com/-2ZbxaGSouk8/TuFJLeFF2yI/AAAAAAAACCM/8tx3CKu_Ayg/2011-12-07%25252011.11.37.jpg'/>
517
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/109787253200843790561/albumid/5683832974801018481/photoid/5683904666120084258'/>
518
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/109787253200843790561/Samsung#5683904666120084258'/>
519
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/-G3A_7rX4ycjFWDMph-E59MTjNZETYmyPJy0liipFm0'/>
520
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/109787253200843790561/albumid/5683832974801018481/photoid/5683904666120084258'/>
521
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=109787253200843790561&amp;aid=5683832974801018481&amp;iid=5683904666120084258'/>
522
- <author type='owner'>
523
- <name>dieter schnabel</name>
524
- <uri>https://picasaweb.google.com/109787253200843790561</uri>
525
- <email>109787253200843790561</email>
526
- <gphoto:nickname>dieter schnabel</gphoto:nickname>
527
- <gphoto:thumbnail>https://lh3.googleusercontent.com/-MVLGTv3u74Y/AAAAAAAAAAI/AAAAAAAAAAA/moS50tBV64A/s32-c/109787253200843790561.jpg</gphoto:thumbnail>
528
- <gphoto:user>109787253200843790561</gphoto:user>
529
- </author>
530
- <gphoto:id>5683904666120084258</gphoto:id>
531
- <gphoto:albumid>5683832974801018481</gphoto:albumid>
532
- <gphoto:access>public</gphoto:access>
533
- <gphoto:width>2560</gphoto:width>
534
- <gphoto:height>1920</gphoto:height>
535
- <gphoto:size>2304799</gphoto:size>
536
- <gphoto:timestamp>1323256297000</gphoto:timestamp>
537
- <gphoto:imageVersion>2083</gphoto:imageVersion>
538
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
539
- <gphoto:commentCount>0</gphoto:commentCount>
540
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
541
- <exif:tags>
542
- <exif:fstop>2.6</exif:fstop>
543
- <exif:make>SAMSUNG</exif:make>
544
- <exif:model>GT-S5830</exif:model>
545
- <exif:flash>false</exif:flash>
546
- <exif:focallength>3.5</exif:focallength>
547
- <exif:iso>100</exif:iso>
548
- <exif:time>1323256297000</exif:time>
549
- <exif:imageUniqueID>95d3d5baf8da9611592c6142f0d97f33</exif:imageUniqueID>
550
- </exif:tags>
551
- <media:group>
552
- <media:content url='https://lh4.googleusercontent.com/-2ZbxaGSouk8/TuFJLeFF2yI/AAAAAAAACCM/8tx3CKu_Ayg/2011-12-07%25252011.11.37.jpg' height='1200' width='1600' type='image/jpeg' medium='image'/>
553
- <media:credit>dieter schnabel</media:credit>
554
- <media:description type='plain'>Iiopothj Llmkk</media:description>
555
- <media:thumbnail url='https://lh4.googleusercontent.com/-2ZbxaGSouk8/TuFJLeFF2yI/AAAAAAAACCM/8tx3CKu_Ayg/s72/2011-12-07%25252011.11.37.jpg' height='54' width='72'/>
556
- <media:thumbnail url='https://lh4.googleusercontent.com/-2ZbxaGSouk8/TuFJLeFF2yI/AAAAAAAACCM/8tx3CKu_Ayg/s144/2011-12-07%25252011.11.37.jpg' height='108' width='144'/>
557
- <media:thumbnail url='https://lh4.googleusercontent.com/-2ZbxaGSouk8/TuFJLeFF2yI/AAAAAAAACCM/8tx3CKu_Ayg/s288/2011-12-07%25252011.11.37.jpg' height='216' width='288'/>
558
- <media:title type='plain'>2011-12-07 11.11.37.jpg</media:title>
559
- </media:group>
560
- <gphoto:albumtitle>Samsung</gphoto:albumtitle>
561
- <gphoto:albumdesc/>
562
- <gphoto:location/>
563
- <gphoto:snippet/>
564
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
565
- <gphoto:truncated>0</gphoto:truncated>
566
- </entry>
567
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
568
- <id>https://picasaweb.google.com/data/entry/user/jsal67/albumid/5683893638964031329/photoid/5683904665239787426</id>
569
- <published>2011-12-08T23:33:01.000Z</published>
570
- <updated>2011-12-08T23:33:02.367Z</updated>
571
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
572
- <title>IMAG0665.jpg</title>
573
- <summary/>
574
- <content type='image/jpeg' src='https://lh4.googleusercontent.com/-vilYC12FYn4/TuFJLazNl6I/AAAAAAAAceI/3fNELxkBOJo/IMAG0665.jpg'/>
575
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/jsal67/albumid/5683893638964031329/photoid/5683904665239787426'/>
576
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/jsal67/Misc2011#5683904665239787426'/>
577
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/Q4KmtsH2lKMx0vgToIQo7tMTjNZETYmyPJy0liipFm0'/>
578
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/jsal67/albumid/5683893638964031329/photoid/5683904665239787426'/>
579
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=jsal67&amp;aid=5683893638964031329&amp;iid=5683904665239787426'/>
580
- <author type='owner'>
581
- <name>j</name>
582
- <uri>https://picasaweb.google.com/jsal67</uri>
583
- <email>jsal67</email>
584
- <gphoto:nickname>j</gphoto:nickname>
585
- <gphoto:thumbnail>https://lh5.googleusercontent.com/-5LgVqdVocjQ/AAAAAAAAAAA/AAAAAAAAAAA/ozg8S8JRsjw/s32-c/jsal67.jpg</gphoto:thumbnail>
586
- <gphoto:user>jsal67</gphoto:user>
587
- </author>
588
- <gphoto:id>5683904665239787426</gphoto:id>
589
- <gphoto:albumid>5683893638964031329</gphoto:albumid>
590
- <gphoto:access>public</gphoto:access>
591
- <gphoto:width>3264</gphoto:width>
592
- <gphoto:height>1952</gphoto:height>
593
- <gphoto:size>949457</gphoto:size>
594
- <gphoto:timestamp>1322856301000</gphoto:timestamp>
595
- <gphoto:imageVersion>29154</gphoto:imageVersion>
596
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
597
- <gphoto:commentCount>0</gphoto:commentCount>
598
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
599
- <exif:tags>
600
- <exif:make>HTC</exif:make>
601
- <exif:model>PC36100</exif:model>
602
- <exif:focallength>4.9</exif:focallength>
603
- <exif:iso>325</exif:iso>
604
- <exif:time>1322856301000</exif:time>
605
- <exif:imageUniqueID>810d41898dab8034a7551a89888ee887</exif:imageUniqueID>
606
- </exif:tags>
607
- <media:group>
608
- <media:content url='https://lh4.googleusercontent.com/-vilYC12FYn4/TuFJLazNl6I/AAAAAAAAceI/3fNELxkBOJo/IMAG0665.jpg' height='957' width='1600' type='image/jpeg' medium='image'/>
609
- <media:credit>j</media:credit>
610
- <media:description type='plain'/>
611
- <media:thumbnail url='https://lh4.googleusercontent.com/-vilYC12FYn4/TuFJLazNl6I/AAAAAAAAceI/3fNELxkBOJo/s72/IMAG0665.jpg' height='44' width='72'/>
612
- <media:thumbnail url='https://lh4.googleusercontent.com/-vilYC12FYn4/TuFJLazNl6I/AAAAAAAAceI/3fNELxkBOJo/s144/IMAG0665.jpg' height='87' width='144'/>
613
- <media:thumbnail url='https://lh4.googleusercontent.com/-vilYC12FYn4/TuFJLazNl6I/AAAAAAAAceI/3fNELxkBOJo/s288/IMAG0665.jpg' height='173' width='288'/>
614
- <media:title type='plain'>IMAG0665.jpg</media:title>
615
- </media:group>
616
- <gphoto:albumtitle>Misc 2011</gphoto:albumtitle>
617
- <gphoto:albumdesc/>
618
- <gphoto:location/>
619
- <gphoto:snippet/>
620
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
621
- <gphoto:truncated>0</gphoto:truncated>
622
- </entry>
623
- </feed>