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,105 +0,0 @@
1
- HTTP/1.1 200 OK
2
- Expires: Mon, 05 Dec 2011 19:29:40 GMT
3
- Date: Mon, 05 Dec 2011 19:29:40 GMT
4
- Cache-Control: private, max-age=0, must-revalidate, no-transform
5
- Set-Cookie: _rtok=4kfIxnUrbq0S; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=hh6fC00dzNNFfC0LGuUg7A; 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/"CEMBQnk7fyp7ImA9WhRQEUw."
11
- Last-Modified: Mon, 05 Dec 2011 19:14:13 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;CEMBQnk7fyp7ImA9WhRQEUw.&quot;'>
20
- <id>https://picasaweb.google.com/data/feed/user/106136347770555028022/albumid/5243667126168669553</id>
21
- <updated>2011-12-05T19:14:13.707Z</updated>
22
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#album'/>
23
- <title>test2</title>
24
- <subtitle/>
25
- <rights>public</rights>
26
- <icon>https://lh6.googleusercontent.com/-u_2FJXbbliU/SMU_eBetTXE/AAAAAAAAAkU/3XThNVnAM-4/s160-c/Test2.jpg</icon>
27
- <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'/>
28
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2'/>
29
- <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%2Falbumid%2F5243667126168669553%3Falt%3Drss'/>
30
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5243667126168669553'/>
31
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5243667126168669553?start-index=1&amp;max-results=1000&amp;tag=ziemniaki'/>
32
- <author>
33
- <name>Wojciech Wnętrzak</name>
34
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
35
- </author>
36
- <generator version='1.00' uri='http://picasaweb.google.com/'>Picasaweb</generator>
37
- <openSearch:totalResults>1</openSearch:totalResults>
38
- <openSearch:startIndex>1</openSearch:startIndex>
39
- <openSearch:itemsPerPage>1000</openSearch:itemsPerPage>
40
- <gphoto:id>5243667126168669553</gphoto:id>
41
- <gphoto:name>Test2</gphoto:name>
42
- <gphoto:location/>
43
- <gphoto:access>public</gphoto:access>
44
- <gphoto:timestamp>1220857200000</gphoto:timestamp>
45
- <gphoto:numphotos>3</gphoto:numphotos>
46
- <gphoto:user>106136347770555028022</gphoto:user>
47
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
48
- <gphoto:allowPrints>true</gphoto:allowPrints>
49
- <gphoto:allowDownloads>true</gphoto:allowDownloads>
50
- <entry gd:etag='&quot;YD8qeyI.&quot;'>
51
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470191836365426</id>
52
- <published>2011-07-28T18:22:01.000Z</published>
53
- <updated>2011-12-05T19:14:13.707Z</updated>
54
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
55
- <title>pączki.jpg</title>
56
- <summary>pączki</summary>
57
- <content type='image/jpeg' src='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/p%2525C4%252585czki.jpg'/>
58
- <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'/>
59
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2#5634470191836365426'/>
60
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/8SrPwdA4Qs3CK3wjK24_otMTjNZETYmyPJy0liipFm0'/>
61
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470191836365426'/>
62
- <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'/>
63
- <author type='owner'>
64
- <name>Wojciech Wnętrzak</name>
65
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
66
- <email>106136347770555028022</email>
67
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
68
- <gphoto:thumbnail>https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s32-c/106136347770555028022.jpg</gphoto:thumbnail>
69
- <gphoto:user>106136347770555028022</gphoto:user>
70
- </author>
71
- <gphoto:id>5634470191836365426</gphoto:id>
72
- <gphoto:albumid>5243667126168669553</gphoto:albumid>
73
- <gphoto:access>public</gphoto:access>
74
- <gphoto:width>1600</gphoto:width>
75
- <gphoto:height>1200</gphoto:height>
76
- <gphoto:size>208223</gphoto:size>
77
- <gphoto:timestamp>1311877321000</gphoto:timestamp>
78
- <gphoto:imageVersion>579</gphoto:imageVersion>
79
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
80
- <gphoto:commentCount>0</gphoto:commentCount>
81
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
82
- <exif:tags>
83
- <exif:make>Nokia</exif:make>
84
- <exif:model>6300</exif:model>
85
- <exif:time>1311877321000</exif:time>
86
- <exif:imageUniqueID>e9d6f547640f4536518b716ab2ac58f5</exif:imageUniqueID>
87
- </exif:tags>
88
- <media:group>
89
- <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'/>
90
- <media:credit>Wojciech Wnętrzak</media:credit>
91
- <media:description type='plain'>pączki</media:description>
92
- <media:keywords>ziemniaki</media:keywords>
93
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s72/p%2525C4%252585czki.jpg' height='54' width='72'/>
94
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s144/p%2525C4%252585czki.jpg' height='108' width='144'/>
95
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s288/p%2525C4%252585czki.jpg' height='216' width='288'/>
96
- <media:title type='plain'>pączki.jpg</media:title>
97
- </media:group>
98
- <gphoto:albumtitle>test2</gphoto:albumtitle>
99
- <gphoto:albumdesc/>
100
- <gphoto:location/>
101
- <gphoto:snippet/>
102
- <gphoto:snippettype>PHOTO_DESCRIPTION</gphoto:snippettype>
103
- <gphoto:truncated>0</gphoto:truncated>
104
- </entry>
105
- </feed>
@@ -1,169 +0,0 @@
1
- HTTP/1.1 200 OK
2
- Expires: Mon, 05 Dec 2011 19:07:18 GMT
3
- Date: Mon, 05 Dec 2011 19:07:18 GMT
4
- Cache-Control: private, max-age=0, must-revalidate, no-transform
5
- Set-Cookie: _rtok=yN147Gqit9x9; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=O6tA5qb3LFUeZhwxklUNxg; 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/"DUICQX0_fSp7ImA9WhdSGEo."
11
- Last-Modified: Thu, 28 Jul 2011 18:26:00 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;DUICQX0_fSp7ImA9WhdSGEo.&quot;'>
20
- <id>https://picasaweb.google.com/data/feed/user/106136347770555028022/albumid/5243667126168669553</id>
21
- <updated>2011-07-28T18:26:00.345Z</updated>
22
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#album'/>
23
- <title>test2</title>
24
- <subtitle/>
25
- <rights>public</rights>
26
- <icon>https://lh6.googleusercontent.com/-u_2FJXbbliU/SMU_eBetTXE/AAAAAAAAAkU/3XThNVnAM-4/s160-c/Test2.jpg</icon>
27
- <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'/>
28
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2'/>
29
- <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%2Falbumid%2F5243667126168669553%3Falt%3Drss'/>
30
- <link rel='http://schemas.google.com/photos/2007#report' type='text/html' href='https://picasaweb.google.com/lh/reportAbuse?uname=106136347770555028022&amp;aid=5243667126168669553'/>
31
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5243667126168669553?start-index=1&amp;max-results=1000'/>
32
- <author>
33
- <name>Wojciech Wnętrzak</name>
34
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
35
- </author>
36
- <generator version='1.00' uri='http://picasaweb.google.com/'>Picasaweb</generator>
37
- <openSearch:totalResults>3</openSearch:totalResults>
38
- <openSearch:startIndex>1</openSearch:startIndex>
39
- <openSearch:itemsPerPage>1000</openSearch:itemsPerPage>
40
- <gphoto:id>5243667126168669553</gphoto:id>
41
- <gphoto:name>Test2</gphoto:name>
42
- <gphoto:location/>
43
- <gphoto:access>public</gphoto:access>
44
- <gphoto:timestamp>1220857200000</gphoto:timestamp>
45
- <gphoto:numphotos>3</gphoto:numphotos>
46
- <gphoto:user>106136347770555028022</gphoto:user>
47
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
48
- <gphoto:allowPrints>true</gphoto:allowPrints>
49
- <gphoto:allowDownloads>true</gphoto:allowDownloads>
50
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
51
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553/photoid/5243667226703402962</id>
52
- <published>2008-09-08T15:06:55.000Z</published>
53
- <updated>2009-06-24T15:59:48.639Z</updated>
54
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
55
- <title>Kashmir range.jpg</title>
56
- <summary/>
57
- <content type='image/jpeg' src='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/Kashmir%252520range.jpg'/>
58
- <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'/>
59
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2#5243667226703402962'/>
60
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/FowxCXojZeLQRA2W3Hq2wtMTjNZETYmyPJy0liipFm0'/>
61
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5243667226703402962'/>
62
- <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'/>
63
- <gphoto:id>5243667226703402962</gphoto:id>
64
- <gphoto:albumid>5243667126168669553</gphoto:albumid>
65
- <gphoto:access>public</gphoto:access>
66
- <gphoto:width>717</gphoto:width>
67
- <gphoto:height>468</gphoto:height>
68
- <gphoto:size>79465</gphoto:size>
69
- <gphoto:checksum/>
70
- <gphoto:timestamp>1220886415000</gphoto:timestamp>
71
- <gphoto:imageVersion>91</gphoto:imageVersion>
72
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
73
- <gphoto:commentCount>0</gphoto:commentCount>
74
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
75
- <exif:tags>
76
- <exif:imageUniqueID>875bf5220bc6e4d8f57cfa31c48d8406</exif:imageUniqueID>
77
- </exif:tags>
78
- <media:group>
79
- <media:content url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/Kashmir%252520range.jpg' height='468' width='717' type='image/jpeg' medium='image'/>
80
- <media:credit>Wojciech Wnętrzak</media:credit>
81
- <media:description type='plain'/>
82
- <media:keywords/>
83
- <media:thumbnail url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/s72/Kashmir%252520range.jpg' height='47' width='72'/>
84
- <media:thumbnail url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/s144/Kashmir%252520range.jpg' height='94' width='144'/>
85
- <media:thumbnail url='https://lh4.googleusercontent.com/-O0AOpTAPGBQ/SMU_j4ADl9I/AAAAAAAAAFs/DRnmROPuRVU/s288/Kashmir%252520range.jpg' height='188' width='288'/>
86
- <media:title type='plain'>Kashmir range.jpg</media:title>
87
- </media:group>
88
- </entry>
89
- <entry gd:etag='&quot;YD4qeyI.&quot;'>
90
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470191836365426</id>
91
- <published>2011-07-28T18:22:01.000Z</published>
92
- <updated>2011-07-28T18:22:10.358Z</updated>
93
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
94
- <title>pączki.jpg</title>
95
- <summary>pączki</summary>
96
- <content type='image/jpeg' src='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/p%2525C4%252585czki.jpg'/>
97
- <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'/>
98
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2#5634470191836365426'/>
99
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/8SrPwdA4Qs3CK3wjK24_otMTjNZETYmyPJy0liipFm0'/>
100
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470191836365426'/>
101
- <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'/>
102
- <gphoto:id>5634470191836365426</gphoto:id>
103
- <gphoto:albumid>5243667126168669553</gphoto:albumid>
104
- <gphoto:access>public</gphoto:access>
105
- <gphoto:width>1600</gphoto:width>
106
- <gphoto:height>1200</gphoto:height>
107
- <gphoto:size>208223</gphoto:size>
108
- <gphoto:checksum/>
109
- <gphoto:timestamp>1311877321000</gphoto:timestamp>
110
- <gphoto:imageVersion>579</gphoto:imageVersion>
111
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
112
- <gphoto:commentCount>0</gphoto:commentCount>
113
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
114
- <exif:tags>
115
- <exif:make>Nokia</exif:make>
116
- <exif:model>6300</exif:model>
117
- <exif:imageUniqueID>e9d6f547640f4536518b716ab2ac58f5</exif:imageUniqueID>
118
- </exif:tags>
119
- <media:group>
120
- <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'/>
121
- <media:credit>Wojciech Wnętrzak</media:credit>
122
- <media:description type='plain'>pączki</media:description>
123
- <media:keywords/>
124
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s72/p%2525C4%252585czki.jpg' height='54' width='72'/>
125
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s144/p%2525C4%252585czki.jpg' height='108' width='144'/>
126
- <media:thumbnail url='https://lh6.googleusercontent.com/-CW7znxKv9Vg/TjGoyWnvAnI/AAAAAAAAAkM/Z2YE2j-U98s/s288/p%2525C4%252585czki.jpg' height='216' width='288'/>
127
- <media:title type='plain'>pączki.jpg</media:title>
128
- </media:group>
129
- </entry>
130
- <entry gd:etag='&quot;YD0qeyI.&quot;'>
131
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470303146876834</id>
132
- <published>2011-07-28T18:22:27.000Z</published>
133
- <updated>2011-07-28T18:22:27.080Z</updated>
134
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#photo'/>
135
- <title>pink_floyd_ladies.jpg</title>
136
- <summary/>
137
- <content type='image/jpeg' src='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/pink_floyd_ladies.jpg'/>
138
- <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'/>
139
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/106136347770555028022/Test2#5634470303146876834'/>
140
- <link rel='http://schemas.google.com/photos/2007#canonical' type='text/html' href='https://picasaweb.google.com/lh/photo/gipEdejdx4mYdBP57zti6dMTjNZETYmyPJy0liipFm0'/>
141
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553/photoid/5634470303146876834'/>
142
- <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'/>
143
- <gphoto:id>5634470303146876834</gphoto:id>
144
- <gphoto:albumid>5243667126168669553</gphoto:albumid>
145
- <gphoto:access>public</gphoto:access>
146
- <gphoto:width>1024</gphoto:width>
147
- <gphoto:height>768</gphoto:height>
148
- <gphoto:size>140724</gphoto:size>
149
- <gphoto:checksum/>
150
- <gphoto:timestamp>1311877347000</gphoto:timestamp>
151
- <gphoto:imageVersion>581</gphoto:imageVersion>
152
- <gphoto:commentingEnabled>true</gphoto:commentingEnabled>
153
- <gphoto:commentCount>0</gphoto:commentCount>
154
- <gphoto:license id='0' name='All Rights Reserved' url=''>ALL_RIGHTS_RESERVED</gphoto:license>
155
- <exif:tags>
156
- <exif:imageUniqueID>26875afdfa1eb82ab62d6ef7ccea95ab</exif:imageUniqueID>
157
- </exif:tags>
158
- <media:group>
159
- <media:content url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/pink_floyd_ladies.jpg' height='768' width='1024' type='image/jpeg' medium='image'/>
160
- <media:credit>Wojciech Wnętrzak</media:credit>
161
- <media:description type='plain'/>
162
- <media:keywords/>
163
- <media:thumbnail url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/s72/pink_floyd_ladies.jpg' height='54' width='72'/>
164
- <media:thumbnail url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/s144/pink_floyd_ladies.jpg' height='108' width='144'/>
165
- <media:thumbnail url='https://lh3.googleusercontent.com/-k2SAcZgBGQc/TjGo41SOn6I/AAAAAAAAAkU/bgLxZj7rW0E/s288/pink_floyd_ladies.jpg' height='216' width='288'/>
166
- <media:title type='plain'>pink_floyd_ladies.jpg</media:title>
167
- </media:group>
168
- </entry>
169
- </feed>
@@ -1,14 +0,0 @@
1
- HTTP/1.1 200 OK
2
- Content-Type: text/plain
3
- Cache-control: no-cache, no-store
4
- Pragma: no-cache
5
- Expires: Mon, 01-Jan-1990 00:00:00 GMT
6
- Date: Sun, 11 Dec 2011 21:06:47 GMT
7
- X-Content-Type-Options: nosniff
8
- X-XSS-Protection: 1; mode=block
9
- Content-Length: 818
10
- Server: GSE
11
-
12
- SID=LONGHASH
13
- LSID=LONGHASH
14
- Auth=LONGHASH
@@ -1,65 +0,0 @@
1
- HTTP/1.1 200 OK
2
- Expires: Sun, 30 Sep 2012 09:09:17 GMT
3
- Date: Sun, 30 Sep 2012 09:09:17 GMT
4
- Cache-Control: private, max-age=0, must-revalidate, no-transform
5
- Set-Cookie: _rtok=ZS2AJZMN4GwZ; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=wWH1eSR_XDZiIU9n_ezhUQ; 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/"D0ADRncyeip7ImA9WhJbGUQ."
11
- Last-Modified: Sun, 30 Sep 2012 09:02:57 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:app='http://www.w3.org/2007/app' xmlns:gphoto='http://schemas.google.com/photos/2007' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;D0ADRncyeip7ImA9WhJbGUQ.&quot;'>
20
- <id>https://picasaweb.google.com/data/feed/user/106136347770555028022</id>
21
- <updated>2012-09-30T09:02:57.992Z</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?start-index=1&amp;max-results=100&amp;kind=comment'/>
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>1</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
- <gphoto:quotalimit>1073741824</gphoto:quotalimit>
42
- <gphoto:quotacurrent>758213</gphoto:quotacurrent>
43
- <gphoto:maxPhotosPerAlbum>1000</gphoto:maxPhotosPerAlbum>
44
- <entry gd:etag='W/&quot;D0ADRn04fCp7ImA9WhJbGUQ.&quot;'>
45
- <id>https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5793892606777564353/photoid/5793892628357238194/commentid/z13stn0rtrvkvpnbm04cgjbgjkmwyr5ot4g-1348995777334000</id>
46
- <published>2012-09-30T09:02:57.334Z</published>
47
- <updated>2012-09-30T09:02:57.334Z</updated>
48
- <app:edited>2012-09-30T09:02:57.334Z</app:edited>
49
- <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#comment'/>
50
- <title>Wojciech Wnętrzak</title>
51
- <content type='html'>testing comment</content>
52
- <link rel='alternate' type='text/html' href='https://picasaweb.google.com/lh/photo/sPdyu2Pl7tE-Je04UbLSuiUdvMQllM3aC4Soztgbiog'/>
53
- <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5793892606777564353/photoid/5793892628357238194/commentid/z13stn0rtrvkvpnbm04cgjbgjkmwyr5ot4g-1348995777334000?authkey=Gv1sRgCNmigd3KrbOHLA'/>
54
- <link rel='edit' type='application/atom+xml' href='https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5793892606777564353/photoid/5793892628357238194/commentid/z13stn0rtrvkvpnbm04cgjbgjkmwyr5ot4g-1348995777334000?authkey=Gv1sRgCNmigd3KrbOHLA'/>
55
- <author>
56
- <name>Wojciech Wnętrzak</name>
57
- <uri>https://picasaweb.google.com/106136347770555028022</uri>
58
- <gphoto:nickname>Wojciech Wnętrzak</gphoto:nickname>
59
- <gphoto:thumbnail>https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s48-c/106136347770555028022.jpg</gphoto:thumbnail>
60
- <gphoto:user>106136347770555028022</gphoto:user>
61
- </author>
62
- <gphoto:id>z13stn0rtrvkvpnbm04cgjbgjkmwyr5ot4g-1348995777334000</gphoto:id>
63
- <gphoto:photoid>5793892628357238194</gphoto:photoid>
64
- </entry>
65
- </feed>
@@ -1,12 +0,0 @@
1
- HTTP/1.1 403 Forbidden
2
- Content-Type: text/plain
3
- Cache-control: no-cache, no-store
4
- Pragma: no-cache
5
- Expires: Mon, 01-Jan-1990 00:00:00 GMT
6
- Date: Sun, 11 Dec 2011 21:39:58 GMT
7
- X-Content-Type-Options: nosniff
8
- X-XSS-Protection: 1; mode=block
9
- Content-Length: 24
10
- Server: GSE
11
-
12
- Error=BadAuthentication
@@ -1,14 +0,0 @@
1
- HTTP/1.1 404 Not Found
2
- Expires: Fri, 24 Aug 2012 16:04:24 GMT
3
- Date: Fri, 24 Aug 2012 16:04:24 GMT
4
- Cache-Control: private, max-age=0, must-revalidate
5
- Set-Cookie: _rtok=3st0A7QFPEFO; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=o2mfdle_g_-wK1WAJoo1Lw; Domain=.google.com; Path=/; Secure; HttpOnly
7
- Content-Type: text/html; charset=UTF-8
8
- X-Content-Type-Options: nosniff
9
- X-Frame-Options: SAMEORIGIN
10
- X-XSS-Protection: 1; mode=block
11
- Server: GSE
12
- Transfer-Encoding: chunked
13
-
14
- Invalid entity id: non-existing
@@ -1,14 +0,0 @@
1
- HTTP/1.1 412 Precondition Failed
2
- Expires: Sat, 01 Sep 2012 17:21:46 GMT
3
- Date: Sat, 01 Sep 2012 17:21:46 GMT
4
- Cache-Control: private, max-age=0, must-revalidate
5
- Set-Cookie: _rtok=3ODY353H4sXQ; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=kOBZzBdZTgXA12OVzxVTbg; Domain=.google.com; Path=/; Secure; HttpOnly
7
- Content-Type: text/html; charset=UTF-8
8
- X-Content-Type-Options: nosniff
9
- X-Frame-Options: SAMEORIGIN
10
- X-XSS-Protection: 1; mode=block
11
- Server: GSE
12
- Transfer-Encoding: chunked
13
-
14
- Mismatch: etags = [oldetag], version = [7]
@@ -1,435 +0,0 @@
1
- HTTP/1.1 200 OK
2
- Expires: Sun, 12 Aug 2012 11:57:26 GMT
3
- Date: Sun, 12 Aug 2012 11:57:26 GMT
4
- Cache-Control: private, max-age=0, must-revalidate, no-transform
5
- Set-Cookie: _rtok=rJrmUrMnFbA4; Path=/; Secure; HttpOnly
6
- Set-Cookie: S=photos_html=l8ci8cXm80W3qb6o56ZTfQ; Domain=.google.com; Path=/; Secure; HttpOnly
7
- Content-Type: application/json; charset=UTF-8
8
- Access-Control-Allow-Origin: *
9
- Vary: Accept, X-GData-Authorization, GData-Version, Cookie
10
- GData-Version: 2.0
11
- ETag: W/"DUEHRXw5fSp7ImA9WhJRGU0."
12
- Last-Modified: Sat, 21 Jul 2012 21:53:54 GMT
13
- X-Content-Type-Options: nosniff
14
- X-Frame-Options: SAMEORIGIN
15
- X-XSS-Protection: 1; mode=block
16
- Server: GSE
17
- Transfer-Encoding: chunked
18
-
19
- {
20
- "version": "1.0",
21
- "encoding": "UTF-8",
22
- "feed": {
23
- "xmlns": "http://www.w3.org/2005/Atom",
24
- "xmlns$gphoto": "http://schemas.google.com/photos/2007",
25
- "xmlns$media": "http://search.yahoo.com/mrss/",
26
- "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/",
27
- "xmlns$gd": "http://schemas.google.com/g/2005",
28
- "gd$etag": "W/\"DUEHRXw5fSp7ImA9WhJRGU0.\"",
29
- "id": {
30
- "$t": "https://picasaweb.google.com/data/feed/user/106136347770555028022"
31
- },
32
- "updated": {
33
- "$t": "2012-07-21T21:53:54.225Z"
34
- },
35
- "category": [
36
- {
37
- "scheme": "http://schemas.google.com/g/2005#kind",
38
- "term": "http://schemas.google.com/photos/2007#user"
39
- }
40
- ],
41
- "title": {
42
- "$t": "106136347770555028022"
43
- },
44
- "subtitle": {
45
- "$t": ""
46
- },
47
- "icon": {
48
- "$t": "https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s64-c/106136347770555028022.jpg"
49
- },
50
- "link": [
51
- {
52
- "rel": "http://schemas.google.com/g/2005#feed",
53
- "type": "application/atom+xml",
54
- "href": "https://picasaweb.google.com/data/feed/api/user/106136347770555028022?alt=json"
55
- },
56
- {
57
- "rel": "alternate",
58
- "type": "text/html",
59
- "href": "https://picasaweb.google.com/106136347770555028022"
60
- },
61
- {
62
- "rel": "http://schemas.google.com/photos/2007#slideshow",
63
- "type": "application/x-shockwave-flash",
64
- "href": "https://picasaweb.google.com/s/c/bin/slideshow.swf?host=picasaweb.google.com&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F106136347770555028022%3Falt%3Drss"
65
- },
66
- {
67
- "rel": "self",
68
- "type": "application/atom+xml",
69
- "href": "https://picasaweb.google.com/data/feed/api/user/106136347770555028022?alt=json&start-index=1&max-results=1000"
70
- }
71
- ],
72
- "author": [
73
- {
74
- "name": {
75
- "$t": "Wojciech Wnętrzak"
76
- },
77
- "uri": {
78
- "$t": "https://picasaweb.google.com/106136347770555028022"
79
- }
80
- }
81
- ],
82
- "generator": {
83
- "$t": "Picasaweb",
84
- "version": "1.00",
85
- "uri": "http://picasaweb.google.com/"
86
- },
87
- "openSearch$totalResults": {
88
- "$t": 3
89
- },
90
- "openSearch$startIndex": {
91
- "$t": 1
92
- },
93
- "openSearch$itemsPerPage": {
94
- "$t": 1000
95
- },
96
- "gphoto$user": {
97
- "$t": "106136347770555028022"
98
- },
99
- "gphoto$nickname": {
100
- "$t": "Wojciech Wnętrzak"
101
- },
102
- "gphoto$thumbnail": {
103
- "$t": "https://lh3.googleusercontent.com/-6ezHc54U8x0/AAAAAAAAAAI/AAAAAAAAAAA/PBuxm7Ehn6E/s64-c/106136347770555028022.jpg"
104
- },
105
- "entry": [
106
- {
107
- "gd$etag": "\"YD0qeyI.\"",
108
- "id": {
109
- "$t": "https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5767744373826203729"
110
- },
111
- "published": {
112
- "$t": "2012-07-21T21:53:54.000Z"
113
- },
114
- "updated": {
115
- "$t": "2012-07-21T21:53:54.225Z"
116
- },
117
- "category": [
118
- {
119
- "scheme": "http://schemas.google.com/g/2005#kind",
120
- "term": "http://schemas.google.com/photos/2007#album"
121
- }
122
- ],
123
- "title": {
124
- "$t": "Scrapbook Photos"
125
- },
126
- "summary": {
127
- "$t": "Album for scrapbook photos"
128
- },
129
- "rights": {
130
- "$t": "public"
131
- },
132
- "link": [
133
- {
134
- "rel": "http://schemas.google.com/g/2005#feed",
135
- "type": "application/atom+xml",
136
- "href": "https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5767744373826203729?alt=json"
137
- },
138
- {
139
- "rel": "alternate",
140
- "type": "text/html",
141
- "href": "https://picasaweb.google.com/106136347770555028022/ScrapbookPhotos"
142
- },
143
- {
144
- "rel": "self",
145
- "type": "application/atom+xml",
146
- "href": "https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5767744373826203729?alt=json"
147
- }
148
- ],
149
- "author": [
150
- {
151
- "name": {
152
- "$t": "Wojciech Wnętrzak"
153
- },
154
- "uri": {
155
- "$t": "https://picasaweb.google.com/106136347770555028022"
156
- }
157
- }
158
- ],
159
- "gphoto$id": {
160
- "$t": "5767744373826203729"
161
- },
162
- "gphoto$name": {
163
- "$t": "ScrapbookPhotos"
164
- },
165
- "gphoto$location": {
166
- "$t": ""
167
- },
168
- "gphoto$access": {
169
- "$t": "public"
170
- },
171
- "gphoto$timestamp": {
172
- "$t": "1342907634000"
173
- },
174
- "gphoto$numphotos": {
175
- "$t": 0
176
- },
177
- "gphoto$user": {
178
- "$t": "106136347770555028022"
179
- },
180
- "gphoto$nickname": {
181
- "$t": "Wojciech Wnętrzak"
182
- },
183
- "gphoto$albumType": {
184
- "$t": "ScrapBook"
185
- },
186
- "media$group": {
187
- "media$content": [
188
- {
189
- "url": "https://lh4.googleusercontent.com/-8t_DL0x1r-U/UAsk8v0rMFE/AAAAAAAAAno/xAOJa9t-cKY/ScrapbookPhotos.jpg",
190
- "type": "image/jpeg",
191
- "medium": "image"
192
- }
193
- ],
194
- "media$credit": [
195
- {
196
- "$t": "Wojciech Wnętrzak"
197
- }
198
- ],
199
- "media$description": {
200
- "$t": "Scrapbook Photos",
201
- "type": "plain"
202
- },
203
- "media$keywords": {},
204
- "media$thumbnail": [
205
- {
206
- "url": "https://lh4.googleusercontent.com/-8t_DL0x1r-U/UAsk8v0rMFE/AAAAAAAAAno/xAOJa9t-cKY/s160-c/ScrapbookPhotos.jpg",
207
- "height": 160,
208
- "width": 160
209
- }
210
- ],
211
- "media$title": {
212
- "$t": "Scrapbook Photos",
213
- "type": "plain"
214
- }
215
- }
216
- },
217
- {
218
- "gd$etag": "\"WSp7ImA9\"",
219
- "id": {
220
- "$t": "https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5243667126168669553"
221
- },
222
- "published": {
223
- "$t": "2008-09-08T07:00:00.000Z"
224
- },
225
- "updated": {
226
- "$t": "2011-12-16T21:26:55.334Z"
227
- },
228
- "category": [
229
- {
230
- "scheme": "http://schemas.google.com/g/2005#kind",
231
- "term": "http://schemas.google.com/photos/2007#album"
232
- }
233
- ],
234
- "title": {
235
- "$t": "test2"
236
- },
237
- "summary": {
238
- "$t": ""
239
- },
240
- "rights": {
241
- "$t": "public"
242
- },
243
- "link": [
244
- {
245
- "rel": "http://schemas.google.com/g/2005#feed",
246
- "type": "application/atom+xml",
247
- "href": "https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5243667126168669553?alt=json"
248
- },
249
- {
250
- "rel": "alternate",
251
- "type": "text/html",
252
- "href": "https://picasaweb.google.com/106136347770555028022/Test2"
253
- },
254
- {
255
- "rel": "self",
256
- "type": "application/atom+xml",
257
- "href": "https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5243667126168669553?alt=json"
258
- }
259
- ],
260
- "author": [
261
- {
262
- "name": {
263
- "$t": "Wojciech Wnętrzak"
264
- },
265
- "uri": {
266
- "$t": "https://picasaweb.google.com/106136347770555028022"
267
- }
268
- }
269
- ],
270
- "gphoto$id": {
271
- "$t": "5243667126168669553"
272
- },
273
- "gphoto$name": {
274
- "$t": "Test2"
275
- },
276
- "gphoto$location": {
277
- "$t": ""
278
- },
279
- "gphoto$access": {
280
- "$t": "public"
281
- },
282
- "gphoto$timestamp": {
283
- "$t": "1220857200000"
284
- },
285
- "gphoto$numphotos": {
286
- "$t": 4
287
- },
288
- "gphoto$user": {
289
- "$t": "106136347770555028022"
290
- },
291
- "gphoto$nickname": {
292
- "$t": "Wojciech Wnętrzak"
293
- },
294
- "media$group": {
295
- "media$content": [
296
- {
297
- "url": "https://lh6.googleusercontent.com/-u_2FJXbbliU/SMU_eBetTXE/AAAAAAAAAmQ/sMUp4PrT-Qg/Test2.jpg",
298
- "type": "image/jpeg",
299
- "medium": "image"
300
- }
301
- ],
302
- "media$credit": [
303
- {
304
- "$t": "Wojciech Wnętrzak"
305
- }
306
- ],
307
- "media$description": {
308
- "$t": "",
309
- "type": "plain"
310
- },
311
- "media$keywords": {},
312
- "media$thumbnail": [
313
- {
314
- "url": "https://lh6.googleusercontent.com/-u_2FJXbbliU/SMU_eBetTXE/AAAAAAAAAmQ/sMUp4PrT-Qg/s160-c/Test2.jpg",
315
- "height": 160,
316
- "width": 160
317
- }
318
- ],
319
- "media$title": {
320
- "$t": "test2",
321
- "type": "plain"
322
- }
323
- }
324
- },
325
- {
326
- "gd$etag": "\"WSp7ImA9\"",
327
- "id": {
328
- "$t": "https://picasaweb.google.com/data/entry/user/106136347770555028022/albumid/5239555770355467953"
329
- },
330
- "published": {
331
- "$t": "2008-08-28T07:00:00.000Z"
332
- },
333
- "updated": {
334
- "$t": "2011-12-12T17:09:21.659Z"
335
- },
336
- "category": [
337
- {
338
- "scheme": "http://schemas.google.com/g/2005#kind",
339
- "term": "http://schemas.google.com/photos/2007#album"
340
- }
341
- ],
342
- "title": {
343
- "$t": "test"
344
- },
345
- "summary": {
346
- "$t": "Opis albumu"
347
- },
348
- "rights": {
349
- "$t": "public"
350
- },
351
- "link": [
352
- {
353
- "rel": "http://schemas.google.com/g/2005#feed",
354
- "type": "application/atom+xml",
355
- "href": "https://picasaweb.google.com/data/feed/api/user/106136347770555028022/albumid/5239555770355467953?alt=json"
356
- },
357
- {
358
- "rel": "alternate",
359
- "type": "text/html",
360
- "href": "https://picasaweb.google.com/106136347770555028022/Test"
361
- },
362
- {
363
- "rel": "self",
364
- "type": "application/atom+xml",
365
- "href": "https://picasaweb.google.com/data/entry/api/user/106136347770555028022/albumid/5239555770355467953?alt=json"
366
- }
367
- ],
368
- "author": [
369
- {
370
- "name": {
371
- "$t": "Wojciech Wnętrzak"
372
- },
373
- "uri": {
374
- "$t": "https://picasaweb.google.com/106136347770555028022"
375
- }
376
- }
377
- ],
378
- "gphoto$id": {
379
- "$t": "5239555770355467953"
380
- },
381
- "gphoto$name": {
382
- "$t": "Test"
383
- },
384
- "gphoto$location": {
385
- "$t": "gdzieś"
386
- },
387
- "gphoto$access": {
388
- "$t": "public"
389
- },
390
- "gphoto$timestamp": {
391
- "$t": "1219906800000"
392
- },
393
- "gphoto$numphotos": {
394
- "$t": 6
395
- },
396
- "gphoto$user": {
397
- "$t": "106136347770555028022"
398
- },
399
- "gphoto$nickname": {
400
- "$t": "Wojciech Wnętrzak"
401
- },
402
- "media$group": {
403
- "media$content": [
404
- {
405
- "url": "https://lh6.googleusercontent.com/-ZqXRf3HicvI/SLakNnjixrE/AAAAAAAAAkc/3EAZ0eF3-CQ/Test.jpg",
406
- "type": "image/jpeg",
407
- "medium": "image"
408
- }
409
- ],
410
- "media$credit": [
411
- {
412
- "$t": "Wojciech Wnętrzak"
413
- }
414
- ],
415
- "media$description": {
416
- "$t": "Opis albumu",
417
- "type": "plain"
418
- },
419
- "media$keywords": {},
420
- "media$thumbnail": [
421
- {
422
- "url": "https://lh6.googleusercontent.com/-ZqXRf3HicvI/SLakNnjixrE/AAAAAAAAAkc/3EAZ0eF3-CQ/s160-c/Test.jpg",
423
- "height": 160,
424
- "width": 160
425
- }
426
- ],
427
- "media$title": {
428
- "$t": "test",
429
- "type": "plain"
430
- }
431
- }
432
- }
433
- ]
434
- }
435
- }