picasa 0.3.3 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. data/.gitignore +1 -0
  2. data/.travis.yml +6 -1
  3. data/Gemfile +6 -0
  4. data/README.md +16 -24
  5. data/Rakefile +1 -1
  6. data/lib/picasa.rb +18 -12
  7. data/lib/picasa/api/album.rb +45 -0
  8. data/lib/picasa/client.rb +14 -0
  9. data/lib/picasa/connection.rb +86 -0
  10. data/lib/picasa/exceptions.rb +17 -0
  11. data/lib/picasa/presenter/album.rb +76 -0
  12. data/lib/picasa/presenter/album_list.rb +60 -0
  13. data/lib/picasa/presenter/author.rb +15 -0
  14. data/lib/picasa/presenter/base.rb +29 -0
  15. data/lib/picasa/presenter/link.rb +19 -0
  16. data/lib/picasa/presenter/media.rb +27 -0
  17. data/lib/picasa/presenter/photo.rb +79 -0
  18. data/lib/picasa/presenter/thumbnail.rb +19 -0
  19. data/lib/picasa/utils.rb +44 -0
  20. data/lib/picasa/version.rb +1 -1
  21. data/picasa.gemspec +4 -15
  22. data/test/api/album_test.rb +24 -0
  23. data/test/client_test.rb +14 -0
  24. data/test/connection_test.rb +71 -0
  25. data/test/fixtures/album/album-list-with-tag.txt +105 -0
  26. data/test/fixtures/album/album-list.txt +105 -0
  27. data/test/fixtures/album/album-show-with-max-results.txt +131 -0
  28. data/test/fixtures/album/album-show-with-tag-and-many-photos.txt +156 -0
  29. data/test/fixtures/album/album-show-with-tag-and-one-photo.txt +105 -0
  30. data/test/fixtures/album/album-show.txt +169 -0
  31. data/test/fixtures/auth/failure.txt +12 -0
  32. data/test/fixtures/auth/success.txt +14 -0
  33. data/test/fixtures/json.txt +435 -0
  34. data/test/fixtures/photo/photo-list-all-with-q.txt +556 -0
  35. data/test/fixtures/photo/photo-list-all.txt +623 -0
  36. data/test/fixtures/photo/photo-list-user.txt +388 -0
  37. data/test/fixtures/presenters/album_list.xml +88 -0
  38. data/test/fixtures/presenters/album_show.xml +152 -0
  39. data/test/fixtures/presenters/album_show_with_one_photo.xml +88 -0
  40. data/test/fixtures/tag/tag-list-album.txt +77 -0
  41. data/test/fixtures/tag/tag-list-photo.txt +72 -0
  42. data/test/fixtures/tag/tag-list.txt +68 -0
  43. data/test/helper.rb +12 -6
  44. data/test/presenter/album_list_test.rb +67 -0
  45. data/test/presenter/album_test.rb +173 -0
  46. data/test/presenter/author_test.rb +17 -0
  47. data/test/presenter/base_test.rb +27 -0
  48. data/test/presenter/link_test.rb +21 -0
  49. data/test/presenter/media_test.rb +29 -0
  50. data/test/presenter/photo_test.rb +81 -0
  51. data/test/presenter/thumbnail_test.rb +24 -0
  52. data/test/utils_test.rb +84 -0
  53. metadata +66 -31
  54. data/lib/picasa/config.rb +0 -15
  55. data/lib/picasa/web_albums.rb +0 -56
  56. data/test/fixtures/albums +0 -15
  57. data/test/fixtures/photos +0 -15
  58. data/test/test_config.rb +0 -12
  59. data/test/test_web_albums.rb +0 -44
@@ -0,0 +1,556 @@
1
+ HTTP/1.1 200 OK
2
+ Expires: Thu, 08 Dec 2011 23:53:20 GMT
3
+ Date: Thu, 08 Dec 2011 23:53:20 GMT
4
+ Cache-Control: private, max-age=0, must-revalidate, no-transform
5
+ Set-Cookie: _rtok=rt3hMJ_8F03l; Path=/; Secure; HttpOnly
6
+ Set-Cookie: S=photos_html=aiLNcClUFVw4JNUhVrywFg; 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/"Ak8MRns5fyp7ImA9WxBXE0g."
11
+ Last-Modified: Sun, 24 Jan 2010 18:48:07 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;Ak8MRns5fyp7ImA9WxBXE0g.&quot;'>
20
+ <id>https://picasaweb.google.com/data/feed/all</id>
21
+ <updated>2010-01-24T18:48:07.527Z</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?q=cowbell&amp;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?q=cowbell&amp;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>15389</openSearch:totalResults>
28
+ <openSearch:startIndex>1</openSearch:startIndex>
29
+ <openSearch:itemsPerPage>10</openSearch:itemsPerPage>
30
+ <entry gd:etag='&quot;YDgqeyI.&quot;'>
31
+ <id>https://picasaweb.google.com/data/entry/user/girlsplaybaseball/albumid/5290527590952102929/photoid/5290528689692150354</id>
32
+ <published>2009-01-12T21:53:20.000Z</published>
33
+ <updated>2009-07-06T13:20:47.128Z</updated>
34
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
35
+ <title>bb-sakoguchi-113-hilda-chester-fan-cowbell-brooklyn-dodger.jpg</title>
36
+ <summary>BEN SAKOGUCHI - ORANGE CRATE LABEL SERIES: THE UNAUTHORIZED HISTORY OF BASEBALL IN 100-ODD PAINTINGS GROUP 9</summary>
37
+ <content type='image/jpeg' src='https://lh5.googleusercontent.com/-MrUMRyQH2hA/SWu70BcdClI/AAAAAAAAB04/HF8DDvNl2aY/bb-sakoguchi-113-hilda-chester-fan-cowbell-brooklyn-dodger.jpg'/>
38
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/girlsplaybaseball/albumid/5290527590952102929/photoid/5290528689692150354'/>
39
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/114405617655009943692/BENSAKOGUCHIORANGECRATELABELSERIES#5290528689692150354'/>
40
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/b3XTuzEpzU4qx9Q3hyXtxNMTjNZETYmyPJy0liipFm0'/>
41
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/girlsplaybaseball/albumid/5290527590952102929/photoid/5290528689692150354'/>
42
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=girlsplaybaseball&amp;aid=5290527590952102929&amp;iid=5290528689692150354'/>
43
+ <author type='owner'>
44
+ <name>Jim Nemerovski</name>
45
+ <uri>https://picasaweb.google.com/114405617655009943692</uri>
46
+ <email>girlsplaybaseball</email>
47
+ <gphoto:nickname>Jim Nemerovski</gphoto:nickname>
48
+ <gphoto:thumbnail>https://lh3.googleusercontent.com/-oStof8FyeVA/AAAAAAAAAAI/AAAAAAAAAAA/86FFPawr8wE/s32-c/girlsplaybaseball.jpg</gphoto:thumbnail>
49
+ <gphoto:user>girlsplaybaseball</gphoto:user>
50
+ </author>
51
+ <gphoto:id>5290528689692150354</gphoto:id>
52
+ <gphoto:albumid>5290527590952102929</gphoto:albumid>
53
+ <gphoto:access>public</gphoto:access>
54
+ <gphoto:width>225</gphoto:width>
55
+ <gphoto:height>204</gphoto:height>
56
+ <gphoto:size>37216</gphoto:size>
57
+ <gphoto:timestamp>1149051045000</gphoto:timestamp>
58
+ <gphoto:imageVersion>1870</gphoto:imageVersion>
59
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
60
+ <gphoto:commentCount>0</gphoto:commentCount>
61
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
62
+ <exif:tags>
63
+ <exif:time>1149051045000</exif:time>
64
+ <exif:imageUniqueID>992f0499735061ced1b3fdf8746f8784</exif:imageUniqueID>
65
+ </exif:tags>
66
+ <media:group>
67
+ <media:content url='https://lh5.googleusercontent.com/-MrUMRyQH2hA/SWu70BcdClI/AAAAAAAAB04/HF8DDvNl2aY/bb-sakoguchi-113-hilda-chester-fan-cowbell-brooklyn-dodger.jpg' height='204' width='225' type='image/jpeg' medium='image'/>
68
+ <media:credit>Jim Nemerovski</media:credit>
69
+ <media:description type='plain'>BEN SAKOGUCHI - ORANGE CRATE LABEL SERIES: THE UNAUTHORIZED HISTORY OF BASEBALL IN 100-ODD PAINTINGS GROUP 9</media:description>
70
+ <media:thumbnail url='https://lh5.googleusercontent.com/-MrUMRyQH2hA/SWu70BcdClI/AAAAAAAAB04/HF8DDvNl2aY/s72/bb-sakoguchi-113-hilda-chester-fan-cowbell-brooklyn-dodger.jpg' height='66' width='72'/>
71
+ <media:thumbnail url='https://lh5.googleusercontent.com/-MrUMRyQH2hA/SWu70BcdClI/AAAAAAAAB04/HF8DDvNl2aY/s144/bb-sakoguchi-113-hilda-chester-fan-cowbell-brooklyn-dodger.jpg' height='131' width='144'/>
72
+ <media:thumbnail url='https://lh5.googleusercontent.com/-MrUMRyQH2hA/SWu70BcdClI/AAAAAAAAB04/HF8DDvNl2aY/s288/bb-sakoguchi-113-hilda-chester-fan-cowbell-brooklyn-dodger.jpg' height='204' width='225'/>
73
+ <media:title type='plain'>bb-sakoguchi-113-hilda-chester-fan-cowbell-brooklyn-dodger.jpg</media:title>
74
+ </media:group>
75
+ <gphoto:albumtitle>BEN SAKOGUCHI - ORANGE CRATE LABEL SERIES</gphoto:albumtitle>
76
+ <gphoto:albumdesc>THE UNAUTHORIZED HISTORY OF BASEBALL IN 100-ODD PAINTINGS</gphoto:albumdesc>
77
+ <gphoto:location/>
78
+ <gphoto:snippet/>
79
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
80
+ <gphoto:truncated>0</gphoto:truncated>
81
+ </entry>
82
+ <entry gd:etag='&quot;YD4qeyI.&quot;'>
83
+ <id>https://picasaweb.google.com/data/entry/user/kimberly.carbone/albumid/5275678269994125601/photoid/5275679272109718034</id>
84
+ <published>2008-12-03T21:30:00.000Z</published>
85
+ <updated>2009-06-26T15:08:48.163Z</updated>
86
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
87
+ <title>Cowbell.jpg</title>
88
+ <summary/>
89
+ <content type='image/jpeg' src='https://lh4.googleusercontent.com/-8yF68tbBaX8/STb6WKL9uhI/AAAAAAAAJLI/RpGXzqU2lYI/Cowbell.jpg'/>
90
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/kimberly.carbone/albumid/5275678269994125601/photoid/5275679272109718034'/>
91
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/113837889576932860533/THEMERadiance#5275679272109718034'/>
92
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/a4tqg9EtCyCsFWtnIh0y09MTjNZETYmyPJy0liipFm0'/>
93
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/kimberly.carbone/albumid/5275678269994125601/photoid/5275679272109718034'/>
94
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=kimberly.carbone&amp;aid=5275678269994125601&amp;iid=5275679272109718034'/>
95
+ <author type='owner'>
96
+ <name>Kimberly Carbone</name>
97
+ <uri>https://picasaweb.google.com/113837889576932860533</uri>
98
+ <email>kimberly.carbone</email>
99
+ <gphoto:nickname>Kimberly Carbone</gphoto:nickname>
100
+ <gphoto:thumbnail>https://lh3.googleusercontent.com/-i_wAriTr4Gg/AAAAAAAAAAI/AAAAAAAAAAA/giHhSR5zQtk/s32-c/kimberly.carbone.jpg</gphoto:thumbnail>
101
+ <gphoto:user>kimberly.carbone</gphoto:user>
102
+ </author>
103
+ <gphoto:id>5275679272109718034</gphoto:id>
104
+ <gphoto:albumid>5275678269994125601</gphoto:albumid>
105
+ <gphoto:access>public</gphoto:access>
106
+ <gphoto:width>59</gphoto:width>
107
+ <gphoto:height>60</gphoto:height>
108
+ <gphoto:size>2715</gphoto:size>
109
+ <gphoto:checksum>d8d51fdc</gphoto:checksum>
110
+ <gphoto:timestamp>1221997960000</gphoto:timestamp>
111
+ <gphoto:imageVersion>9394</gphoto:imageVersion>
112
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
113
+ <gphoto:commentCount>0</gphoto:commentCount>
114
+ <gphoto:license id='3' name='Attribution-Noncommercial-No Derivative' url='http://creativecommons.org/licenses/by-nc-nd/3.0'>ATTRIBUTION_NON_COMMERCIAL_NO_DERIVATIVES</gphoto:license>
115
+ <exif:tags>
116
+ <exif:time>1221997960000</exif:time>
117
+ <exif:imageUniqueID>52274d5dea5b9d27d7bd1c075a9aefcf</exif:imageUniqueID>
118
+ </exif:tags>
119
+ <media:group>
120
+ <media:content url='https://lh4.googleusercontent.com/-8yF68tbBaX8/STb6WKL9uhI/AAAAAAAAJLI/RpGXzqU2lYI/Cowbell.jpg' height='60' width='59' type='image/jpeg' medium='image'/>
121
+ <media:credit>Kimberly Carbone</media:credit>
122
+ <media:description type='plain'/>
123
+ <media:keywords>60x60, Radiance, Themes</media:keywords>
124
+ <media:thumbnail url='https://lh4.googleusercontent.com/-8yF68tbBaX8/STb6WKL9uhI/AAAAAAAAJLI/RpGXzqU2lYI/s72/Cowbell.jpg' height='60' width='59'/>
125
+ <media:thumbnail url='https://lh4.googleusercontent.com/-8yF68tbBaX8/STb6WKL9uhI/AAAAAAAAJLI/RpGXzqU2lYI/s144/Cowbell.jpg' height='60' width='59'/>
126
+ <media:thumbnail url='https://lh4.googleusercontent.com/-8yF68tbBaX8/STb6WKL9uhI/AAAAAAAAJLI/RpGXzqU2lYI/s288/Cowbell.jpg' height='60' width='59'/>
127
+ <media:title type='plain'>Cowbell.jpg</media:title>
128
+ </media:group>
129
+ <gphoto:albumtitle>THEME :: Radiance</gphoto:albumtitle>
130
+ <gphoto:albumdesc/>
131
+ <gphoto:location/>
132
+ <gphoto:snippet/>
133
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
134
+ <gphoto:truncated>0</gphoto:truncated>
135
+ </entry>
136
+ <entry gd:etag='&quot;YD8qeyI.&quot;'>
137
+ <id>https://picasaweb.google.com/data/entry/user/GrumpyInArizona/albumid/5209914954932071553/photoid/5208055863266294546</id>
138
+ <published>2008-06-04T15:56:38.000Z</published>
139
+ <updated>2009-06-22T12:05:49.809Z</updated>
140
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
141
+ <title>Cowbell.jpg</title>
142
+ <summary/>
143
+ <content type='image/jpeg' src='https://lh5.googleusercontent.com/-QY7ZEMWVgrI/SEa7NtRguxI/AAAAAAAAAVA/kt8xhnzlUrc/Cowbell.jpg'/>
144
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/GrumpyInArizona/albumid/5209914954932071553/photoid/5208055863266294546'/>
145
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/100005910362123033245/Posters#5208055863266294546'/>
146
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/JOQubq3WVAI8aVkcp5rwtdMTjNZETYmyPJy0liipFm0'/>
147
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/GrumpyInArizona/albumid/5209914954932071553/photoid/5208055863266294546'/>
148
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=GrumpyInArizona&amp;aid=5209914954932071553&amp;iid=5208055863266294546'/>
149
+ <author type='owner'>
150
+ <name>Mike Abramovich</name>
151
+ <uri>https://picasaweb.google.com/100005910362123033245</uri>
152
+ <email>GrumpyInArizona</email>
153
+ <gphoto:nickname>Mike Abramovich</gphoto:nickname>
154
+ <gphoto:thumbnail>https://lh4.googleusercontent.com/-yPtIvzhgQfU/AAAAAAAAAAI/AAAAAAAAAAA/qRLb_G0SFdc/s32-c/GrumpyInArizona.jpg</gphoto:thumbnail>
155
+ <gphoto:user>GrumpyInArizona</gphoto:user>
156
+ </author>
157
+ <gphoto:id>5208055863266294546</gphoto:id>
158
+ <gphoto:albumid>5209914954932071553</gphoto:albumid>
159
+ <gphoto:access>public</gphoto:access>
160
+ <gphoto:width>600</gphoto:width>
161
+ <gphoto:height>500</gphoto:height>
162
+ <gphoto:size>96298</gphoto:size>
163
+ <gphoto:timestamp>1212594998000</gphoto:timestamp>
164
+ <gphoto:imageVersion>336</gphoto:imageVersion>
165
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
166
+ <gphoto:commentCount>0</gphoto:commentCount>
167
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
168
+ <exif:tags>
169
+ <exif:time>1212594998000</exif:time>
170
+ <exif:imageUniqueID>0eadb9c64f7e3fe0a443ce8d52e6e54a</exif:imageUniqueID>
171
+ </exif:tags>
172
+ <media:group>
173
+ <media:content url='https://lh5.googleusercontent.com/-QY7ZEMWVgrI/SEa7NtRguxI/AAAAAAAAAVA/kt8xhnzlUrc/Cowbell.jpg' height='500' width='600' type='image/jpeg' medium='image'/>
174
+ <media:credit>Mike Abramovich</media:credit>
175
+ <media:description type='plain'/>
176
+ <media:thumbnail url='https://lh5.googleusercontent.com/-QY7ZEMWVgrI/SEa7NtRguxI/AAAAAAAAAVA/kt8xhnzlUrc/s72/Cowbell.jpg' height='60' width='72'/>
177
+ <media:thumbnail url='https://lh5.googleusercontent.com/-QY7ZEMWVgrI/SEa7NtRguxI/AAAAAAAAAVA/kt8xhnzlUrc/s144/Cowbell.jpg' height='120' width='144'/>
178
+ <media:thumbnail url='https://lh5.googleusercontent.com/-QY7ZEMWVgrI/SEa7NtRguxI/AAAAAAAAAVA/kt8xhnzlUrc/s288/Cowbell.jpg' height='240' width='288'/>
179
+ <media:title type='plain'>Cowbell.jpg</media:title>
180
+ </media:group>
181
+ <gphoto:albumtitle>Posters</gphoto:albumtitle>
182
+ <gphoto:albumdesc/>
183
+ <gphoto:location/>
184
+ <gphoto:snippet/>
185
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
186
+ <gphoto:truncated>0</gphoto:truncated>
187
+ </entry>
188
+ <entry gd:etag='&quot;YDgqeyI.&quot;'>
189
+ <id>https://picasaweb.google.com/data/entry/user/103960355531809857102/albumid/5257156680483188273/photoid/5257156903936044626</id>
190
+ <published>2008-10-14T23:33:45.000Z</published>
191
+ <updated>2009-06-29T12:31:04.711Z</updated>
192
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
193
+ <title>cowbell.jpg</title>
194
+ <summary/>
195
+ <content type='image/jpeg' src='https://lh4.googleusercontent.com/-8-4Y842qsCE/SPUsWbuZrlI/AAAAAAAACS4/sZ-e8v-7xZ4/cowbell.jpg'/>
196
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/103960355531809857102/albumid/5257156680483188273/photoid/5257156903936044626'/>
197
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/103960355531809857102/Posters#5257156903936044626'/>
198
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/KUGiaPtuniBiuQe_Tx7fPtMTjNZETYmyPJy0liipFm0'/>
199
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/103960355531809857102/albumid/5257156680483188273/photoid/5257156903936044626'/>
200
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=103960355531809857102&amp;aid=5257156680483188273&amp;iid=5257156903936044626'/>
201
+ <author type='owner'>
202
+ <name>Jennifer Lubert</name>
203
+ <uri>https://picasaweb.google.com/103960355531809857102</uri>
204
+ <email>103960355531809857102</email>
205
+ <gphoto:nickname>Jennifer Lubert</gphoto:nickname>
206
+ <gphoto:thumbnail>https://lh4.googleusercontent.com/-T7cOBAz1-EY/AAAAAAAAAAI/AAAAAAAAAAA/4I2haMGkLM4/s32-c/103960355531809857102.jpg</gphoto:thumbnail>
207
+ <gphoto:user>103960355531809857102</gphoto:user>
208
+ </author>
209
+ <gphoto:id>5257156903936044626</gphoto:id>
210
+ <gphoto:albumid>5257156680483188273</gphoto:albumid>
211
+ <gphoto:access>public</gphoto:access>
212
+ <gphoto:width>600</gphoto:width>
213
+ <gphoto:height>500</gphoto:height>
214
+ <gphoto:size>91152</gphoto:size>
215
+ <gphoto:checksum>58585fc6</gphoto:checksum>
216
+ <gphoto:timestamp>1210200545000</gphoto:timestamp>
217
+ <gphoto:imageVersion>2350</gphoto:imageVersion>
218
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
219
+ <gphoto:commentCount>0</gphoto:commentCount>
220
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
221
+ <exif:tags>
222
+ <exif:time>1210200545000</exif:time>
223
+ <exif:imageUniqueID>67744e382c892e3a6e9b82327e04f921</exif:imageUniqueID>
224
+ </exif:tags>
225
+ <media:group>
226
+ <media:content url='https://lh4.googleusercontent.com/-8-4Y842qsCE/SPUsWbuZrlI/AAAAAAAACS4/sZ-e8v-7xZ4/cowbell.jpg' height='500' width='600' type='image/jpeg' medium='image'/>
227
+ <media:credit>Jennifer Lubert</media:credit>
228
+ <media:description type='plain'/>
229
+ <media:thumbnail url='https://lh4.googleusercontent.com/-8-4Y842qsCE/SPUsWbuZrlI/AAAAAAAACS4/sZ-e8v-7xZ4/s72/cowbell.jpg' height='60' width='72'/>
230
+ <media:thumbnail url='https://lh4.googleusercontent.com/-8-4Y842qsCE/SPUsWbuZrlI/AAAAAAAACS4/sZ-e8v-7xZ4/s144/cowbell.jpg' height='120' width='144'/>
231
+ <media:thumbnail url='https://lh4.googleusercontent.com/-8-4Y842qsCE/SPUsWbuZrlI/AAAAAAAACS4/sZ-e8v-7xZ4/s288/cowbell.jpg' height='240' width='288'/>
232
+ <media:title type='plain'>cowbell.jpg</media:title>
233
+ </media:group>
234
+ <gphoto:albumtitle>Posters</gphoto:albumtitle>
235
+ <gphoto:albumdesc/>
236
+ <gphoto:location/>
237
+ <gphoto:snippet/>
238
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
239
+ <gphoto:truncated>0</gphoto:truncated>
240
+ </entry>
241
+ <entry gd:etag='&quot;VhJFCkcMRip7ImA9Wxc.&quot;'>
242
+ <id>https://picasaweb.google.com/data/entry/user/117817938424033745917/albumid/5093765119498606001/photoid/5158010100208654978</id>
243
+ <published>2008-01-21T19:13:31.000Z</published>
244
+ <updated>2009-06-27T00:47:42.786Z</updated>
245
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
246
+ <title>Cowbell.jpg</title>
247
+ <summary/>
248
+ <content type='image/jpeg' src='https://lh4.googleusercontent.com/-FN5WisK3GWA/R5Tu25rQWoI/AAAAAAAABss/a0uikiDXOW8/Cowbell.jpg'/>
249
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/117817938424033745917/albumid/5093765119498606001/photoid/5158010100208654978'/>
250
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/117817938424033745917/757CX#5158010100208654978'/>
251
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/Tsd-7t_XYNyxETzguedemtMTjNZETYmyPJy0liipFm0'/>
252
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/117817938424033745917/albumid/5093765119498606001/photoid/5158010100208654978'/>
253
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=117817938424033745917&amp;aid=5093765119498606001&amp;iid=5158010100208654978'/>
254
+ <author type='owner'>
255
+ <name>kevin horvath</name>
256
+ <uri>https://picasaweb.google.com/117817938424033745917</uri>
257
+ <email>117817938424033745917</email>
258
+ <gphoto:nickname>kevin horvath</gphoto:nickname>
259
+ <gphoto:thumbnail>https://lh6.googleusercontent.com/-YWk8YZ8HNVo/AAAAAAAAAAI/AAAAAAAAAAA/q9Y1-6Bv3Zw/s32-c/117817938424033745917.jpg</gphoto:thumbnail>
260
+ <gphoto:user>117817938424033745917</gphoto:user>
261
+ </author>
262
+ <gphoto:id>5158010100208654978</gphoto:id>
263
+ <gphoto:albumid>5093765119498606001</gphoto:albumid>
264
+ <gphoto:access>public</gphoto:access>
265
+ <gphoto:width>288</gphoto:width>
266
+ <gphoto:height>240</gphoto:height>
267
+ <gphoto:size>12834</gphoto:size>
268
+ <gphoto:timestamp>1200942811000</gphoto:timestamp>
269
+ <gphoto:imageVersion>1739</gphoto:imageVersion>
270
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
271
+ <gphoto:commentCount>0</gphoto:commentCount>
272
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
273
+ <exif:tags>
274
+ <exif:time>1200942811000</exif:time>
275
+ <exif:imageUniqueID>286d28f6cbef54d7143c855f53fe927d</exif:imageUniqueID>
276
+ </exif:tags>
277
+ <media:group>
278
+ <media:content url='https://lh4.googleusercontent.com/-FN5WisK3GWA/R5Tu25rQWoI/AAAAAAAABss/a0uikiDXOW8/Cowbell.jpg' height='240' width='288' type='image/jpeg' medium='image'/>
279
+ <media:credit>kevin horvath</media:credit>
280
+ <media:description type='plain'/>
281
+ <media:thumbnail url='https://lh4.googleusercontent.com/-FN5WisK3GWA/R5Tu25rQWoI/AAAAAAAABss/a0uikiDXOW8/s72/Cowbell.jpg' height='60' width='72'/>
282
+ <media:thumbnail url='https://lh4.googleusercontent.com/-FN5WisK3GWA/R5Tu25rQWoI/AAAAAAAABss/a0uikiDXOW8/s144/Cowbell.jpg' height='120' width='144'/>
283
+ <media:thumbnail url='https://lh4.googleusercontent.com/-FN5WisK3GWA/R5Tu25rQWoI/AAAAAAAABss/a0uikiDXOW8/s288/Cowbell.jpg' height='240' width='288'/>
284
+ <media:title type='plain'>Cowbell.jpg</media:title>
285
+ </media:group>
286
+ <gphoto:albumtitle>757CX</gphoto:albumtitle>
287
+ <gphoto:albumdesc/>
288
+ <gphoto:location/>
289
+ <gphoto:snippet/>
290
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
291
+ <gphoto:truncated>0</gphoto:truncated>
292
+ </entry>
293
+ <entry gd:etag='&quot;YD4qeyI.&quot;'>
294
+ <id>https://picasaweb.google.com/data/entry/user/Wyatt.Francis/albumid/5392302101063560065/photoid/5218736531099515058</id>
295
+ <published>2008-07-03T10:43:05.000Z</published>
296
+ <updated>2009-06-23T09:58:35.334Z</updated>
297
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
298
+ <title>cowbell.jpg</title>
299
+ <summary/>
300
+ <content type='image/jpeg' src='https://lh4.googleusercontent.com/-lFVAE32zcrk/SGytOZiKeLI/AAAAAAAAAQk/xlEaZIgUhoU/cowbell.jpg'/>
301
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/Wyatt.Francis/albumid/5392302101063560065/photoid/5218736531099515058'/>
302
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/107564957185928451225/Random#5218736531099515058'/>
303
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/d613ZwVhZFjFrVmHN73ArNMTjNZETYmyPJy0liipFm0'/>
304
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/Wyatt.Francis/albumid/5392302101063560065/photoid/5218736531099515058'/>
305
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=Wyatt.Francis&amp;aid=5392302101063560065&amp;iid=5218736531099515058'/>
306
+ <author type='owner'>
307
+ <name>Wyatt Francis</name>
308
+ <uri>https://picasaweb.google.com/107564957185928451225</uri>
309
+ <email>Wyatt.Francis</email>
310
+ <gphoto:nickname>Wyatt Francis</gphoto:nickname>
311
+ <gphoto:thumbnail>https://lh6.googleusercontent.com/-q1Wj8Ba9DU4/AAAAAAAAAAI/AAAAAAAAAAA/-aQDszYSbM8/s32-c/Wyatt.Francis.jpg</gphoto:thumbnail>
312
+ <gphoto:user>Wyatt.Francis</gphoto:user>
313
+ </author>
314
+ <gphoto:id>5218736531099515058</gphoto:id>
315
+ <gphoto:albumid>5392302101063560065</gphoto:albumid>
316
+ <gphoto:access>public</gphoto:access>
317
+ <gphoto:width>243</gphoto:width>
318
+ <gphoto:height>300</gphoto:height>
319
+ <gphoto:size>23003</gphoto:size>
320
+ <gphoto:timestamp>1215081785000</gphoto:timestamp>
321
+ <gphoto:imageVersion>265</gphoto:imageVersion>
322
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
323
+ <gphoto:commentCount>0</gphoto:commentCount>
324
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
325
+ <exif:tags>
326
+ <exif:time>1215081785000</exif:time>
327
+ <exif:imageUniqueID>88fd78e711f8974f34aea3876cf7676c</exif:imageUniqueID>
328
+ </exif:tags>
329
+ <media:group>
330
+ <media:content url='https://lh4.googleusercontent.com/-lFVAE32zcrk/SGytOZiKeLI/AAAAAAAAAQk/xlEaZIgUhoU/cowbell.jpg' height='300' width='243' type='image/jpeg' medium='image'/>
331
+ <media:credit>Wyatt Francis</media:credit>
332
+ <media:description type='plain'/>
333
+ <media:thumbnail url='https://lh4.googleusercontent.com/-lFVAE32zcrk/SGytOZiKeLI/AAAAAAAAAQk/xlEaZIgUhoU/s72/cowbell.jpg' height='72' width='59'/>
334
+ <media:thumbnail url='https://lh4.googleusercontent.com/-lFVAE32zcrk/SGytOZiKeLI/AAAAAAAAAQk/xlEaZIgUhoU/s144/cowbell.jpg' height='144' width='117'/>
335
+ <media:thumbnail url='https://lh4.googleusercontent.com/-lFVAE32zcrk/SGytOZiKeLI/AAAAAAAAAQk/xlEaZIgUhoU/s288/cowbell.jpg' height='288' width='234'/>
336
+ <media:title type='plain'>cowbell.jpg</media:title>
337
+ </media:group>
338
+ <gphoto:albumtitle>Random</gphoto:albumtitle>
339
+ <gphoto:albumdesc/>
340
+ <gphoto:location/>
341
+ <gphoto:snippet/>
342
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
343
+ <gphoto:truncated>0</gphoto:truncated>
344
+ </entry>
345
+ <entry gd:etag='&quot;YD4qeyI.&quot;'>
346
+ <id>https://picasaweb.google.com/data/entry/user/drums4444/albumid/5277456225310604737/photoid/5277460504305599554</id>
347
+ <published>2008-12-08T16:42:06.000Z</published>
348
+ <updated>2009-06-26T12:47:20.745Z</updated>
349
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
350
+ <title>013 LP Latin Percussion Salsa Timbale Cowbell ES-5.JPG</title>
351
+ <summary/>
352
+ <content type='image/jpeg' src='https://lh6.googleusercontent.com/-7oSXZ_L1gnw/ST1OXhNKBEI/AAAAAAAAAJM/Wm_4pEdWz74/013%252520LP%252520Latin%252520Percussion%252520Salsa%252520Timbale%252520Cowbell%252520ES-5.JPG'/>
353
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/drums4444/albumid/5277456225310604737/photoid/5277460504305599554'/>
354
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/drums4444/LPLatinPercussionSalsaTimbaleCowbellES5LPLatinPercussionBlackBeautyCowbellLP204A#5277460504305599554'/>
355
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/DevpT7AimedwsleioTLb-9MTjNZETYmyPJy0liipFm0'/>
356
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/drums4444/albumid/5277456225310604737/photoid/5277460504305599554'/>
357
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=drums4444&amp;aid=5277456225310604737&amp;iid=5277460504305599554'/>
358
+ <author type='owner'>
359
+ <name>drums4444</name>
360
+ <uri>https://picasaweb.google.com/drums4444</uri>
361
+ <email>drums4444</email>
362
+ <gphoto:nickname>drums4444</gphoto:nickname>
363
+ <gphoto:thumbnail>https://lh4.googleusercontent.com/-NKbe1x5OXDo/AAAAAAAAAAA/AAAAAAAAAAA/9TJjQdrh7TA/s32-c/drums4444.jpg</gphoto:thumbnail>
364
+ <gphoto:user>drums4444</gphoto:user>
365
+ </author>
366
+ <gphoto:id>5277460504305599554</gphoto:id>
367
+ <gphoto:albumid>5277456225310604737</gphoto:albumid>
368
+ <gphoto:access>public</gphoto:access>
369
+ <gphoto:width>1600</gphoto:width>
370
+ <gphoto:height>1213</gphoto:height>
371
+ <gphoto:size>234623</gphoto:size>
372
+ <gphoto:checksum>0</gphoto:checksum>
373
+ <gphoto:timestamp>1227895040000</gphoto:timestamp>
374
+ <gphoto:imageVersion>147</gphoto:imageVersion>
375
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
376
+ <gphoto:commentCount>0</gphoto:commentCount>
377
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
378
+ <exif:tags>
379
+ <exif:time>1227895040000</exif:time>
380
+ <exif:imageUniqueID>898b04bebf3c0cfd4a089ad331a26635</exif:imageUniqueID>
381
+ </exif:tags>
382
+ <media:group>
383
+ <media:content url='https://lh6.googleusercontent.com/-7oSXZ_L1gnw/ST1OXhNKBEI/AAAAAAAAAJM/Wm_4pEdWz74/013%252520LP%252520Latin%252520Percussion%252520Salsa%252520Timbale%252520Cowbell%252520ES-5.JPG' height='1213' width='1600' type='image/jpeg' medium='image'/>
384
+ <media:credit>drums4444</media:credit>
385
+ <media:description type='plain'/>
386
+ <media:thumbnail url='https://lh6.googleusercontent.com/-7oSXZ_L1gnw/ST1OXhNKBEI/AAAAAAAAAJM/Wm_4pEdWz74/s72/013%252520LP%252520Latin%252520Percussion%252520Salsa%252520Timbale%252520Cowbell%252520ES-5.JPG' height='55' width='72'/>
387
+ <media:thumbnail url='https://lh6.googleusercontent.com/-7oSXZ_L1gnw/ST1OXhNKBEI/AAAAAAAAAJM/Wm_4pEdWz74/s144/013%252520LP%252520Latin%252520Percussion%252520Salsa%252520Timbale%252520Cowbell%252520ES-5.JPG' height='110' width='144'/>
388
+ <media:thumbnail url='https://lh6.googleusercontent.com/-7oSXZ_L1gnw/ST1OXhNKBEI/AAAAAAAAAJM/Wm_4pEdWz74/s288/013%252520LP%252520Latin%252520Percussion%252520Salsa%252520Timbale%252520Cowbell%252520ES-5.JPG' height='219' width='288'/>
389
+ <media:title type='plain'>013 LP Latin Percussion Salsa Timbale Cowbell ES-5.JPG</media:title>
390
+ </media:group>
391
+ <gphoto:albumtitle>LP Latin Percussion Salsa Timbale Cowbell ES-5 &amp; LP Latin Percussion Black Beauty Cowbell LP204A</gphoto:albumtitle>
392
+ <gphoto:albumdesc/>
393
+ <gphoto:location/>
394
+ <gphoto:snippet>... &lt;b&gt;Cowbell&lt;/b&gt; ES-5 &amp;amp; ...</gphoto:snippet>
395
+ <gphoto:snippettype>ALBUM_TITLE</gphoto:snippettype>
396
+ <gphoto:truncated>0</gphoto:truncated>
397
+ </entry>
398
+ <entry gd:etag='&quot;YDgqeyI.&quot;'>
399
+ <id>https://picasaweb.google.com/data/entry/user/Joshua.Haines0/albumid/5293747763942597169/photoid/5293757067469236850</id>
400
+ <published>2009-01-21T14:41:05.000Z</published>
401
+ <updated>2009-07-06T22:29:22.971Z</updated>
402
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
403
+ <title>motpos150.jpg</title>
404
+ <summary>Cowbell</summary>
405
+ <content type='image/jpeg' src='https://lh4.googleusercontent.com/-jtuc9jchQsQ/SXc0AV23qnI/AAAAAAAABFM/qy92YPz7qWs/motpos150.jpg'/>
406
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/Joshua.Haines0/albumid/5293747763942597169/photoid/5293757067469236850'/>
407
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/108309678005344089830/MotivationalPostersNSFW#5293757067469236850'/>
408
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/8aKxfdJyrDAaz0RHWT9U4NMTjNZETYmyPJy0liipFm0'/>
409
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/Joshua.Haines0/albumid/5293747763942597169/photoid/5293757067469236850'/>
410
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=Joshua.Haines0&amp;aid=5293747763942597169&amp;iid=5293757067469236850'/>
411
+ <author type='owner'>
412
+ <name>Josh Haines</name>
413
+ <uri>https://picasaweb.google.com/108309678005344089830</uri>
414
+ <email>Joshua.Haines0</email>
415
+ <gphoto:nickname>Josh Haines</gphoto:nickname>
416
+ <gphoto:thumbnail>https://lh3.googleusercontent.com/-5DkszvzV9mQ/AAAAAAAAAAI/AAAAAAAAAAA/Kj1Hf8RvPK8/s32-c/Joshua.Haines0.jpg</gphoto:thumbnail>
417
+ <gphoto:user>Joshua.Haines0</gphoto:user>
418
+ </author>
419
+ <gphoto:id>5293757067469236850</gphoto:id>
420
+ <gphoto:albumid>5293747763942597169</gphoto:albumid>
421
+ <gphoto:access>public</gphoto:access>
422
+ <gphoto:width>320</gphoto:width>
423
+ <gphoto:height>267</gphoto:height>
424
+ <gphoto:size>15083</gphoto:size>
425
+ <gphoto:checksum>7b591fd4</gphoto:checksum>
426
+ <gphoto:timestamp>1217612263000</gphoto:timestamp>
427
+ <gphoto:imageVersion>1107</gphoto:imageVersion>
428
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
429
+ <gphoto:commentCount>0</gphoto:commentCount>
430
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
431
+ <exif:tags>
432
+ <exif:time>1217612263000</exif:time>
433
+ <exif:imageUniqueID>bf17cabc5ef8f67a62cf18406cd31545</exif:imageUniqueID>
434
+ </exif:tags>
435
+ <media:group>
436
+ <media:content url='https://lh4.googleusercontent.com/-jtuc9jchQsQ/SXc0AV23qnI/AAAAAAAABFM/qy92YPz7qWs/motpos150.jpg' height='267' width='320' type='image/jpeg' medium='image'/>
437
+ <media:credit>Josh Haines</media:credit>
438
+ <media:description type='plain'>Cowbell</media:description>
439
+ <media:thumbnail url='https://lh4.googleusercontent.com/-jtuc9jchQsQ/SXc0AV23qnI/AAAAAAAABFM/qy92YPz7qWs/s72/motpos150.jpg' height='61' width='72'/>
440
+ <media:thumbnail url='https://lh4.googleusercontent.com/-jtuc9jchQsQ/SXc0AV23qnI/AAAAAAAABFM/qy92YPz7qWs/s144/motpos150.jpg' height='121' width='144'/>
441
+ <media:thumbnail url='https://lh4.googleusercontent.com/-jtuc9jchQsQ/SXc0AV23qnI/AAAAAAAABFM/qy92YPz7qWs/s288/motpos150.jpg' height='241' width='288'/>
442
+ <media:title type='plain'>motpos150.jpg</media:title>
443
+ </media:group>
444
+ <gphoto:albumtitle>Motivational Posters - NSFW!</gphoto:albumtitle>
445
+ <gphoto:albumdesc>May be NSFW.</gphoto:albumdesc>
446
+ <gphoto:location>All over</gphoto:location>
447
+ <gphoto:snippet>&lt;b&gt;Cowbell&lt;/b&gt;</gphoto:snippet>
448
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
449
+ <gphoto:truncated>0</gphoto:truncated>
450
+ </entry>
451
+ <entry gd:etag='&quot;YD4qeyI.&quot;'>
452
+ <id>https://picasaweb.google.com/data/entry/user/drums4444/albumid/5277456225310604737/photoid/5277460782689407346</id>
453
+ <published>2008-12-08T16:43:10.000Z</published>
454
+ <updated>2009-06-26T12:47:21.122Z</updated>
455
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
456
+ <title>016 LP Latin Percussion Black Beauty Cowbell LP204A.JPG</title>
457
+ <summary/>
458
+ <content type='image/jpeg' src='https://lh5.googleusercontent.com/-tj-OWSJqrwo/ST1OnuRB0XI/AAAAAAAAAJk/4BxOyAUtYPA/016%252520LP%252520Latin%252520Percussion%252520Black%252520Beauty%252520Cowbell%252520LP204A.JPG'/>
459
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/drums4444/albumid/5277456225310604737/photoid/5277460782689407346'/>
460
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/drums4444/LPLatinPercussionSalsaTimbaleCowbellES5LPLatinPercussionBlackBeautyCowbellLP204A#5277460782689407346'/>
461
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/-nymqN-IGaKSCpK1bQpPedMTjNZETYmyPJy0liipFm0'/>
462
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/drums4444/albumid/5277456225310604737/photoid/5277460782689407346'/>
463
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=drums4444&amp;aid=5277456225310604737&amp;iid=5277460782689407346'/>
464
+ <author type='owner'>
465
+ <name>drums4444</name>
466
+ <uri>https://picasaweb.google.com/drums4444</uri>
467
+ <email>drums4444</email>
468
+ <gphoto:nickname>drums4444</gphoto:nickname>
469
+ <gphoto:thumbnail>https://lh4.googleusercontent.com/-NKbe1x5OXDo/AAAAAAAAAAA/AAAAAAAAAAA/9TJjQdrh7TA/s32-c/drums4444.jpg</gphoto:thumbnail>
470
+ <gphoto:user>drums4444</gphoto:user>
471
+ </author>
472
+ <gphoto:id>5277460782689407346</gphoto:id>
473
+ <gphoto:albumid>5277456225310604737</gphoto:albumid>
474
+ <gphoto:access>public</gphoto:access>
475
+ <gphoto:width>1600</gphoto:width>
476
+ <gphoto:height>1213</gphoto:height>
477
+ <gphoto:size>203966</gphoto:size>
478
+ <gphoto:checksum>0</gphoto:checksum>
479
+ <gphoto:timestamp>1227873081000</gphoto:timestamp>
480
+ <gphoto:imageVersion>153</gphoto:imageVersion>
481
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
482
+ <gphoto:commentCount>0</gphoto:commentCount>
483
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
484
+ <exif:tags>
485
+ <exif:time>1227873081000</exif:time>
486
+ <exif:imageUniqueID>91c6a9e5a124ed609f95a6ca004d5736</exif:imageUniqueID>
487
+ </exif:tags>
488
+ <media:group>
489
+ <media:content url='https://lh5.googleusercontent.com/-tj-OWSJqrwo/ST1OnuRB0XI/AAAAAAAAAJk/4BxOyAUtYPA/016%252520LP%252520Latin%252520Percussion%252520Black%252520Beauty%252520Cowbell%252520LP204A.JPG' height='1213' width='1600' type='image/jpeg' medium='image'/>
490
+ <media:credit>drums4444</media:credit>
491
+ <media:description type='plain'/>
492
+ <media:thumbnail url='https://lh5.googleusercontent.com/-tj-OWSJqrwo/ST1OnuRB0XI/AAAAAAAAAJk/4BxOyAUtYPA/s72/016%252520LP%252520Latin%252520Percussion%252520Black%252520Beauty%252520Cowbell%252520LP204A.JPG' height='55' width='72'/>
493
+ <media:thumbnail url='https://lh5.googleusercontent.com/-tj-OWSJqrwo/ST1OnuRB0XI/AAAAAAAAAJk/4BxOyAUtYPA/s144/016%252520LP%252520Latin%252520Percussion%252520Black%252520Beauty%252520Cowbell%252520LP204A.JPG' height='110' width='144'/>
494
+ <media:thumbnail url='https://lh5.googleusercontent.com/-tj-OWSJqrwo/ST1OnuRB0XI/AAAAAAAAAJk/4BxOyAUtYPA/s288/016%252520LP%252520Latin%252520Percussion%252520Black%252520Beauty%252520Cowbell%252520LP204A.JPG' height='219' width='288'/>
495
+ <media:title type='plain'>016 LP Latin Percussion Black Beauty Cowbell LP204A.JPG</media:title>
496
+ </media:group>
497
+ <gphoto:albumtitle>LP Latin Percussion Salsa Timbale Cowbell ES-5 &amp; LP Latin Percussion Black Beauty Cowbell LP204A</gphoto:albumtitle>
498
+ <gphoto:albumdesc/>
499
+ <gphoto:location/>
500
+ <gphoto:snippet>... &lt;b&gt;Cowbell&lt;/b&gt; ES-5 &amp;amp; ...</gphoto:snippet>
501
+ <gphoto:snippettype>ALBUM_TITLE</gphoto:snippettype>
502
+ <gphoto:truncated>0</gphoto:truncated>
503
+ </entry>
504
+ <entry gd:etag='&quot;YD4qeyI.&quot;'>
505
+ <id>https://picasaweb.google.com/data/entry/user/geezer91/albumid/5221068499217483553/photoid/5430079661064355298</id>
506
+ <published>2010-01-23T23:22:22.000Z</published>
507
+ <updated>2010-01-24T18:48:07.527Z</updated>
508
+ <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
509
+ <title>cowbell.jpg</title>
510
+ <summary/>
511
+ <content type='image/jpeg' src='https://lh6.googleusercontent.com/-Zqnviy0gHrk/S1uErpPQfeI/AAAAAAAAAmY/lIJvW5joKuQ/cowbell.jpg'/>
512
+ <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/geezer91/albumid/5221068499217483553/photoid/5430079661064355298'/>
513
+ <link rel='alternate' type='text/html' href='https://picasaweb.google.com/geezer91/MMB#5430079661064355298'/>
514
+ <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/azOG6LO_9MstnHzVIonoT9MTjNZETYmyPJy0liipFm0'/>
515
+ <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/geezer91/albumid/5221068499217483553/photoid/5430079661064355298'/>
516
+ <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=geezer91&amp;aid=5221068499217483553&amp;iid=5430079661064355298'/>
517
+ <author type='owner'>
518
+ <name>geezer</name>
519
+ <uri>https://picasaweb.google.com/geezer91</uri>
520
+ <email>geezer91</email>
521
+ <gphoto:nickname>geezer</gphoto:nickname>
522
+ <gphoto:thumbnail>https://lh6.googleusercontent.com/-YtGKePFuWpc/AAAAAAAAAAA/AAAAAAAAAAA/oUBdv8d1DC0/s32-c/geezer91.jpg</gphoto:thumbnail>
523
+ <gphoto:user>geezer91</gphoto:user>
524
+ </author>
525
+ <gphoto:id>5430079661064355298</gphoto:id>
526
+ <gphoto:albumid>5221068499217483553</gphoto:albumid>
527
+ <gphoto:access>public</gphoto:access>
528
+ <gphoto:width>640</gphoto:width>
529
+ <gphoto:height>512</gphoto:height>
530
+ <gphoto:size>39060</gphoto:size>
531
+ <gphoto:timestamp>1264288942000</gphoto:timestamp>
532
+ <gphoto:imageVersion>614</gphoto:imageVersion>
533
+ <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
534
+ <gphoto:commentCount>0</gphoto:commentCount>
535
+ <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
536
+ <exif:tags>
537
+ <exif:time>1264288942000</exif:time>
538
+ <exif:imageUniqueID>2ca3ff5ef8590a5bdbd52ca57d9454a4</exif:imageUniqueID>
539
+ </exif:tags>
540
+ <media:group>
541
+ <media:content url='https://lh6.googleusercontent.com/-Zqnviy0gHrk/S1uErpPQfeI/AAAAAAAAAmY/lIJvW5joKuQ/cowbell.jpg' height='512' width='640' type='image/jpeg' medium='image'/>
542
+ <media:credit>geezer</media:credit>
543
+ <media:description type='plain'/>
544
+ <media:thumbnail url='https://lh6.googleusercontent.com/-Zqnviy0gHrk/S1uErpPQfeI/AAAAAAAAAmY/lIJvW5joKuQ/s72/cowbell.jpg' height='58' width='72'/>
545
+ <media:thumbnail url='https://lh6.googleusercontent.com/-Zqnviy0gHrk/S1uErpPQfeI/AAAAAAAAAmY/lIJvW5joKuQ/s144/cowbell.jpg' height='116' width='144'/>
546
+ <media:thumbnail url='https://lh6.googleusercontent.com/-Zqnviy0gHrk/S1uErpPQfeI/AAAAAAAAAmY/lIJvW5joKuQ/s288/cowbell.jpg' height='231' width='288'/>
547
+ <media:title type='plain'>cowbell.jpg</media:title>
548
+ </media:group>
549
+ <gphoto:albumtitle>MMB</gphoto:albumtitle>
550
+ <gphoto:albumdesc>For geezer posts on the MMB BBS</gphoto:albumdesc>
551
+ <gphoto:location/>
552
+ <gphoto:snippet/>
553
+ <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
554
+ <gphoto:truncated>0</gphoto:truncated>
555
+ </entry>
556
+ </feed>