purdie 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +8 -6
  3. data/README.md +38 -22
  4. data/_config/defaults.yaml +10 -0
  5. data/_data/flickr.yaml +4 -0
  6. data/_data/soundcloud.yaml +7 -0
  7. data/features/flickr-album.feature +23 -0
  8. data/features/flickr-different-size.feature +28 -0
  9. data/features/soundcloud-set.feature +41 -0
  10. data/features/soundcloud.feature +0 -1
  11. data/features/support/fixtures/vcr/A_URL_we_don_t_understand/Handle_a_URL_we_don_t_recognise.yml +16 -16
  12. data/features/support/fixtures/vcr/First_contact_with_the_Real_World/Generate_YAML_for_the_Raw_Funk_Maharishi.yml +191 -276
  13. data/features/support/fixtures/vcr/Flickr/Generate_Flickr_YAML.yml +16 -16
  14. data/features/support/fixtures/vcr/Flickr_album/Generate_Flickr_YAML_for_an_album.yml +1035 -0
  15. data/features/support/fixtures/vcr/Handle_comments/Handle_comments_in_a_source_file.yml +75 -206
  16. data/features/support/fixtures/vcr/Purdie/Generate_several_YAML.yml +177 -213
  17. data/features/support/fixtures/vcr/Select_a_file_to_process/Choose_file_to_process.yml +56 -188
  18. data/features/support/fixtures/vcr/Set_Flickr_picturesize/Generate_Flickr_YAML.yml +125 -0
  19. data/features/support/fixtures/vcr/Soundcloud/Generate_SoundCloud_YAML.yml +56 -188
  20. data/features/support/fixtures/vcr/Soundcloud/Generate_SoundCloud_YAML_for_multiple_tracks.yml +140 -181
  21. data/features/support/fixtures/vcr/Soundcloud_set/Generate_YAML_for_a_SoundCloud_set.yml +436 -0
  22. data/features/support/fixtures/vcr/Vimeo/Generate_Vimeo_YAML.yml +23 -11
  23. data/features/support/fixtures/vcr/YouTube/Generate_YouTube_YAML.yml +970 -0
  24. data/features/support/vcr.rb +7 -5
  25. data/features/youtube.feature +20 -0
  26. data/lib/purdie/bernard.rb +35 -17
  27. data/lib/purdie/cli.rb +1 -1
  28. data/lib/purdie/helpers.rb +24 -0
  29. data/lib/purdie/ingester.rb +25 -10
  30. data/lib/purdie/services/flickr.rb +48 -5
  31. data/lib/purdie/services/soundcloud.rb +13 -21
  32. data/lib/purdie/services/vimeo.rb +4 -3
  33. data/lib/purdie/services/youtube.rb +64 -0
  34. data/lib/purdie/source_list.rb +46 -0
  35. data/lib/purdie/version.rb +1 -1
  36. data/lib/purdie.rb +4 -21
  37. data/list +1 -0
  38. data/purdie.gemspec +3 -1
  39. data/spec/helpers_spec.rb +31 -0
  40. data/spec/purdie_spec.rb +0 -24
  41. data/spec/services/flickr_spec.rb +33 -1
  42. data/spec/services/soundcloud_spec.rb +10 -8
  43. data/spec/services/youtube_spec.rb +27 -0
  44. data/spec/source_list_spec.rb +64 -0
  45. data/spec/support/fixtures/soundcloud.sounds +4 -0
  46. data/spec/support/fixtures/with-comments.source +3 -0
  47. data/spec/support/vcr_setup.rb +3 -1
  48. data/spec/vcr/Purdie_Services_Flickr/distills_data_for_a_regular_photo.yml +15 -15
  49. data/spec/vcr/Purdie_Services_Flickr/falls_back_to_the_default_photographer_name.yml +16 -16
  50. data/spec/vcr/Purdie_Services_Flickr/ingests_data_for_a_photo_without_a_specific_photographer_tag.yml +16 -16
  51. data/spec/vcr/Purdie_Services_Flickr/resolve_a_set/resolves_a_set_from_a_url.yml +518 -0
  52. data/spec/vcr/Purdie_Services_SoundCloud/connects_to_SoundCloud.yml +62 -67
  53. data/spec/vcr/Purdie_Services_SoundCloud/distills_the_data.yml +53 -183
  54. data/spec/vcr/Purdie_Services_SoundCloud/extracts_a_track.yml +50 -194
  55. data/spec/vcr/Purdie_Services_SoundCloud/ingests_a_track.yml +48 -186
  56. data/spec/vcr/Purdie_Services_SoundCloud/resolve_a_set/resolves_a_set_from_a_url.yml +103 -0
  57. data/spec/vcr/Purdie_Services_Vimeo/gets_a_video.yml +23 -11
  58. data/spec/vcr/Purdie_Services_Vimeo/ingests_a_video.yml +23 -11
  59. data/spec/vcr/Purdie_Services_YouTube/gets_a_video.yml +970 -0
  60. data/spec/vcr/Purdie_Services_YouTube/ingests_a_video.yml +970 -0
  61. data/spec/vcr/Purdie_SourceList/resolve_sets/constructs_a_list_from_a_set_URL.yml +518 -0
  62. data/spec/vcr/Purdie_SourceList/resolve_sets/resolves_a_Flickr_set.yml +518 -0
  63. data/spec/vcr/Purdie_SourceList/resolve_sets/resolves_a_SoundCloud_set.yml +103 -0
  64. data/spec/vcr/Purdie_SourceList/resolves_a_Flickr_set.yml +518 -0
  65. data/wtf.log +1 -0
  66. metadata +81 -14
  67. data/features/support/fixtures/vcr/Handle_no__sources_directory/Handle_no__sources_directory.yml +0 -346
  68. data/spec/vcr/Purdie_Services_SoundCloud/deals_with_a_troublesome_bawbag.yml +0 -230
  69. data/spec/vcr/Purdie_Services_SoundCloud/refines_the_data.yml +0 -230
  70. data/spec/vcr/Purdie_Services_Vimeo/distills_a_video.yml +0 -41
  71. data/spec/vcr/Purdie_Services_Vimeo/refines_a_video.yml +0 -41
@@ -0,0 +1,1035 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api.flickr.com/services/rest/
6
+ body:
7
+ encoding: US-ASCII
8
+ string: photoset_id=72157649827363868&method=flickr.photosets.getPhotos&format=json&nojsoncallback=1
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - FlickRaw/0.9.8
16
+ Authorization:
17
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
18
+ oauth_nonce="wy8f5%2Fq7jX%2FywHI6AJUhXFPwNfyPTOyHRMb6YGQKO4A%3D", oauth_signature="<FLICKR_SECRET>%26",
19
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017138", oauth_token="",
20
+ oauth_version="1.0"
21
+ Content-Type:
22
+ - application/x-www-form-urlencoded
23
+ response:
24
+ status:
25
+ code: 200
26
+ message: OK
27
+ headers:
28
+ Date:
29
+ - Tue, 10 Mar 2015 19:52:19 GMT
30
+ Content-Type:
31
+ - application/json
32
+ Content-Length:
33
+ - '476'
34
+ P3p:
35
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
36
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
37
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
38
+ Cache-Control:
39
+ - private
40
+ X-Served-By:
41
+ - www217.flickr.bf1.yahoo.com
42
+ Vary:
43
+ - Accept-Encoding
44
+ Age:
45
+ - '2'
46
+ Via:
47
+ - http/1.1 fts116.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
48
+ http/1.1 r20.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
49
+ Server:
50
+ - ATS
51
+ Connection:
52
+ - keep-alive
53
+ body:
54
+ encoding: ASCII-8BIT
55
+ string: '{"photoset":{"id":"72157649827363868","primary":"16252009191","owner":"73135567@N00","ownername":"pikesley","photo":[{"id":"16252009191","secret":"ea2d06e6bb","server":"7506","farm":8,"title":"First
56
+ planting of the year","isprimary":"1","ispublic":1,"isfriend":0,"isfamily":0},{"id":"16308144622","secret":"4822b81b0e","server":"7480","farm":8,"title":"Seedlings","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0},{"id":"16202827068","secret":"ee50e0cb1c","server":"7357","farm":8,"title":"Tomato
57
+ farm","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0},{"id":"16388723891","secret":"10a4a8e745","server":"7382","farm":8,"title":"Cucamelon","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0},{"id":"16308619689","secret":"41143c6dbb","server":"7327","farm":8,"title":"Potato
58
+ kit","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0},{"id":"16367228619","secret":"3af2aba147","server":"8660","farm":9,"title":"Embothrium
59
+ seedling","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0},{"id":"16752302412","secret":"d80b27c8dc","server":"8707","farm":9,"title":"Growhouse","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0},{"id":"16752239531","secret":"2bcaa35495","server":"7651","farm":8,"title":"Patio
60
+ pots","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0}],"page":1,"per_page":500,"perpage":500,"pages":1,"total":"8","title":"Garden
61
+ 2015"},"stat":"ok"}'
62
+ http_version:
63
+ recorded_at: Tue, 10 Mar 2015 19:52:19 GMT
64
+ - request:
65
+ method: post
66
+ uri: https://api.flickr.com/services/rest/
67
+ body:
68
+ encoding: US-ASCII
69
+ string: photo_id=16252009191&method=flickr.photos.getInfo&format=json&nojsoncallback=1
70
+ headers:
71
+ Accept-Encoding:
72
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
73
+ Accept:
74
+ - "*/*"
75
+ User-Agent:
76
+ - FlickRaw/0.9.8
77
+ Authorization:
78
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
79
+ oauth_nonce="5qi9EsGGq1rd7z4s1%2BvwdqidXpxqhrRnyAuOi%2B02LWU%3D", oauth_signature="<FLICKR_SECRET>%26",
80
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017139", oauth_token="",
81
+ oauth_version="1.0"
82
+ Content-Type:
83
+ - application/x-www-form-urlencoded
84
+ response:
85
+ status:
86
+ code: 200
87
+ message: OK
88
+ headers:
89
+ Date:
90
+ - Tue, 10 Mar 2015 19:52:19 GMT
91
+ Content-Type:
92
+ - application/json
93
+ Content-Length:
94
+ - '555'
95
+ P3p:
96
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
97
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
98
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
99
+ Cache-Control:
100
+ - private
101
+ X-Served-By:
102
+ - www65.flickr.bf1.yahoo.com
103
+ Vary:
104
+ - Accept-Encoding
105
+ Age:
106
+ - '0'
107
+ Via:
108
+ - http/1.1 fts125.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
109
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
110
+ Server:
111
+ - ATS
112
+ Connection:
113
+ - keep-alive
114
+ body:
115
+ encoding: ASCII-8BIT
116
+ string: '{"photo":{"id":"16252009191","secret":"ea2d06e6bb","server":"7506","farm":8,"dateuploaded":"1420982656","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"dd0b6e4274","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"First
117
+ planting of the year"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1420982656","taken":"2015-01-11
118
+ 14:22:47","takengranularity":"0","takenunknown":"0","lastupdate":"1420982715"},"views":"166","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16252009191\/"}]},"media":"photo"},"stat":"ok"}'
119
+ http_version:
120
+ recorded_at: Tue, 10 Mar 2015 19:52:19 GMT
121
+ - request:
122
+ method: post
123
+ uri: https://api.flickr.com/services/rest/
124
+ body:
125
+ encoding: US-ASCII
126
+ string: photo_id=16308144622&method=flickr.photos.getInfo&format=json&nojsoncallback=1
127
+ headers:
128
+ Accept-Encoding:
129
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
130
+ Accept:
131
+ - "*/*"
132
+ User-Agent:
133
+ - FlickRaw/0.9.8
134
+ Authorization:
135
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
136
+ oauth_nonce="tcHVkItfZeOiFbealsTL3yJr182KhBLjEoMSw3xr9A0%3D", oauth_signature="<FLICKR_SECRET>%26",
137
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017139", oauth_token="",
138
+ oauth_version="1.0"
139
+ Content-Type:
140
+ - application/x-www-form-urlencoded
141
+ response:
142
+ status:
143
+ code: 200
144
+ message: OK
145
+ headers:
146
+ Date:
147
+ - Tue, 10 Mar 2015 19:52:19 GMT
148
+ Content-Type:
149
+ - application/json
150
+ Content-Length:
151
+ - '544'
152
+ P3p:
153
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
154
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
155
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
156
+ Cache-Control:
157
+ - private
158
+ X-Served-By:
159
+ - www278.flickr.bf1.yahoo.com
160
+ Vary:
161
+ - Accept-Encoding
162
+ Age:
163
+ - '0'
164
+ Via:
165
+ - http/1.1 fts115.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
166
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
167
+ Server:
168
+ - ATS
169
+ Connection:
170
+ - keep-alive
171
+ body:
172
+ encoding: ASCII-8BIT
173
+ string: '{"photo":{"id":"16308144622","secret":"4822b81b0e","server":"7480","farm":8,"dateuploaded":"1421591962","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"fafedaf4a8","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Seedlings"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1421591962","taken":"2015-01-18
174
+ 15:31:34","takengranularity":"0","takenunknown":"0","lastupdate":"1421592677"},"views":"175","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308144622\/"}]},"media":"photo"},"stat":"ok"}'
175
+ http_version:
176
+ recorded_at: Tue, 10 Mar 2015 19:52:19 GMT
177
+ - request:
178
+ method: post
179
+ uri: https://api.flickr.com/services/rest/
180
+ body:
181
+ encoding: US-ASCII
182
+ string: photo_id=16202827068&method=flickr.photos.getInfo&format=json&nojsoncallback=1
183
+ headers:
184
+ Accept-Encoding:
185
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
186
+ Accept:
187
+ - "*/*"
188
+ User-Agent:
189
+ - FlickRaw/0.9.8
190
+ Authorization:
191
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
192
+ oauth_nonce="Y4Ovz8QH4onsRXxrtTeEu3qhOh1h85IcANlAPucjVXg%3D", oauth_signature="<FLICKR_SECRET>%26",
193
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017140", oauth_token="",
194
+ oauth_version="1.0"
195
+ Content-Type:
196
+ - application/x-www-form-urlencoded
197
+ response:
198
+ status:
199
+ code: 200
200
+ message: OK
201
+ headers:
202
+ Date:
203
+ - Tue, 10 Mar 2015 19:52:20 GMT
204
+ Content-Type:
205
+ - application/json
206
+ Content-Length:
207
+ - '542'
208
+ P3p:
209
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
210
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
211
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
212
+ Cache-Control:
213
+ - private
214
+ X-Served-By:
215
+ - www338.flickr.bf1.yahoo.com
216
+ Vary:
217
+ - Accept-Encoding
218
+ Age:
219
+ - '0'
220
+ Via:
221
+ - http/1.1 fts111.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
222
+ http/1.1 r14.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
223
+ Server:
224
+ - ATS
225
+ Connection:
226
+ - keep-alive
227
+ body:
228
+ encoding: ASCII-8BIT
229
+ string: '{"photo":{"id":"16202827068","secret":"ee50e0cb1c","server":"7357","farm":8,"dateuploaded":"1422476532","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"06e6a96521","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Tomato
230
+ farm"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476532","taken":"2015-01-28
231
+ 21:19:32","takengranularity":"0","takenunknown":"0","lastupdate":"1422476584"},"views":"103","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16202827068\/"}]},"media":"photo"},"stat":"ok"}'
232
+ http_version:
233
+ recorded_at: Tue, 10 Mar 2015 19:52:20 GMT
234
+ - request:
235
+ method: post
236
+ uri: https://api.flickr.com/services/rest/
237
+ body:
238
+ encoding: US-ASCII
239
+ string: photo_id=16388723891&method=flickr.photos.getInfo&format=json&nojsoncallback=1
240
+ headers:
241
+ Accept-Encoding:
242
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
243
+ Accept:
244
+ - "*/*"
245
+ User-Agent:
246
+ - FlickRaw/0.9.8
247
+ Authorization:
248
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
249
+ oauth_nonce="9PMwDoX%2Fi8ThBWzfvfLFzBt8DBbU9Jgvl7W1ZbPyx48%3D", oauth_signature="<FLICKR_SECRET>%26",
250
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017140", oauth_token="",
251
+ oauth_version="1.0"
252
+ Content-Type:
253
+ - application/x-www-form-urlencoded
254
+ response:
255
+ status:
256
+ code: 200
257
+ message: OK
258
+ headers:
259
+ Date:
260
+ - Tue, 10 Mar 2015 19:52:20 GMT
261
+ Content-Type:
262
+ - application/json
263
+ Content-Length:
264
+ - '543'
265
+ P3p:
266
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
267
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
268
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
269
+ Cache-Control:
270
+ - private
271
+ X-Served-By:
272
+ - www45.flickr.bf1.yahoo.com
273
+ Vary:
274
+ - Accept-Encoding
275
+ Age:
276
+ - '0'
277
+ Via:
278
+ - http/1.1 fts118.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
279
+ http/1.1 r02.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
280
+ Server:
281
+ - ATS
282
+ Connection:
283
+ - keep-alive
284
+ body:
285
+ encoding: ASCII-8BIT
286
+ string: '{"photo":{"id":"16388723891","secret":"10a4a8e745","server":"7382","farm":8,"dateuploaded":"1422476602","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"203886b5a3","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Cucamelon"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476602","taken":"2015-01-28
287
+ 21:19:45","takengranularity":"0","takenunknown":"0","lastupdate":"1422477672"},"views":"116","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16388723891\/"}]},"media":"photo"},"stat":"ok"}'
288
+ http_version:
289
+ recorded_at: Tue, 10 Mar 2015 19:52:20 GMT
290
+ - request:
291
+ method: post
292
+ uri: https://api.flickr.com/services/rest/
293
+ body:
294
+ encoding: US-ASCII
295
+ string: photo_id=16308619689&method=flickr.photos.getInfo&format=json&nojsoncallback=1
296
+ headers:
297
+ Accept-Encoding:
298
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
299
+ Accept:
300
+ - "*/*"
301
+ User-Agent:
302
+ - FlickRaw/0.9.8
303
+ Authorization:
304
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
305
+ oauth_nonce="R9tZkigIkLQcTQGsw5oVLxccCZB35FIQKSM3Dw9BAO4%3D", oauth_signature="<FLICKR_SECRET>%26",
306
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017140", oauth_token="",
307
+ oauth_version="1.0"
308
+ Content-Type:
309
+ - application/x-www-form-urlencoded
310
+ response:
311
+ status:
312
+ code: 200
313
+ message: OK
314
+ headers:
315
+ Date:
316
+ - Tue, 10 Mar 2015 19:52:20 GMT
317
+ Content-Type:
318
+ - application/json
319
+ Content-Length:
320
+ - '545'
321
+ P3p:
322
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
323
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
324
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
325
+ Cache-Control:
326
+ - private
327
+ X-Served-By:
328
+ - www64.flickr.bf1.yahoo.com
329
+ Vary:
330
+ - Accept-Encoding
331
+ Age:
332
+ - '2'
333
+ Via:
334
+ - http/1.1 fts121.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
335
+ http/1.1 r05.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
336
+ Server:
337
+ - ATS
338
+ Connection:
339
+ - keep-alive
340
+ body:
341
+ encoding: ASCII-8BIT
342
+ string: '{"photo":{"id":"16308619689","secret":"41143c6dbb","server":"7327","farm":8,"dateuploaded":"1423599466","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"dc11437dda","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Potato
343
+ kit"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1423599466","taken":"2015-02-10
344
+ 21:14:58","takengranularity":"0","takenunknown":"0","lastupdate":"1423601463"},"views":"75","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308619689\/"}]},"media":"photo"},"stat":"ok"}'
345
+ http_version:
346
+ recorded_at: Tue, 10 Mar 2015 19:52:21 GMT
347
+ - request:
348
+ method: post
349
+ uri: https://api.flickr.com/services/rest/
350
+ body:
351
+ encoding: US-ASCII
352
+ string: photo_id=16367228619&method=flickr.photos.getInfo&format=json&nojsoncallback=1
353
+ headers:
354
+ Accept-Encoding:
355
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
356
+ Accept:
357
+ - "*/*"
358
+ User-Agent:
359
+ - FlickRaw/0.9.8
360
+ Authorization:
361
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
362
+ oauth_nonce="EhCqZVH%2B65QhULKW84BZ7uoAIBbOB%2FQPQIitNzURB6o%3D", oauth_signature="<FLICKR_SECRET>%26",
363
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017141", oauth_token="",
364
+ oauth_version="1.0"
365
+ Content-Type:
366
+ - application/x-www-form-urlencoded
367
+ response:
368
+ status:
369
+ code: 200
370
+ message: OK
371
+ headers:
372
+ Date:
373
+ - Tue, 10 Mar 2015 19:52:21 GMT
374
+ Content-Type:
375
+ - application/json
376
+ Content-Length:
377
+ - '550'
378
+ P3p:
379
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
380
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
381
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
382
+ Cache-Control:
383
+ - private
384
+ X-Served-By:
385
+ - www43.flickr.bf1.yahoo.com
386
+ Vary:
387
+ - Accept-Encoding
388
+ Age:
389
+ - '0'
390
+ Via:
391
+ - http/1.1 fts109.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
392
+ http/1.1 r05.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
393
+ Server:
394
+ - ATS
395
+ Connection:
396
+ - keep-alive
397
+ body:
398
+ encoding: ASCII-8BIT
399
+ string: '{"photo":{"id":"16367228619","secret":"3af2aba147","server":"8660","farm":9,"dateuploaded":"1424124245","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"7145f68aed","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Embothrium
400
+ seedling"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1424124245","taken":"2015-02-16
401
+ 23:03:06","takengranularity":"0","takenunknown":"0","lastupdate":"1424125294"},"views":"55","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16367228619\/"}]},"media":"photo"},"stat":"ok"}'
402
+ http_version:
403
+ recorded_at: Tue, 10 Mar 2015 19:52:21 GMT
404
+ - request:
405
+ method: post
406
+ uri: https://api.flickr.com/services/rest/
407
+ body:
408
+ encoding: US-ASCII
409
+ string: photo_id=16752302412&method=flickr.photos.getInfo&format=json&nojsoncallback=1
410
+ headers:
411
+ Accept-Encoding:
412
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
413
+ Accept:
414
+ - "*/*"
415
+ User-Agent:
416
+ - FlickRaw/0.9.8
417
+ Authorization:
418
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
419
+ oauth_nonce="3NnVRx0%2B%2ByGtdwz9cO5Nu%2BNGH8GbApuaLpXBXTNRlv8%3D", oauth_signature="<FLICKR_SECRET>%26",
420
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017141", oauth_token="",
421
+ oauth_version="1.0"
422
+ Content-Type:
423
+ - application/x-www-form-urlencoded
424
+ response:
425
+ status:
426
+ code: 200
427
+ message: OK
428
+ headers:
429
+ Date:
430
+ - Tue, 10 Mar 2015 19:52:21 GMT
431
+ Content-Type:
432
+ - application/json
433
+ Content-Length:
434
+ - '545'
435
+ P3p:
436
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
437
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
438
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
439
+ Cache-Control:
440
+ - private
441
+ X-Served-By:
442
+ - www271.flickr.bf1.yahoo.com
443
+ Vary:
444
+ - Accept-Encoding
445
+ Age:
446
+ - '0'
447
+ Via:
448
+ - http/1.1 fts121.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
449
+ http/1.1 r25.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
450
+ Server:
451
+ - ATS
452
+ Connection:
453
+ - keep-alive
454
+ body:
455
+ encoding: ASCII-8BIT
456
+ string: '{"photo":{"id":"16752302412","secret":"d80b27c8dc","server":"8707","farm":9,"dateuploaded":"1425824636","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"b2e8dd6c5c","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Growhouse"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824636","taken":"2015-03-08
457
+ 15:19:53","takengranularity":"0","takenunknown":"0","lastupdate":"1425825014"},"views":"32","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752302412\/"}]},"media":"photo"},"stat":"ok"}'
458
+ http_version:
459
+ recorded_at: Tue, 10 Mar 2015 19:52:21 GMT
460
+ - request:
461
+ method: post
462
+ uri: https://api.flickr.com/services/rest/
463
+ body:
464
+ encoding: US-ASCII
465
+ string: photo_id=16752239531&method=flickr.photos.getInfo&format=json&nojsoncallback=1
466
+ headers:
467
+ Accept-Encoding:
468
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
469
+ Accept:
470
+ - "*/*"
471
+ User-Agent:
472
+ - FlickRaw/0.9.8
473
+ Authorization:
474
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
475
+ oauth_nonce="v9rp5JMlI5%2FGDfqlLXU7Fi4UrsyGWyA70mt5qsaIRZo%3D", oauth_signature="<FLICKR_SECRET>%26",
476
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017141", oauth_token="",
477
+ oauth_version="1.0"
478
+ Content-Type:
479
+ - application/x-www-form-urlencoded
480
+ response:
481
+ status:
482
+ code: 200
483
+ message: OK
484
+ headers:
485
+ Date:
486
+ - Tue, 10 Mar 2015 19:52:22 GMT
487
+ Content-Type:
488
+ - application/json
489
+ Content-Length:
490
+ - '602'
491
+ P3p:
492
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
493
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
494
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
495
+ Cache-Control:
496
+ - private
497
+ X-Served-By:
498
+ - www333.flickr.bf1.yahoo.com
499
+ Vary:
500
+ - Accept-Encoding
501
+ Age:
502
+ - '1'
503
+ Via:
504
+ - http/1.1 fts118.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
505
+ http/1.1 r23.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
506
+ Server:
507
+ - ATS
508
+ Connection:
509
+ - keep-alive
510
+ body:
511
+ encoding: ASCII-8BIT
512
+ string: '{"photo":{"id":"16752239531","secret":"2bcaa35495","server":"7651","farm":8,"dateuploaded":"1425824917","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"6f79696344","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Patio
513
+ pots"},"description":{"_content":"Chives, tarragon, sage, thyme, rosemary,
514
+ spinachy things, chocolate mint, potato bags\n"},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824917","taken":"2015-03-08
515
+ 15:20:22","takengranularity":"0","takenunknown":"0","lastupdate":"1425825005"},"views":"31","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752239531\/"}]},"media":"photo"},"stat":"ok"}'
516
+ http_version:
517
+ recorded_at: Tue, 10 Mar 2015 19:52:22 GMT
518
+ - request:
519
+ method: post
520
+ uri: https://api.flickr.com/services/rest/
521
+ body:
522
+ encoding: US-ASCII
523
+ string: photo_id=16252009191&method=flickr.photos.getInfo&format=json&nojsoncallback=1
524
+ headers:
525
+ Accept-Encoding:
526
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
527
+ Accept:
528
+ - "*/*"
529
+ User-Agent:
530
+ - FlickRaw/0.9.8
531
+ Authorization:
532
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
533
+ oauth_nonce="xokkYJsjduyLanO5qwmy92hQzKQF%2ByFf6a1ZG3aJ2xI%3D", oauth_signature="<FLICKR_SECRET>%26",
534
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017142", oauth_token="",
535
+ oauth_version="1.0"
536
+ Content-Type:
537
+ - application/x-www-form-urlencoded
538
+ response:
539
+ status:
540
+ code: 200
541
+ message: OK
542
+ headers:
543
+ Date:
544
+ - Tue, 10 Mar 2015 19:52:22 GMT
545
+ Content-Type:
546
+ - application/json
547
+ Content-Length:
548
+ - '555'
549
+ P3p:
550
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
551
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
552
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
553
+ Cache-Control:
554
+ - private
555
+ X-Served-By:
556
+ - www67.flickr.bf1.yahoo.com
557
+ Vary:
558
+ - Accept-Encoding
559
+ Age:
560
+ - '0'
561
+ Via:
562
+ - http/1.1 fts121.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
563
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
564
+ Server:
565
+ - ATS
566
+ Connection:
567
+ - keep-alive
568
+ body:
569
+ encoding: ASCII-8BIT
570
+ string: '{"photo":{"id":"16252009191","secret":"ea2d06e6bb","server":"7506","farm":8,"dateuploaded":"1420982656","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"dd0b6e4274","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"First
571
+ planting of the year"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1420982656","taken":"2015-01-11
572
+ 14:22:47","takengranularity":"0","takenunknown":"0","lastupdate":"1420982715"},"views":"166","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16252009191\/"}]},"media":"photo"},"stat":"ok"}'
573
+ http_version:
574
+ recorded_at: Tue, 10 Mar 2015 19:52:22 GMT
575
+ - request:
576
+ method: post
577
+ uri: https://api.flickr.com/services/rest/
578
+ body:
579
+ encoding: US-ASCII
580
+ string: method=flickr.photos.licenses.getInfo&format=json&nojsoncallback=1
581
+ headers:
582
+ Accept-Encoding:
583
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
584
+ Accept:
585
+ - "*/*"
586
+ User-Agent:
587
+ - FlickRaw/0.9.8
588
+ Authorization:
589
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
590
+ oauth_nonce="4eBG5u0Ovuc7hgbaDPXKly32636xDg8UaDdb8pSNnng%3D", oauth_signature="<FLICKR_SECRET>%26",
591
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017142", oauth_token="",
592
+ oauth_version="1.0"
593
+ Content-Type:
594
+ - application/x-www-form-urlencoded
595
+ response:
596
+ status:
597
+ code: 200
598
+ message: OK
599
+ headers:
600
+ Date:
601
+ - Tue, 10 Mar 2015 19:52:22 GMT
602
+ Content-Type:
603
+ - application/json
604
+ Content-Length:
605
+ - '314'
606
+ P3p:
607
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
608
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
609
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
610
+ Cache-Control:
611
+ - private
612
+ X-Served-By:
613
+ - www315.flickr.bf1.yahoo.com
614
+ Vary:
615
+ - Accept-Encoding
616
+ Age:
617
+ - '0'
618
+ Via:
619
+ - http/1.1 fts111.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
620
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
621
+ Server:
622
+ - ATS
623
+ Connection:
624
+ - keep-alive
625
+ body:
626
+ encoding: ASCII-8BIT
627
+ string: '{"licenses":{"license":[{"id":"0","name":"All Rights Reserved","url":""},{"id":"4","name":"Attribution
628
+ License","url":"https:\/\/creativecommons.org\/licenses\/by\/2.0\/"},{"id":"6","name":"Attribution-NoDerivs
629
+ License","url":"https:\/\/creativecommons.org\/licenses\/by-nd\/2.0\/"},{"id":"3","name":"Attribution-NonCommercial-NoDerivs
630
+ License","url":"https:\/\/creativecommons.org\/licenses\/by-nc-nd\/2.0\/"},{"id":"2","name":"Attribution-NonCommercial
631
+ License","url":"https:\/\/creativecommons.org\/licenses\/by-nc\/2.0\/"},{"id":"1","name":"Attribution-NonCommercial-ShareAlike
632
+ License","url":"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/2.0\/"},{"id":"5","name":"Attribution-ShareAlike
633
+ License","url":"https:\/\/creativecommons.org\/licenses\/by-sa\/2.0\/"},{"id":"7","name":"No
634
+ known copyright restrictions","url":"https:\/\/www.flickr.com\/commons\/usage\/"},{"id":"8","name":"United
635
+ States Government Work","url":"http:\/\/www.usa.gov\/copyright.shtml"}]},"stat":"ok"}'
636
+ http_version:
637
+ recorded_at: Tue, 10 Mar 2015 19:52:22 GMT
638
+ - request:
639
+ method: post
640
+ uri: https://api.flickr.com/services/rest/
641
+ body:
642
+ encoding: US-ASCII
643
+ string: photo_id=16308144622&method=flickr.photos.getInfo&format=json&nojsoncallback=1
644
+ headers:
645
+ Accept-Encoding:
646
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
647
+ Accept:
648
+ - "*/*"
649
+ User-Agent:
650
+ - FlickRaw/0.9.8
651
+ Authorization:
652
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
653
+ oauth_nonce="Vkiv0YEaRGI%2Fdv%2BPDMs6jDwZAs55IcL3GEkwRKZOZTk%3D", oauth_signature="<FLICKR_SECRET>%26",
654
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017142", oauth_token="",
655
+ oauth_version="1.0"
656
+ Content-Type:
657
+ - application/x-www-form-urlencoded
658
+ response:
659
+ status:
660
+ code: 200
661
+ message: OK
662
+ headers:
663
+ Date:
664
+ - Tue, 10 Mar 2015 19:52:23 GMT
665
+ Content-Type:
666
+ - application/json
667
+ Content-Length:
668
+ - '544'
669
+ P3p:
670
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
671
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
672
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
673
+ Cache-Control:
674
+ - private
675
+ X-Served-By:
676
+ - www271.flickr.bf1.yahoo.com
677
+ Vary:
678
+ - Accept-Encoding
679
+ Age:
680
+ - '1'
681
+ Via:
682
+ - http/1.1 fts112.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
683
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
684
+ Server:
685
+ - ATS
686
+ Connection:
687
+ - keep-alive
688
+ body:
689
+ encoding: ASCII-8BIT
690
+ string: '{"photo":{"id":"16308144622","secret":"4822b81b0e","server":"7480","farm":8,"dateuploaded":"1421591962","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"fafedaf4a8","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Seedlings"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1421591962","taken":"2015-01-18
691
+ 15:31:34","takengranularity":"0","takenunknown":"0","lastupdate":"1421592677"},"views":"175","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308144622\/"}]},"media":"photo"},"stat":"ok"}'
692
+ http_version:
693
+ recorded_at: Tue, 10 Mar 2015 19:52:23 GMT
694
+ - request:
695
+ method: post
696
+ uri: https://api.flickr.com/services/rest/
697
+ body:
698
+ encoding: US-ASCII
699
+ string: photo_id=16202827068&method=flickr.photos.getInfo&format=json&nojsoncallback=1
700
+ headers:
701
+ Accept-Encoding:
702
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
703
+ Accept:
704
+ - "*/*"
705
+ User-Agent:
706
+ - FlickRaw/0.9.8
707
+ Authorization:
708
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
709
+ oauth_nonce="dI5Fk1bZUIMjZXf5n64vAWSofTg%2BIYxV1Kh2OjOHFls%3D", oauth_signature="<FLICKR_SECRET>%26",
710
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017143", oauth_token="",
711
+ oauth_version="1.0"
712
+ Content-Type:
713
+ - application/x-www-form-urlencoded
714
+ response:
715
+ status:
716
+ code: 200
717
+ message: OK
718
+ headers:
719
+ Date:
720
+ - Tue, 10 Mar 2015 19:52:23 GMT
721
+ Content-Type:
722
+ - application/json
723
+ Content-Length:
724
+ - '542'
725
+ P3p:
726
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
727
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
728
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
729
+ Cache-Control:
730
+ - private
731
+ X-Served-By:
732
+ - www23.flickr.bf1.yahoo.com
733
+ Vary:
734
+ - Accept-Encoding
735
+ Age:
736
+ - '0'
737
+ Via:
738
+ - http/1.1 fts109.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
739
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
740
+ Server:
741
+ - ATS
742
+ Connection:
743
+ - keep-alive
744
+ body:
745
+ encoding: ASCII-8BIT
746
+ string: '{"photo":{"id":"16202827068","secret":"ee50e0cb1c","server":"7357","farm":8,"dateuploaded":"1422476532","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"06e6a96521","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Tomato
747
+ farm"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476532","taken":"2015-01-28
748
+ 21:19:32","takengranularity":"0","takenunknown":"0","lastupdate":"1422476584"},"views":"103","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16202827068\/"}]},"media":"photo"},"stat":"ok"}'
749
+ http_version:
750
+ recorded_at: Tue, 10 Mar 2015 19:52:23 GMT
751
+ - request:
752
+ method: post
753
+ uri: https://api.flickr.com/services/rest/
754
+ body:
755
+ encoding: US-ASCII
756
+ string: photo_id=16388723891&method=flickr.photos.getInfo&format=json&nojsoncallback=1
757
+ headers:
758
+ Accept-Encoding:
759
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
760
+ Accept:
761
+ - "*/*"
762
+ User-Agent:
763
+ - FlickRaw/0.9.8
764
+ Authorization:
765
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
766
+ oauth_nonce="OllVdvAP0KOh8zRLETcdCuqrIZBM3FlP9fWUia%2FWk2Y%3D", oauth_signature="<FLICKR_SECRET>%26",
767
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017143", oauth_token="",
768
+ oauth_version="1.0"
769
+ Content-Type:
770
+ - application/x-www-form-urlencoded
771
+ response:
772
+ status:
773
+ code: 200
774
+ message: OK
775
+ headers:
776
+ Date:
777
+ - Tue, 10 Mar 2015 19:52:23 GMT
778
+ Content-Type:
779
+ - application/json
780
+ Content-Length:
781
+ - '543'
782
+ P3p:
783
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
784
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
785
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
786
+ Cache-Control:
787
+ - private
788
+ X-Served-By:
789
+ - www241.flickr.bf1.yahoo.com
790
+ Vary:
791
+ - Accept-Encoding
792
+ Age:
793
+ - '0'
794
+ Via:
795
+ - http/1.1 fts110.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
796
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
797
+ Server:
798
+ - ATS
799
+ Connection:
800
+ - keep-alive
801
+ body:
802
+ encoding: ASCII-8BIT
803
+ string: '{"photo":{"id":"16388723891","secret":"10a4a8e745","server":"7382","farm":8,"dateuploaded":"1422476602","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"203886b5a3","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Cucamelon"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476602","taken":"2015-01-28
804
+ 21:19:45","takengranularity":"0","takenunknown":"0","lastupdate":"1422477672"},"views":"116","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16388723891\/"}]},"media":"photo"},"stat":"ok"}'
805
+ http_version:
806
+ recorded_at: Tue, 10 Mar 2015 19:52:23 GMT
807
+ - request:
808
+ method: post
809
+ uri: https://api.flickr.com/services/rest/
810
+ body:
811
+ encoding: US-ASCII
812
+ string: photo_id=16308619689&method=flickr.photos.getInfo&format=json&nojsoncallback=1
813
+ headers:
814
+ Accept-Encoding:
815
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
816
+ Accept:
817
+ - "*/*"
818
+ User-Agent:
819
+ - FlickRaw/0.9.8
820
+ Authorization:
821
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
822
+ oauth_nonce="sIF1Rde2HvC0%2BnDpF08RgnsEKS7sPTglhEPqf%2F19pvo%3D", oauth_signature="<FLICKR_SECRET>%26",
823
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017143", oauth_token="",
824
+ oauth_version="1.0"
825
+ Content-Type:
826
+ - application/x-www-form-urlencoded
827
+ response:
828
+ status:
829
+ code: 200
830
+ message: OK
831
+ headers:
832
+ Date:
833
+ - Tue, 10 Mar 2015 19:52:24 GMT
834
+ Content-Type:
835
+ - application/json
836
+ Content-Length:
837
+ - '545'
838
+ P3p:
839
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
840
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
841
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
842
+ Cache-Control:
843
+ - private
844
+ X-Served-By:
845
+ - www248.flickr.bf1.yahoo.com
846
+ Vary:
847
+ - Accept-Encoding
848
+ Age:
849
+ - '2'
850
+ Via:
851
+ - http/1.1 fts107.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
852
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
853
+ Server:
854
+ - ATS
855
+ Connection:
856
+ - keep-alive
857
+ body:
858
+ encoding: ASCII-8BIT
859
+ string: '{"photo":{"id":"16308619689","secret":"41143c6dbb","server":"7327","farm":8,"dateuploaded":"1423599466","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"dc11437dda","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Potato
860
+ kit"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1423599466","taken":"2015-02-10
861
+ 21:14:58","takengranularity":"0","takenunknown":"0","lastupdate":"1423601463"},"views":"75","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308619689\/"}]},"media":"photo"},"stat":"ok"}'
862
+ http_version:
863
+ recorded_at: Tue, 10 Mar 2015 19:52:24 GMT
864
+ - request:
865
+ method: post
866
+ uri: https://api.flickr.com/services/rest/
867
+ body:
868
+ encoding: US-ASCII
869
+ string: photo_id=16367228619&method=flickr.photos.getInfo&format=json&nojsoncallback=1
870
+ headers:
871
+ Accept-Encoding:
872
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
873
+ Accept:
874
+ - "*/*"
875
+ User-Agent:
876
+ - FlickRaw/0.9.8
877
+ Authorization:
878
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
879
+ oauth_nonce="MzAdUhplxKSpWYJ85zIf8%2BZAxaEWc4Q6HzrcnR7FLUQ%3D", oauth_signature="<FLICKR_SECRET>%26",
880
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017144", oauth_token="",
881
+ oauth_version="1.0"
882
+ Content-Type:
883
+ - application/x-www-form-urlencoded
884
+ response:
885
+ status:
886
+ code: 200
887
+ message: OK
888
+ headers:
889
+ Date:
890
+ - Tue, 10 Mar 2015 19:52:24 GMT
891
+ Content-Type:
892
+ - application/json
893
+ Content-Length:
894
+ - '550'
895
+ P3p:
896
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
897
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
898
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
899
+ Cache-Control:
900
+ - private
901
+ X-Served-By:
902
+ - www305.flickr.bf1.yahoo.com
903
+ Vary:
904
+ - Accept-Encoding
905
+ Age:
906
+ - '0'
907
+ Via:
908
+ - http/1.1 fts106.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
909
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
910
+ Server:
911
+ - ATS
912
+ Connection:
913
+ - keep-alive
914
+ body:
915
+ encoding: ASCII-8BIT
916
+ string: '{"photo":{"id":"16367228619","secret":"3af2aba147","server":"8660","farm":9,"dateuploaded":"1424124245","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"7145f68aed","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Embothrium
917
+ seedling"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1424124245","taken":"2015-02-16
918
+ 23:03:06","takengranularity":"0","takenunknown":"0","lastupdate":"1424125294"},"views":"55","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16367228619\/"}]},"media":"photo"},"stat":"ok"}'
919
+ http_version:
920
+ recorded_at: Tue, 10 Mar 2015 19:52:24 GMT
921
+ - request:
922
+ method: post
923
+ uri: https://api.flickr.com/services/rest/
924
+ body:
925
+ encoding: US-ASCII
926
+ string: photo_id=16752302412&method=flickr.photos.getInfo&format=json&nojsoncallback=1
927
+ headers:
928
+ Accept-Encoding:
929
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
930
+ Accept:
931
+ - "*/*"
932
+ User-Agent:
933
+ - FlickRaw/0.9.8
934
+ Authorization:
935
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
936
+ oauth_nonce="OQIbdoX09KO9%2Bzj7TIx9kpyh3mtaBOgZ0Qkt91AFxns%3D", oauth_signature="<FLICKR_SECRET>%26",
937
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017144", oauth_token="",
938
+ oauth_version="1.0"
939
+ Content-Type:
940
+ - application/x-www-form-urlencoded
941
+ response:
942
+ status:
943
+ code: 200
944
+ message: OK
945
+ headers:
946
+ Date:
947
+ - Tue, 10 Mar 2015 19:52:24 GMT
948
+ Content-Type:
949
+ - application/json
950
+ Content-Length:
951
+ - '545'
952
+ P3p:
953
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
954
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
955
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
956
+ Cache-Control:
957
+ - private
958
+ X-Served-By:
959
+ - www55.flickr.bf1.yahoo.com
960
+ Vary:
961
+ - Accept-Encoding
962
+ Age:
963
+ - '0'
964
+ Via:
965
+ - http/1.1 fts105.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
966
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
967
+ Server:
968
+ - ATS
969
+ Connection:
970
+ - keep-alive
971
+ body:
972
+ encoding: ASCII-8BIT
973
+ string: '{"photo":{"id":"16752302412","secret":"d80b27c8dc","server":"8707","farm":9,"dateuploaded":"1425824636","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"b2e8dd6c5c","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Growhouse"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824636","taken":"2015-03-08
974
+ 15:19:53","takengranularity":"0","takenunknown":"0","lastupdate":"1425825014"},"views":"32","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752302412\/"}]},"media":"photo"},"stat":"ok"}'
975
+ http_version:
976
+ recorded_at: Tue, 10 Mar 2015 19:52:24 GMT
977
+ - request:
978
+ method: post
979
+ uri: https://api.flickr.com/services/rest/
980
+ body:
981
+ encoding: US-ASCII
982
+ string: photo_id=16752239531&method=flickr.photos.getInfo&format=json&nojsoncallback=1
983
+ headers:
984
+ Accept-Encoding:
985
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
986
+ Accept:
987
+ - "*/*"
988
+ User-Agent:
989
+ - FlickRaw/0.9.8
990
+ Authorization:
991
+ - OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
992
+ oauth_nonce="dpr%2F0fw7higODzxgW6NsIhBTnNZTDd7UPu6BXGZb5e8%3D", oauth_signature="<FLICKR_SECRET>%26",
993
+ oauth_signature_method="PLAINTEXT", oauth_timestamp="1426017144", oauth_token="",
994
+ oauth_version="1.0"
995
+ Content-Type:
996
+ - application/x-www-form-urlencoded
997
+ response:
998
+ status:
999
+ code: 200
1000
+ message: OK
1001
+ headers:
1002
+ Date:
1003
+ - Tue, 10 Mar 2015 19:52:25 GMT
1004
+ Content-Type:
1005
+ - application/json
1006
+ Content-Length:
1007
+ - '602'
1008
+ P3p:
1009
+ - policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
1010
+ TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
1011
+ ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
1012
+ Cache-Control:
1013
+ - private
1014
+ X-Served-By:
1015
+ - www303.flickr.bf1.yahoo.com
1016
+ Vary:
1017
+ - Accept-Encoding
1018
+ Age:
1019
+ - '1'
1020
+ Via:
1021
+ - http/1.1 fts109.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
1022
+ http/1.1 r22.ycpi.ams.yahoo.net (ApacheTrafficServer [cMsSf ])
1023
+ Server:
1024
+ - ATS
1025
+ Connection:
1026
+ - keep-alive
1027
+ body:
1028
+ encoding: ASCII-8BIT
1029
+ string: '{"photo":{"id":"16752239531","secret":"2bcaa35495","server":"7651","farm":8,"dateuploaded":"1425824917","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"6f79696344","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Patio
1030
+ pots"},"description":{"_content":"Chives, tarragon, sage, thyme, rosemary,
1031
+ spinachy things, chocolate mint, potato bags\n"},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824917","taken":"2015-03-08
1032
+ 15:20:22","takengranularity":"0","takenunknown":"0","lastupdate":"1425825005"},"views":"31","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752239531\/"}]},"media":"photo"},"stat":"ok"}'
1033
+ http_version:
1034
+ recorded_at: Tue, 10 Mar 2015 19:52:25 GMT
1035
+ recorded_with: VCR 2.9.3