picasa 0.5.4 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
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,388 +0,0 @@
1
- HTTP/1.1 200 OK
2
- Expires: Thu, 08 Dec 2011 23:29:45 GMT
3
- Date: Thu, 08 Dec 2011 23:29:45 GMT
4
- Cache-Control: private, max-age=0, must-revalidate, no-transform
5
- Set-Cookie: _rtok=8YuI63vqYPHv; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=9pKYovCgIpkquBpYNk-cew; 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/"CUUGRXc9cCp7ImA9WhRQEUw."
11
- Last-Modified: Mon, 05 Dec 2011 19:27:04 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;CUUGRXc9cCp7ImA9WhRQEUw.&quot;'>
20
- <id>https://picasaweb.google.com/data/feed/user/106136347770555028022</id>
21
- <updated>2011-12-05T19:27:04.968Z</updated>
22
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#user'/>
23
- <title>106136347770555028022</title>
24
- <subtitle/>
25
- <icon>https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s64-c/106136347770555028022.jpg</icon>
26
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022'/>
27
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022'/>
28
- <link rel='http://schemas.google.com/photos/2007#slideshow' type='application/x-shockwave-flash' href='https://picasaweb.google.com/s/c/bin/slideshow.swf?host=picasaweb.google.com&amp;RGB=0x000000&amp;feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F106136347770555028022%3Falt%3Drss'/>
29
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022?q=&amp;start-index=1&amp;max-results=100&amp;kind=photo'/>
30
- <author>
31
- <name>Wojciech Wnętrzak</name>
32
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
33
- </author>
34
- <generator version='1.00' uri='http://picasaweb.google.com/'>Picasaweb</generator>
35
- <openSearch:totalResults>9</openSearch:totalResults>
36
- <openSearch:startIndex>1</openSearch:startIndex>
37
- <openSearch:itemsPerPage>100</openSearch:itemsPerPage>
38
- <gphoto:user>106136347770555028022</gphoto:user>
39
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
40
- <gphoto:thumbnail>https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s64-c/106136347770555028022.jpg</gphoto:thumbnail>
41
- <entry gd:etag='&quot;YDgqeyI.&quot;'>
42
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470303146876834</id>
43
- <published>2011-07-28T18:22:27.000Z</published>
44
- <updated>2011-12-05T19:26:45.489Z</updated>
45
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
46
- <title>pink_floyd_ladies.jpg</title>
47
- <summary/>
48
- <content type='image/jpeg' src='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/pink_floyd_ladies.jpg'/>
49
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470303146876834'/>
50
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2#5634470303146876834'/>
51
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/gipEdejdx4mYdBP57zti6dMTjNZETYmyPJy0liipFm0'/>
52
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470303146876834'/>
53
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5243667126168669553&amp;iid=5634470303146876834'/>
54
- <gphoto:id>5634470303146876834</gphoto:id>
55
- <gphoto:albumid>5243667126168669553</gphoto:albumid>
56
- <gphoto:access>public</gphoto:access>
57
- <gphoto:width>1024</gphoto:width>
58
- <gphoto:height>768</gphoto:height>
59
- <gphoto:size>140724</gphoto:size>
60
- <gphoto:timestamp>1311877347000</gphoto:timestamp>
61
- <gphoto:imageVersion>581</gphoto:imageVersion>
62
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
63
- <gphoto:commentCount>0</gphoto:commentCount>
64
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
65
- <exif:tags>
66
- <exif:time>1311877347000</exif:time>
67
- <exif:imageUniqueID>26875afdfa1eb82ab62d6ef7ccea95ab</exif:imageUniqueID>
68
- </exif:tags>
69
- <media:group>
70
- <media:content url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/pink_floyd_ladies.jpg' height='768' width='1024' type='image/jpeg' medium='image'/>
71
- <media:credit>Wojciech Wnętrzak</media:credit>
72
- <media:description type='plain'/>
73
- <media:keywords>nice</media:keywords>
74
- <media:thumbnail url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/s72/pink_floyd_ladies.jpg' height='54' width='72'/>
75
- <media:thumbnail url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/s144/pink_floyd_ladies.jpg' height='108' width='144'/>
76
- <media:thumbnail url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/s288/pink_floyd_ladies.jpg' height='216' width='288'/>
77
- <media:title type='plain'>pink_floyd_ladies.jpg</media:title>
78
- </media:group>
79
- </entry>
80
- <entry gd:etag='&quot;YD8qeyI.&quot;'>
81
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470191836365426</id>
82
- <published>2011-07-28T18:22:01.000Z</published>
83
- <updated>2011-12-05T19:14:13.707Z</updated>
84
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
85
- <title>pączki.jpg</title>
86
- <summary>pączki</summary>
87
- <content type='image/jpeg' src='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/p%2525C4%252585czki.jpg'/>
88
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470191836365426'/>
89
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2#5634470191836365426'/>
90
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/8SrPwdA4Qs3CK3wjK24_otMTjNZETYmyPJy0liipFm0'/>
91
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470191836365426'/>
92
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5243667126168669553&amp;iid=5634470191836365426'/>
93
- <gphoto:id>5634470191836365426</gphoto:id>
94
- <gphoto:albumid>5243667126168669553</gphoto:albumid>
95
- <gphoto:access>public</gphoto:access>
96
- <gphoto:width>1600</gphoto:width>
97
- <gphoto:height>1200</gphoto:height>
98
- <gphoto:size>208223</gphoto:size>
99
- <gphoto:timestamp>1311877321000</gphoto:timestamp>
100
- <gphoto:imageVersion>579</gphoto:imageVersion>
101
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
102
- <gphoto:commentCount>0</gphoto:commentCount>
103
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
104
- <exif:tags>
105
- <exif:make>Nokia</exif:make>
106
- <exif:model>6300</exif:model>
107
- <exif:time>1311877321000</exif:time>
108
- <exif:imageUniqueID>e9d6f547640f4536518b716ab2ac58f5</exif:imageUniqueID>
109
- </exif:tags>
110
- <media:group>
111
- <media:content url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/p%2525C4%252585czki.jpg' height='1200' width='1600' type='image/jpeg' medium='image'/>
112
- <media:credit>Wojciech Wnętrzak</media:credit>
113
- <media:description type='plain'>pączki</media:description>
114
- <media:keywords>ziemniaki</media:keywords>
115
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s72/p%2525C4%252585czki.jpg' height='54' width='72'/>
116
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s144/p%2525C4%252585czki.jpg' height='108' width='144'/>
117
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s288/p%2525C4%252585czki.jpg' height='216' width='288'/>
118
- <media:title type='plain'>pączki.jpg</media:title>
119
- </media:group>
120
- </entry>
121
- <entry gd:etag='&quot;YD8qeyI.&quot;'>
122
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5239555770355467953/photoid/5413636928065589842</id>
123
- <published>2009-12-10T15:56:10.000Z</published>
124
- <updated>2011-07-24T16:48:36.845Z</updated>
125
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
126
- <title>Homer_Simpson.png</title>
127
- <summary>Homer Simpson</summary>
128
- <content type='image/jpeg' src='https://lh5.googleusercontent.com/-A2d6ek8pIwk/SyEaGnhJUlI/AAAAAAAAAXw/wWXf3Sfnyfc/Homer_Simpson.jpg'/>
129
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5239555770355467953/photoid/5413636928065589842'/>
130
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test#5413636928065589842'/>
131
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/VKPqgTyX57XNIxM4PpnGl9MTjNZETYmyPJy0liipFm0'/>
132
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5239555770355467953/photoid/5413636928065589842'/>
133
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5239555770355467953&amp;iid=5413636928065589842'/>
134
- <gphoto:id>5413636928065589842</gphoto:id>
135
- <gphoto:albumid>5239555770355467953</gphoto:albumid>
136
- <gphoto:access>public</gphoto:access>
137
- <gphoto:width>500</gphoto:width>
138
- <gphoto:height>500</gphoto:height>
139
- <gphoto:size>33525</gphoto:size>
140
- <gphoto:timestamp>1260460570000</gphoto:timestamp>
141
- <gphoto:imageVersion>380</gphoto:imageVersion>
142
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
143
- <gphoto:commentCount>0</gphoto:commentCount>
144
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
145
- <exif:tags>
146
- <exif:time>1260460570000</exif:time>
147
- <exif:imageUniqueID>38df87acc61a18a9d0f70640b3f8588b</exif:imageUniqueID>
148
- </exif:tags>
149
- <media:group>
150
- <media:content url='https://lh5.googleusercontent.com/-A2d6ek8pIwk/SyEaGnhJUlI/AAAAAAAAAXw/wWXf3Sfnyfc/Homer_Simpson.jpg' height='500' width='500' type='image/jpeg' medium='image'/>
151
- <media:credit>Wojciech Wnętrzak</media:credit>
152
- <media:description type='plain'>Homer Simpson</media:description>
153
- <media:thumbnail url='https://lh5.googleusercontent.com/-A2d6ek8pIwk/SyEaGnhJUlI/AAAAAAAAAXw/wWXf3Sfnyfc/s72/Homer_Simpson.jpg' height='72' width='72'/>
154
- <media:thumbnail url='https://lh5.googleusercontent.com/-A2d6ek8pIwk/SyEaGnhJUlI/AAAAAAAAAXw/wWXf3Sfnyfc/s144/Homer_Simpson.jpg' height='144' width='144'/>
155
- <media:thumbnail url='https://lh5.googleusercontent.com/-A2d6ek8pIwk/SyEaGnhJUlI/AAAAAAAAAXw/wWXf3Sfnyfc/s288/Homer_Simpson.jpg' height='288' width='288'/>
156
- <media:title type='plain'>Homer_Simpson.png</media:title>
157
- </media:group>
158
- </entry>
159
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
160
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5239555770355467953/photoid/5243694064984357442</id>
161
- <published>2008-09-08T16:51:04.000Z</published>
162
- <updated>2009-06-24T15:59:49.028Z</updated>
163
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
164
- <title>WWW003.JPG</title>
165
- <summary/>
166
- <content type='image/jpeg' src='https://lh5.googleusercontent.com/-kLJpFEZgMk8/SMVX-EY3ekI/AAAAAAAAAGE/7BjF0F6zztI/WWW003.JPG'/>
167
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5239555770355467953/photoid/5243694064984357442'/>
168
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test#5243694064984357442'/>
169
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/E4IEr9DoRS12CJGbWl_xmtMTjNZETYmyPJy0liipFm0'/>
170
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5239555770355467953/photoid/5243694064984357442'/>
171
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5239555770355467953&amp;iid=5243694064984357442'/>
172
- <gphoto:id>5243694064984357442</gphoto:id>
173
- <gphoto:albumid>5239555770355467953</gphoto:albumid>
174
- <gphoto:access>public</gphoto:access>
175
- <gphoto:width>640</gphoto:width>
176
- <gphoto:height>452</gphoto:height>
177
- <gphoto:size>47152</gphoto:size>
178
- <gphoto:timestamp>1220892664000</gphoto:timestamp>
179
- <gphoto:imageVersion>97</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:time>1220892664000</exif:time>
185
- <exif:imageUniqueID>ca06a6554cd714c5e4888c6b5169a86d</exif:imageUniqueID>
186
- </exif:tags>
187
- <media:group>
188
- <media:content url='https://lh5.googleusercontent.com/-kLJpFEZgMk8/SMVX-EY3ekI/AAAAAAAAAGE/7BjF0F6zztI/WWW003.JPG' height='452' width='640' type='image/jpeg' medium='image'/>
189
- <media:credit>Wojciech Wnętrzak</media:credit>
190
- <media:description type='plain'/>
191
- <media:thumbnail url='https://lh5.googleusercontent.com/-kLJpFEZgMk8/SMVX-EY3ekI/AAAAAAAAAGE/7BjF0F6zztI/s72/WWW003.JPG' height='51' width='72'/>
192
- <media:thumbnail url='https://lh5.googleusercontent.com/-kLJpFEZgMk8/SMVX-EY3ekI/AAAAAAAAAGE/7BjF0F6zztI/s144/WWW003.JPG' height='102' width='144'/>
193
- <media:thumbnail url='https://lh5.googleusercontent.com/-kLJpFEZgMk8/SMVX-EY3ekI/AAAAAAAAAGE/7BjF0F6zztI/s288/WWW003.JPG' height='204' width='288'/>
194
- <media:title type='plain'>WWW003.JPG</media:title>
195
- </media:group>
196
- </entry>
197
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
198
- <id>https://picasaweb.google.com/data/entry/user/w.wnetrzak/albumid/5239555770355467953/photoid/5243694038153804482</id>
199
- <published>2008-09-08T16:50:58.000Z</published>
200
- <updated>2009-06-24T15:59:48.760Z</updated>
201
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
202
- <title>KOPROWY.JPG</title>
203
- <summary/>
204
- <content type='image/jpeg' src='https://lh5.googleusercontent.com/-Xp6kOvPYT9o/SMVX8gb9usI/AAAAAAAAAF0/eCD1Z6I-hyw/KOPROWY.JPG'/>
205
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/w.wnetrzak/albumid/5239555770355467953/photoid/5243694038153804482'/>
206
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/w.wnetrzak/Test#5243694038153804482'/>
207
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/4ARRtLJb9v0eCmZ8dlvooNMTjNZETYmyPJy0liipFm0'/>
208
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/w.wnetrzak/albumid/5239555770355467953/photoid/5243694038153804482'/>
209
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=w.wnetrzak&amp;aid=5239555770355467953&amp;iid=5243694038153804482'/>
210
- <gphoto:id>5243694038153804482</gphoto:id>
211
- <gphoto:albumid>5239555770355467953</gphoto:albumid>
212
- <gphoto:access>public</gphoto:access>
213
- <gphoto:width>640</gphoto:width>
214
- <gphoto:height>444</gphoto:height>
215
- <gphoto:size>46816</gphoto:size>
216
- <gphoto:timestamp>1220892658000</gphoto:timestamp>
217
- <gphoto:imageVersion>93</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>1220892658000</exif:time>
223
- <exif:imageUniqueID>dbf06f7d531e8a91f21e62669638f8f2</exif:imageUniqueID>
224
- </exif:tags>
225
- <media:group>
226
- <media:content url='https://lh5.googleusercontent.com/-Xp6kOvPYT9o/SMVX8gb9usI/AAAAAAAAAF0/eCD1Z6I-hyw/KOPROWY.JPG' height='444' width='640' type='image/jpeg' medium='image'/>
227
- <media:credit>Wojciech</media:credit>
228
- <media:description type='plain'/>
229
- <media:thumbnail url='https://lh5.googleusercontent.com/-Xp6kOvPYT9o/SMVX8gb9usI/AAAAAAAAAF0/eCD1Z6I-hyw/s72/KOPROWY.JPG' height='50' width='72'/>
230
- <media:thumbnail url='https://lh5.googleusercontent.com/-Xp6kOvPYT9o/SMVX8gb9usI/AAAAAAAAAF0/eCD1Z6I-hyw/s144/KOPROWY.JPG' height='100' width='144'/>
231
- <media:thumbnail url='https://lh5.googleusercontent.com/-Xp6kOvPYT9o/SMVX8gb9usI/AAAAAAAAAF0/eCD1Z6I-hyw/s288/KOPROWY.JPG' height='200' width='288'/>
232
- <media:title type='plain'>KOPROWY.JPG</media:title>
233
- </media:group>
234
- </entry>
235
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
236
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5239555770355467953/photoid/5243694044613440610</id>
237
- <published>2008-09-08T16:50:59.000Z</published>
238
- <updated>2009-06-24T15:59:48.906Z</updated>
239
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
240
- <title>TATRY076.JPG</title>
241
- <summary/>
242
- <content type='image/jpeg' src='https://lh4.googleusercontent.com/-6JQn8QWLLtk/SMVX84gD9GI/AAAAAAAAAF8/isOHzHnrAsA/TATRY076.JPG'/>
243
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5239555770355467953/photoid/5243694044613440610'/>
244
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test#5243694044613440610'/>
245
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/fKf_SNKxdj5uVJayBV2Vx9MTjNZETYmyPJy0liipFm0'/>
246
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5239555770355467953/photoid/5243694044613440610'/>
247
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5239555770355467953&amp;iid=5243694044613440610'/>
248
- <gphoto:id>5243694044613440610</gphoto:id>
249
- <gphoto:albumid>5239555770355467953</gphoto:albumid>
250
- <gphoto:access>public</gphoto:access>
251
- <gphoto:width>640</gphoto:width>
252
- <gphoto:height>480</gphoto:height>
253
- <gphoto:size>84120</gphoto:size>
254
- <gphoto:timestamp>1220892659000</gphoto:timestamp>
255
- <gphoto:imageVersion>95</gphoto:imageVersion>
256
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
257
- <gphoto:commentCount>0</gphoto:commentCount>
258
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
259
- <exif:tags>
260
- <exif:time>1220892659000</exif:time>
261
- <exif:imageUniqueID>47e0c258cf71725777c890002e9b7b49</exif:imageUniqueID>
262
- </exif:tags>
263
- <media:group>
264
- <media:content url='https://lh4.googleusercontent.com/-6JQn8QWLLtk/SMVX84gD9GI/AAAAAAAAAF8/isOHzHnrAsA/TATRY076.JPG' height='480' width='640' type='image/jpeg' medium='image'/>
265
- <media:credit>Wojciech Wnętrzak</media:credit>
266
- <media:description type='plain'/>
267
- <media:thumbnail url='https://lh4.googleusercontent.com/-6JQn8QWLLtk/SMVX84gD9GI/AAAAAAAAAF8/isOHzHnrAsA/s72/TATRY076.JPG' height='54' width='72'/>
268
- <media:thumbnail url='https://lh4.googleusercontent.com/-6JQn8QWLLtk/SMVX84gD9GI/AAAAAAAAAF8/isOHzHnrAsA/s144/TATRY076.JPG' height='108' width='144'/>
269
- <media:thumbnail url='https://lh4.googleusercontent.com/-6JQn8QWLLtk/SMVX84gD9GI/AAAAAAAAAF8/isOHzHnrAsA/s288/TATRY076.JPG' height='216' width='288'/>
270
- <media:title type='plain'>TATRY076.JPG</media:title>
271
- </media:group>
272
- </entry>
273
- <entry gd:etag='&quot;YD8qeyI.&quot;'>
274
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553/photoid/5243667226703402962</id>
275
- <published>2008-09-08T15:06:55.000Z</published>
276
- <updated>2011-12-05T19:27:04.968Z</updated>
277
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
278
- <title>Kashmir range.jpg</title>
279
- <summary/>
280
- <content type='image/jpeg' src='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/Kashmir%252520range.jpg'/>
281
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5243667226703402962'/>
282
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2#5243667226703402962'/>
283
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/FowxCXojZeLQRA2W3Hq2wtMTjNZETYmyPJy0liipFm0'/>
284
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5243667226703402962'/>
285
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5243667126168669553&amp;iid=5243667226703402962'/>
286
- <gphoto:id>5243667226703402962</gphoto:id>
287
- <gphoto:albumid>5243667126168669553</gphoto:albumid>
288
- <gphoto:access>public</gphoto:access>
289
- <gphoto:width>717</gphoto:width>
290
- <gphoto:height>468</gphoto:height>
291
- <gphoto:size>79465</gphoto:size>
292
- <gphoto:timestamp>1220886415000</gphoto:timestamp>
293
- <gphoto:imageVersion>91</gphoto:imageVersion>
294
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
295
- <gphoto:commentCount>0</gphoto:commentCount>
296
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
297
- <exif:tags>
298
- <exif:time>1220886415000</exif:time>
299
- <exif:imageUniqueID>875bf5220bc6e4d8f57cfa31c48d8406</exif:imageUniqueID>
300
- </exif:tags>
301
- <media:group>
302
- <media:content url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/Kashmir%252520range.jpg' height='468' width='717' type='image/jpeg' medium='image'/>
303
- <media:credit>Wojciech Wnętrzak</media:credit>
304
- <media:description type='plain'/>
305
- <media:keywords>nice</media:keywords>
306
- <media:thumbnail url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/s72/Kashmir%252520range.jpg' height='47' width='72'/>
307
- <media:thumbnail url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/s144/Kashmir%252520range.jpg' height='94' width='144'/>
308
- <media:thumbnail url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/s288/Kashmir%252520range.jpg' height='188' width='288'/>
309
- <media:title type='plain'>Kashmir range.jpg</media:title>
310
- </media:group>
311
- </entry>
312
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
313
- <id>https://picasaweb.google.com/data/entry/user/w.wnetrzak/albumid/5239555770355467953/photoid/5243626712172465842</id>
314
- <published>2008-09-08T12:29:42.000Z</published>
315
- <updated>2009-06-24T15:59:48.487Z</updated>
316
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
317
- <title>Drzewo.jpg</title>
318
- <summary/>
319
- <content type='image/jpeg' src='https://lh6.googleusercontent.com/-CSjn09BHD9o/SMUatnnKDrI/AAAAAAAAAFg/tKFmL071MgM/Drzewo.jpg'/>
320
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/w.wnetrzak/albumid/5239555770355467953/photoid/5243626712172465842'/>
321
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/w.wnetrzak/Test#5243626712172465842'/>
322
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/-wRTyGjflImwQLD6saN-EtMTjNZETYmyPJy0liipFm0'/>
323
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/w.wnetrzak/albumid/5239555770355467953/photoid/5243626712172465842'/>
324
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=w.wnetrzak&amp;aid=5239555770355467953&amp;iid=5243626712172465842'/>
325
- <gphoto:id>5243626712172465842</gphoto:id>
326
- <gphoto:albumid>5239555770355467953</gphoto:albumid>
327
- <gphoto:access>public</gphoto:access>
328
- <gphoto:width>480</gphoto:width>
329
- <gphoto:height>640</gphoto:height>
330
- <gphoto:size>27401</gphoto:size>
331
- <gphoto:timestamp>1220876982000</gphoto:timestamp>
332
- <gphoto:imageVersion>88</gphoto:imageVersion>
333
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
334
- <gphoto:commentCount>0</gphoto:commentCount>
335
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
336
- <exif:tags>
337
- <exif:time>1220876982000</exif:time>
338
- <exif:imageUniqueID>ff07b92b7877b1825ce06766250b623c</exif:imageUniqueID>
339
- </exif:tags>
340
- <media:group>
341
- <media:content url='https://lh6.googleusercontent.com/-CSjn09BHD9o/SMUatnnKDrI/AAAAAAAAAFg/tKFmL071MgM/Drzewo.jpg' height='640' width='480' type='image/jpeg' medium='image'/>
342
- <media:credit>Wojciech</media:credit>
343
- <media:description type='plain'/>
344
- <media:thumbnail url='https://lh6.googleusercontent.com/-CSjn09BHD9o/SMUatnnKDrI/AAAAAAAAAFg/tKFmL071MgM/s72/Drzewo.jpg' height='72' width='54'/>
345
- <media:thumbnail url='https://lh6.googleusercontent.com/-CSjn09BHD9o/SMUatnnKDrI/AAAAAAAAAFg/tKFmL071MgM/s144/Drzewo.jpg' height='144' width='108'/>
346
- <media:thumbnail url='https://lh6.googleusercontent.com/-CSjn09BHD9o/SMUatnnKDrI/AAAAAAAAAFg/tKFmL071MgM/s288/Drzewo.jpg' height='288' width='216'/>
347
- <media:title type='plain'>Drzewo.jpg</media:title>
348
- </media:group>
349
- </entry>
350
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
351
- <id>https://picasaweb.google.com/data/entry/user/w.wnetrzak/albumid/5239555770355467953/photoid/5239556203823850002</id>
352
- <published>2008-08-28T13:14:03.000Z</published>
353
- <updated>2009-06-24T05:19:50.398Z</updated>
354
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
355
- <title>lena2.jpg</title>
356
- <summary/>
357
- <content type='image/jpeg' src='https://lh3.googleusercontent.com/-nyHpFHvhL5o/SLakm2WdYhI/AAAAAAAAAEM/DuJDO5CflfY/lena2.jpg'/>
358
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/w.wnetrzak/albumid/5239555770355467953/photoid/5239556203823850002'/>
359
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/w.wnetrzak/Test#5239556203823850002'/>
360
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/bJMgLfKtdLBRXUWkQ4PLl9MTjNZETYmyPJy0liipFm0'/>
361
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/w.wnetrzak/albumid/5239555770355467953/photoid/5239556203823850002'/>
362
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=w.wnetrzak&amp;aid=5239555770355467953&amp;iid=5239556203823850002'/>
363
- <gphoto:id>5239556203823850002</gphoto:id>
364
- <gphoto:albumid>5239555770355467953</gphoto:albumid>
365
- <gphoto:access>public</gphoto:access>
366
- <gphoto:width>1084</gphoto:width>
367
- <gphoto:height>2318</gphoto:height>
368
- <gphoto:size>570958</gphoto:size>
369
- <gphoto:timestamp>1219929243000</gphoto:timestamp>
370
- <gphoto:imageVersion>67</gphoto:imageVersion>
371
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
372
- <gphoto:commentCount>0</gphoto:commentCount>
373
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
374
- <exif:tags>
375
- <exif:time>1219929243000</exif:time>
376
- <exif:imageUniqueID>aa03404405ccb67306f8c42934fc0564</exif:imageUniqueID>
377
- </exif:tags>
378
- <media:group>
379
- <media:content url='https://lh3.googleusercontent.com/-nyHpFHvhL5o/SLakm2WdYhI/AAAAAAAAAEM/DuJDO5CflfY/lena2.jpg' height='1600' width='749' type='image/jpeg' medium='image'/>
380
- <media:credit>Wojciech</media:credit>
381
- <media:description type='plain'/>
382
- <media:thumbnail url='https://lh3.googleusercontent.com/-nyHpFHvhL5o/SLakm2WdYhI/AAAAAAAAAEM/DuJDO5CflfY/s72/lena2.jpg' height='72' width='34'/>
383
- <media:thumbnail url='https://lh3.googleusercontent.com/-nyHpFHvhL5o/SLakm2WdYhI/AAAAAAAAAEM/DuJDO5CflfY/s144/lena2.jpg' height='144' width='68'/>
384
- <media:thumbnail url='https://lh3.googleusercontent.com/-nyHpFHvhL5o/SLakm2WdYhI/AAAAAAAAAEM/DuJDO5CflfY/s288/lena2.jpg' height='288' width='135'/>
385
- <media:title type='plain'>lena2.jpg</media:title>
386
- </media:group>
387
- </entry>
388
- </feed>
@@ -1,88 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <feed xmlns='http://www.w3.org/2005/Atom' 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;Ak8BQnczfCp7ImA9WhRSFkU.&quot;'>
3
- <id>https://picasaweb.google.com/data/feed/user/106136347770555028022</id>
4
- <updated>2011-11-19T07:47:33.984Z</updated>
5
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#user'/>
6
- <title>106136347770555028022</title>
7
- <subtitle/>
8
- <icon>https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s64-c/106136347770555028022.jpg</icon>
9
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022'/>
10
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022'/>
11
- <link rel='http://schemas.google.com/photos/2007#slideshow' type='application/x-shockwave-flash' href='https://picasaweb.google.com/s/c/bin/slideshow.swf?host=picasaweb.google.com&amp;RGB=0x000000&amp;feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F106136347770555028022%3Falt%3Drss'/>
12
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022?start-index=1&amp;max-results=1000'/>
13
- <author>
14
- <name>Wojciech Wnętrzak</name>
15
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
16
- </author>
17
- <generator version='1.00' uri='http://picasaweb.google.com/'>Picasaweb</generator>
18
- <openSearch:totalResults>2</openSearch:totalResults>
19
- <openSearch:startIndex>1</openSearch:startIndex>
20
- <openSearch:itemsPerPage>1000</openSearch:itemsPerPage>
21
- <gphoto:user>106136347770555028022</gphoto:user>
22
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
23
- <gphoto:thumbnail>https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s64-c/106136347770555028022.jpg</gphoto:thumbnail>
24
- <entry gd:etag='&quot;YDkqeyI.&quot;'>
25
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553</id>
26
- <published>2008-09-08T07:00:00.000Z</published>
27
- <updated>2011-07-28T18:26:00.345Z</updated>
28
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#album'/>
29
- <title>test2</title>
30
- <summary/>
31
- <rights>public</rights>
32
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5243667126168669553'/>
33
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2'/>
34
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553'/>
35
- <author>
36
- <name>Wojciech Wnętrzak</name>
37
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
38
- </author>
39
- <gphoto:id>5243667126168669553</gphoto:id>
40
- <gphoto:name>Test2</gphoto:name>
41
- <gphoto:location/>
42
- <gphoto:access>public</gphoto:access>
43
- <gphoto:timestamp>1220857200000</gphoto:timestamp>
44
- <gphoto:numphotos>3</gphoto:numphotos>
45
- <gphoto:user>106136347770555028022</gphoto:user>
46
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
47
- <media:group>
48
- <media:content url='https://lh6.googleusercontent.com/-u_2FJXbbliU/SMU_eBetTXE/AAAAAAAAAkU/3XThNVnAM-4/Test2.jpg' type='image/jpeg' medium='image'/>
49
- <media:credit>Wojciech Wnętrzak</media:credit>
50
- <media:description type='plain'/>
51
- <media:keywords/>
52
- <media:thumbnail url='https://lh6.googleusercontent.com/-u_2FJXbbliU/SMU_eBetTXE/AAAAAAAAAkU/3XThNVnAM-4/s160-c/Test2.jpg' height='160' width='160'/>
53
- <media:title type='plain'>test2</media:title>
54
- </media:group>
55
- </entry>
56
- <entry gd:etag='&quot;YDUqeyI.&quot;'>
57
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5239555770355467953</id>
58
- <published>2008-08-28T07:00:00.000Z</published>
59
- <updated>2011-07-30T07:16:41.444Z</updated>
60
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#album'/>
61
- <title>test</title>
62
- <summary>Opis albumu</summary>
63
- <rights>public</rights>
64
- <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5239555770355467953'/>
65
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test'/>
66
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5239555770355467953'/>
67
- <author>
68
- <name>Wojciech Wnętrzak</name>
69
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
70
- </author>
71
- <gphoto:id>5239555770355467953</gphoto:id>
72
- <gphoto:name>Test</gphoto:name>
73
- <gphoto:location>gdzieś</gphoto:location>
74
- <gphoto:access>public</gphoto:access>
75
- <gphoto:timestamp>1219906800000</gphoto:timestamp>
76
- <gphoto:numphotos>6</gphoto:numphotos>
77
- <gphoto:user>106136347770555028022</gphoto:user>
78
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
79
- <media:group>
80
- <media:content url='https://lh6.googleusercontent.com/-ZqXRf3HicvI/SLakNnjixrE/AAAAAAAAAkc/3EAZ0eF3-CQ/Test.jpg' type='image/jpeg' medium='image'/>
81
- <media:credit>Wojciech Wnętrzak</media:credit>
82
- <media:description type='plain'>Opis albumu</media:description>
83
- <media:keywords/>
84
- <media:thumbnail url='https://lh6.googleusercontent.com/-ZqXRf3HicvI/SLakNnjixrE/AAAAAAAAAkc/3EAZ0eF3-CQ/s160-c/Test.jpg' height='160' width='160'/>
85
- <media:title type='plain'>test</media:title>
86
- </media:group>
87
- </entry>
88
- </feed>