purdie 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/.travis.yml +1 -0
- data/README.md +25 -11
- data/_config/defaults.yaml +0 -21
- data/_config/licenses.yaml +33 -0
- data/features/duff-credentials.feature +33 -0
- data/features/flickr-album.feature +1 -1
- data/features/flickr-with-lookups.feature +29 -0
- data/features/rfm.feature +2 -2
- data/features/step_definitions/purdie_steps.rb +26 -0
- data/features/support/fixtures/_config/purdie.yaml +1 -1
- data/features/support/fixtures/vcr/A_URL_we_don_t_understand/Handle_a_URL_we_don_t_recognise.yml +15 -15
- data/features/support/fixtures/vcr/First_contact_with_the_Real_World/Generate_YAML_for_the_Raw_Funk_Maharishi.yml +59 -53
- data/features/support/fixtures/vcr/Flickr/Generate_Flickr_YAML.yml +15 -15
- data/features/support/fixtures/vcr/Flickr/Generate_Flickr_YAML_with_lookups.yml +123 -0
- data/features/support/fixtures/vcr/Flickr_album/Generate_Flickr_YAML_for_an_album.yml +137 -137
- data/features/support/fixtures/vcr/Handle_comments/Handle_comments_in_a_source_file.yml +21 -28
- data/features/support/fixtures/vcr/Missing_or_bad_credentials/Bad_credentials_for_multiple_services.yml +156 -0
- data/features/support/fixtures/vcr/Purdie/Generate_several_YAML.yml +37 -36
- data/features/support/fixtures/vcr/Select_a_file_to_process/Choose_file_to_process.yml +7 -7
- data/features/support/fixtures/vcr/Set_Flickr_picturesize/Generate_Flickr_YAML.yml +16 -16
- data/features/support/fixtures/vcr/Soundcloud/Generate_SoundCloud_YAML.yml +7 -7
- data/features/support/fixtures/vcr/Soundcloud/Generate_SoundCloud_YAML_for_multiple_tracks.yml +14 -14
- data/features/support/fixtures/vcr/Soundcloud_set/Generate_YAML_for_a_SoundCloud_set.yml +58 -33
- data/features/support/fixtures/vcr/Vimeo/Generate_Vimeo_YAML.yml +8 -8
- data/features/support/fixtures/vcr/Vimeo_albums/Generate_YAML_for_a_Vimeo_album.yml +210 -0
- data/features/support/fixtures/vcr/YouTube/Generate_YouTube_YAML.yml +9 -9
- data/features/support/fixtures/vcr/YouTube_playlists/Generate_YAML_for_a_YouTube_playlist.yml +2503 -0
- data/features/vimeo-albums.feature +27 -0
- data/features/youtube-playlist.feature +54 -0
- data/lib/purdie/bernard.rb +24 -1
- data/lib/purdie/cli.rb +4 -0
- data/lib/purdie/exceptions.rb +20 -0
- data/lib/purdie/helpers.rb +17 -2
- data/lib/purdie/ingester.rb +15 -10
- data/lib/purdie/license_manager.rb +41 -0
- data/lib/purdie/services/flickr.rb +14 -2
- data/lib/purdie/services/soundcloud.rb +13 -4
- data/lib/purdie/services/vimeo.rb +13 -6
- data/lib/purdie/services/youtube.rb +46 -4
- data/lib/purdie/source_list.rb +10 -16
- data/lib/purdie/version.rb +1 -1
- data/lib/purdie.rb +10 -0
- data/spec/duff_keys_spec.rb +115 -0
- data/spec/helpers_spec.rb +12 -5
- data/spec/license_manager_spec.rb +20 -0
- data/spec/services/flickr_spec.rb +24 -15
- data/spec/services/soundcloud_spec.rb +2 -2
- data/spec/services/vimeo_spec.rb +6 -6
- data/spec/services/youtube_spec.rb +14 -1
- data/spec/source_list_spec.rb +14 -4
- data/spec/spec_helper.rb +32 -0
- data/spec/support/fixtures/vimeo.vids +1 -0
- data/spec/vcr/Purdie_Services_Flickr/do_the_local_config_lookups/looks_up_the_default_title.yml +123 -0
- data/spec/vcr/Purdie_Services_Flickr/falls_back_to_the_default_photographer_name.yml +20 -19
- data/spec/vcr/Purdie_Services_Flickr/ingests_data_for_a_photo_without_a_specific_photographer_tag.yml +20 -21
- data/spec/vcr/Purdie_Services_Flickr/licenses_items_correctly.yml +180 -0
- data/spec/vcr/Purdie_Services_Vimeo/ingests_a_video.yml +8 -8
- data/spec/vcr/Purdie_Services_Vimeo/resolve_an_album/resolves_an_album_from_a_URL.yml +59 -0
- data/spec/vcr/Purdie_Services_YouTube/gets_the_correct_license.yml +976 -0
- data/spec/vcr/Purdie_Services_YouTube/resolve_a_playlist/resolves_a_playlist_from_a_shitty_YouTube_URL.yml +970 -0
- metadata +37 -4
- data/_data/flickr.yaml +0 -4
- data/_data/soundcloud.yaml +0 -7
@@ -27,7 +27,7 @@ http_interactions:
|
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Wed, 11 Mar 2015 17:13:05 GMT
|
31
31
|
Location:
|
32
32
|
- https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
33
33
|
Server:
|
@@ -38,7 +38,7 @@ http_interactions:
|
|
38
38
|
encoding: UTF-8
|
39
39
|
string: '{"status":"302 - Found","location":"https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>"}'
|
40
40
|
http_version:
|
41
|
-
recorded_at:
|
41
|
+
recorded_at: Wed, 11 Mar 2015 17:13:05 GMT
|
42
42
|
- request:
|
43
43
|
method: get
|
44
44
|
uri: https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
@@ -53,8 +53,6 @@ http_interactions:
|
|
53
53
|
code: 200
|
54
54
|
message: OK
|
55
55
|
headers:
|
56
|
-
Accept-Ranges:
|
57
|
-
- bytes
|
58
56
|
Access-Control-Allow-Headers:
|
59
57
|
- Accept, Authorization, Content-Type, Origin
|
60
58
|
Access-Control-Allow-Methods:
|
@@ -68,18 +66,13 @@ http_interactions:
|
|
68
66
|
Content-Type:
|
69
67
|
- application/json; charset=utf-8
|
70
68
|
Date:
|
71
|
-
-
|
69
|
+
- Wed, 11 Mar 2015 17:13:05 GMT
|
72
70
|
Etag:
|
73
|
-
- '"
|
74
|
-
Last-Modified:
|
75
|
-
- Tue, 10 Mar 2015 19:23:51 GMT
|
71
|
+
- '"f53037e9d5ac7875cf1290e71218b857"'
|
76
72
|
Server:
|
77
73
|
- am/2
|
78
74
|
Vary:
|
79
|
-
- Accept-Encoding
|
80
75
|
- Authorization, Accept
|
81
|
-
X-Cache:
|
82
|
-
- HIT
|
83
76
|
Content-Length:
|
84
77
|
- '1555'
|
85
78
|
body:
|
@@ -87,9 +80,9 @@ http_interactions:
|
|
87
80
|
string: '{"kind":"track","id":193008299,"created_at":"2015/02/25 19:24:51 +0000","user_id":56479293,"duration":209626,"commentable":true,"state":"finished","original_content_size":8436471,"last_modified":"2015/02/27
|
88
81
|
17:08:45 +0000","sharing":"public","tag_list":"\"islington academy sessions\"","permalink":"hexaflexagon-1","streamable":true,"embeddable_by":"all","downloadable":true,"purchase_url":null,"label_id":null,"purchase_title":null,"genre":"funk","title":"Hexaflexagon","description":"Islington
|
89
82
|
Academy","label_name":null,"release":null,"track_type":null,"key_signature":null,"isrc":null,"video_url":null,"bpm":null,"release_year":2015,"release_month":2,"release_day":18,"original_format":"mp3","license":"cc-by-nc-sa","uri":"https://api.soundcloud.com/tracks/193008299","user":{"id":56479293,"kind":"user","permalink":"rawfunkmaharishi","username":"Raw
|
90
|
-
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/hexaflexagon-1","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/CxyZz6RUbqZN_m.png","stream_url":"https://api.soundcloud.com/tracks/193008299/stream","download_url":"https://api.soundcloud.com/tracks/193008299/download","playback_count":
|
83
|
+
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/hexaflexagon-1","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/CxyZz6RUbqZN_m.png","stream_url":"https://api.soundcloud.com/tracks/193008299/stream","download_url":"https://api.soundcloud.com/tracks/193008299/download","playback_count":45,"download_count":3,"favoritings_count":0,"comment_count":0,"attachments_uri":"https://api.soundcloud.com/tracks/193008299/attachments","policy":"ALLOW"}'
|
91
84
|
http_version:
|
92
|
-
recorded_at:
|
85
|
+
recorded_at: Wed, 11 Mar 2015 17:13:05 GMT
|
93
86
|
- request:
|
94
87
|
method: post
|
95
88
|
uri: https://api.flickr.com/services/rest/
|
@@ -105,8 +98,8 @@ http_interactions:
|
|
105
98
|
- FlickRaw/0.9.8
|
106
99
|
Authorization:
|
107
100
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
108
|
-
oauth_nonce="
|
109
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
101
|
+
oauth_nonce="smllNFLImRfGQxvSGGFNx%2FpwlrLbzbKzoUtSJFxWfjc%3D", oauth_signature="<FLICKR_SECRET>%26",
|
102
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093985", oauth_token="",
|
110
103
|
oauth_version="1.0"
|
111
104
|
Content-Type:
|
112
105
|
- application/x-www-form-urlencoded
|
@@ -116,7 +109,7 @@ http_interactions:
|
|
116
109
|
message: OK
|
117
110
|
headers:
|
118
111
|
Date:
|
119
|
-
-
|
112
|
+
- Wed, 11 Mar 2015 17:13:06 GMT
|
120
113
|
Content-Type:
|
121
114
|
- application/json
|
122
115
|
Content-Length:
|
@@ -128,14 +121,14 @@ http_interactions:
|
|
128
121
|
Cache-Control:
|
129
122
|
- private
|
130
123
|
X-Served-By:
|
131
|
-
-
|
124
|
+
- www224.flickr.bf1.yahoo.com
|
132
125
|
Vary:
|
133
126
|
- Accept-Encoding
|
134
127
|
Age:
|
135
|
-
- '
|
128
|
+
- '0'
|
136
129
|
Via:
|
137
|
-
- http/1.1
|
138
|
-
http/1.1
|
130
|
+
- http/1.1 fts115.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
131
|
+
http/1.1 r17.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
139
132
|
Server:
|
140
133
|
- ATS
|
141
134
|
Connection:
|
@@ -148,7 +141,7 @@ http_interactions:
|
|
148
141
|
15:54:24","takengranularity":"0","takenunknown":"0","lastupdate":"1416111853"},"views":"94","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":[{"id":"128898522-15631479625-1422028","author":"128943844@N06","authorname":"rawfunkmaharishi","raw":"the
|
149
142
|
comedy","_content":"thecomedy","machine_tag":0},{"id":"128898522-15631479625-17975","author":"128943844@N06","authorname":"rawfunkmaharishi","raw":"gigs","_content":"gigs","machine_tag":0},{"id":"128898522-15631479625-228989594","author":"128943844@N06","authorname":"rawfunkmaharishi","raw":"photographer:kim","_content":"photographerkim","machine_tag":0}]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/rawfunkmaharishi\/15631479625\/"}]},"media":"photo"},"stat":"ok"}'
|
150
143
|
http_version:
|
151
|
-
recorded_at:
|
144
|
+
recorded_at: Wed, 11 Mar 2015 17:13:06 GMT
|
152
145
|
- request:
|
153
146
|
method: post
|
154
147
|
uri: https://api.flickr.com/services/rest/
|
@@ -164,8 +157,8 @@ http_interactions:
|
|
164
157
|
- FlickRaw/0.9.8
|
165
158
|
Authorization:
|
166
159
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
167
|
-
oauth_nonce="
|
168
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
160
|
+
oauth_nonce="EeZ96jf72JBDl%2F3DaDPMKI9bC%2F7yOHkddgFteTJo%2BxY%3D", oauth_signature="<FLICKR_SECRET>%26",
|
161
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093986", oauth_token="",
|
169
162
|
oauth_version="1.0"
|
170
163
|
Content-Type:
|
171
164
|
- application/x-www-form-urlencoded
|
@@ -175,7 +168,7 @@ http_interactions:
|
|
175
168
|
message: OK
|
176
169
|
headers:
|
177
170
|
Date:
|
178
|
-
-
|
171
|
+
- Wed, 11 Mar 2015 17:13:06 GMT
|
179
172
|
Content-Type:
|
180
173
|
- application/json
|
181
174
|
Content-Length:
|
@@ -187,14 +180,14 @@ http_interactions:
|
|
187
180
|
Cache-Control:
|
188
181
|
- private
|
189
182
|
X-Served-By:
|
190
|
-
-
|
183
|
+
- www63.flickr.bf1.yahoo.com
|
191
184
|
Vary:
|
192
185
|
- Accept-Encoding
|
193
186
|
Age:
|
194
187
|
- '0'
|
195
188
|
Via:
|
196
|
-
- http/1.1
|
197
|
-
http/1.1
|
189
|
+
- http/1.1 fts121.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
190
|
+
http/1.1 r19.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
198
191
|
Server:
|
199
192
|
- ATS
|
200
193
|
Connection:
|
@@ -211,5 +204,5 @@ http_interactions:
|
|
211
204
|
known copyright restrictions","url":"https:\/\/www.flickr.com\/commons\/usage\/"},{"id":"8","name":"United
|
212
205
|
States Government Work","url":"http:\/\/www.usa.gov\/copyright.shtml"}]},"stat":"ok"}'
|
213
206
|
http_version:
|
214
|
-
recorded_at:
|
207
|
+
recorded_at: Wed, 11 Mar 2015 17:13:06 GMT
|
215
208
|
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,156 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.vimeo.com/videos/110132671
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Authorization:
|
11
|
+
- bearer
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 401
|
17
|
+
message: Authorization Required
|
18
|
+
headers:
|
19
|
+
Date:
|
20
|
+
- Tue, 17 Mar 2015 18:47:28 GMT
|
21
|
+
Server:
|
22
|
+
- nginx
|
23
|
+
Content-Type:
|
24
|
+
- application/vnd.vimeo.error+json
|
25
|
+
Cache-Control:
|
26
|
+
- no-cache, max-age=315360000
|
27
|
+
Www-Authenticate:
|
28
|
+
- Bearer error="invalid_token"
|
29
|
+
Expires:
|
30
|
+
- Fri, 14 Mar 2025 18:47:28 GMT
|
31
|
+
Content-Length:
|
32
|
+
- '46'
|
33
|
+
Accept-Ranges:
|
34
|
+
- bytes
|
35
|
+
Via:
|
36
|
+
- 1.1 varnish
|
37
|
+
X-Served-By:
|
38
|
+
- cache-lcy1123-LCY
|
39
|
+
X-Cache:
|
40
|
+
- MISS
|
41
|
+
X-Cache-Hits:
|
42
|
+
- '0'
|
43
|
+
X-Timer:
|
44
|
+
- S1426618048.579298,VS0,VE90
|
45
|
+
Vary:
|
46
|
+
- Accept,Vimeo-Client-Id,Accept-Encoding
|
47
|
+
body:
|
48
|
+
encoding: UTF-8
|
49
|
+
string: '{"error":"A valid user token must be passed."}'
|
50
|
+
http_version:
|
51
|
+
recorded_at: Tue, 17 Mar 2015 18:47:28 GMT
|
52
|
+
- request:
|
53
|
+
method: get
|
54
|
+
uri: https://api.vimeo.com/videos/110133117
|
55
|
+
body:
|
56
|
+
encoding: US-ASCII
|
57
|
+
string: ''
|
58
|
+
headers:
|
59
|
+
Authorization:
|
60
|
+
- bearer
|
61
|
+
Accept:
|
62
|
+
- application/json
|
63
|
+
response:
|
64
|
+
status:
|
65
|
+
code: 401
|
66
|
+
message: Authorization Required
|
67
|
+
headers:
|
68
|
+
Date:
|
69
|
+
- Tue, 17 Mar 2015 18:47:28 GMT
|
70
|
+
Server:
|
71
|
+
- nginx
|
72
|
+
Content-Type:
|
73
|
+
- application/vnd.vimeo.error+json
|
74
|
+
Cache-Control:
|
75
|
+
- no-cache, max-age=315360000
|
76
|
+
Www-Authenticate:
|
77
|
+
- Bearer error="invalid_token"
|
78
|
+
Expires:
|
79
|
+
- Fri, 14 Mar 2025 18:47:28 GMT
|
80
|
+
Content-Length:
|
81
|
+
- '46'
|
82
|
+
Accept-Ranges:
|
83
|
+
- bytes
|
84
|
+
Via:
|
85
|
+
- 1.1 varnish
|
86
|
+
X-Served-By:
|
87
|
+
- cache-lcy1123-LCY
|
88
|
+
X-Cache:
|
89
|
+
- MISS
|
90
|
+
X-Cache-Hits:
|
91
|
+
- '0'
|
92
|
+
X-Timer:
|
93
|
+
- S1426618048.778660,VS0,VE84
|
94
|
+
Vary:
|
95
|
+
- Accept,Vimeo-Client-Id,Accept-Encoding
|
96
|
+
body:
|
97
|
+
encoding: UTF-8
|
98
|
+
string: '{"error":"A valid user token must be passed."}'
|
99
|
+
http_version:
|
100
|
+
recorded_at: Tue, 17 Mar 2015 18:47:28 GMT
|
101
|
+
- request:
|
102
|
+
method: get
|
103
|
+
uri: https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=fji423cj234
|
104
|
+
body:
|
105
|
+
encoding: UTF-8
|
106
|
+
string: ''
|
107
|
+
headers:
|
108
|
+
User-Agent:
|
109
|
+
- |-
|
110
|
+
Purdie/0.0.12 google-api-ruby-client/0.8.2 Mac OS X/10.10.2
|
111
|
+
(gzip)
|
112
|
+
Accept-Encoding:
|
113
|
+
- gzip
|
114
|
+
Content-Type:
|
115
|
+
- ''
|
116
|
+
Accept:
|
117
|
+
- "*/*"
|
118
|
+
response:
|
119
|
+
status:
|
120
|
+
code: 400
|
121
|
+
message: Bad Request
|
122
|
+
headers:
|
123
|
+
Vary:
|
124
|
+
- Origin
|
125
|
+
- X-Origin
|
126
|
+
Content-Type:
|
127
|
+
- application/json; charset=UTF-8
|
128
|
+
Content-Encoding:
|
129
|
+
- gzip
|
130
|
+
Date:
|
131
|
+
- Tue, 17 Mar 2015 18:47:28 GMT
|
132
|
+
Expires:
|
133
|
+
- Tue, 17 Mar 2015 18:47:28 GMT
|
134
|
+
Cache-Control:
|
135
|
+
- private, max-age=0
|
136
|
+
X-Content-Type-Options:
|
137
|
+
- nosniff
|
138
|
+
X-Frame-Options:
|
139
|
+
- SAMEORIGIN
|
140
|
+
X-Xss-Protection:
|
141
|
+
- 1; mode=block
|
142
|
+
Server:
|
143
|
+
- GSE
|
144
|
+
Alternate-Protocol:
|
145
|
+
- 443:quic,p=0.5
|
146
|
+
Transfer-Encoding:
|
147
|
+
- chunked
|
148
|
+
body:
|
149
|
+
encoding: ASCII-8BIT
|
150
|
+
string: !binary |-
|
151
|
+
H4sIAAAAAAAAAKvmUlBKLSrKL1KyUqjmUoByioG8aCAPLAQUTMnPTczMAwoq
|
152
|
+
lRYnpqf6ZOZmlhQr6UAki1ITi/PBktmplZ55ZYk5mSkwudzUYpAGkKRTYopC
|
153
|
+
UGphaWpxiRJIshZIxIKUKSXnp4BUmBgYgLk49dRy1XIBAHbQcHGwAAAA
|
154
|
+
http_version:
|
155
|
+
recorded_at: Tue, 17 Mar 2015 18:47:28 GMT
|
156
|
+
recorded_with: VCR 2.9.3
|
@@ -27,7 +27,7 @@ http_interactions:
|
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Wed, 11 Mar 2015 17:13:16 GMT
|
31
31
|
Location:
|
32
32
|
- https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
33
33
|
Server:
|
@@ -38,7 +38,7 @@ http_interactions:
|
|
38
38
|
encoding: UTF-8
|
39
39
|
string: '{"status":"302 - Found","location":"https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>"}'
|
40
40
|
http_version:
|
41
|
-
recorded_at:
|
41
|
+
recorded_at: Wed, 11 Mar 2015 17:13:16 GMT
|
42
42
|
- request:
|
43
43
|
method: get
|
44
44
|
uri: https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
@@ -68,11 +68,11 @@ http_interactions:
|
|
68
68
|
Content-Type:
|
69
69
|
- application/json; charset=utf-8
|
70
70
|
Date:
|
71
|
-
-
|
71
|
+
- Wed, 11 Mar 2015 17:13:16 GMT
|
72
72
|
Etag:
|
73
|
-
- '"
|
73
|
+
- '"f53037e9d5ac7875cf1290e71218b857"'
|
74
74
|
Last-Modified:
|
75
|
-
-
|
75
|
+
- Wed, 11 Mar 2015 17:13:05 GMT
|
76
76
|
Server:
|
77
77
|
- ECS (lhr/4BCD)
|
78
78
|
Vary:
|
@@ -86,9 +86,9 @@ http_interactions:
|
|
86
86
|
string: '{"kind":"track","id":193008299,"created_at":"2015/02/25 19:24:51 +0000","user_id":56479293,"duration":209626,"commentable":true,"state":"finished","original_content_size":8436471,"last_modified":"2015/02/27
|
87
87
|
17:08:45 +0000","sharing":"public","tag_list":"\"islington academy sessions\"","permalink":"hexaflexagon-1","streamable":true,"embeddable_by":"all","downloadable":true,"purchase_url":null,"label_id":null,"purchase_title":null,"genre":"funk","title":"Hexaflexagon","description":"Islington
|
88
88
|
Academy","label_name":null,"release":null,"track_type":null,"key_signature":null,"isrc":null,"video_url":null,"bpm":null,"release_year":2015,"release_month":2,"release_day":18,"original_format":"mp3","license":"cc-by-nc-sa","uri":"https://api.soundcloud.com/tracks/193008299","user":{"id":56479293,"kind":"user","permalink":"rawfunkmaharishi","username":"Raw
|
89
|
-
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/hexaflexagon-1","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/CxyZz6RUbqZN_m.png","stream_url":"https://api.soundcloud.com/tracks/193008299/stream","download_url":"https://api.soundcloud.com/tracks/193008299/download","playback_count":
|
89
|
+
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/hexaflexagon-1","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/CxyZz6RUbqZN_m.png","stream_url":"https://api.soundcloud.com/tracks/193008299/stream","download_url":"https://api.soundcloud.com/tracks/193008299/download","playback_count":45,"download_count":3,"favoritings_count":0,"comment_count":0,"attachments_uri":"https://api.soundcloud.com/tracks/193008299/attachments","policy":"ALLOW"}'
|
90
90
|
http_version:
|
91
|
-
recorded_at:
|
91
|
+
recorded_at: Wed, 11 Mar 2015 17:13:16 GMT
|
92
92
|
- request:
|
93
93
|
method: post
|
94
94
|
uri: https://api.flickr.com/services/rest/
|
@@ -104,8 +104,8 @@ http_interactions:
|
|
104
104
|
- FlickRaw/0.9.8
|
105
105
|
Authorization:
|
106
106
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
107
|
-
oauth_nonce="
|
108
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
107
|
+
oauth_nonce="7AR3KzmFCxMqCUjava%2FL%2FXXyjdIOzDoHkvHId6N%2Fp0I%3D", oauth_signature="<FLICKR_SECRET>%26",
|
108
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093996", oauth_token="",
|
109
109
|
oauth_version="1.0"
|
110
110
|
Content-Type:
|
111
111
|
- application/x-www-form-urlencoded
|
@@ -115,7 +115,7 @@ http_interactions:
|
|
115
115
|
message: OK
|
116
116
|
headers:
|
117
117
|
Date:
|
118
|
-
-
|
118
|
+
- Wed, 11 Mar 2015 17:13:16 GMT
|
119
119
|
Content-Type:
|
120
120
|
- application/json
|
121
121
|
Content-Length:
|
@@ -127,14 +127,14 @@ http_interactions:
|
|
127
127
|
Cache-Control:
|
128
128
|
- private
|
129
129
|
X-Served-By:
|
130
|
-
-
|
130
|
+
- www322.flickr.bf1.yahoo.com
|
131
131
|
Vary:
|
132
132
|
- Accept-Encoding
|
133
133
|
Age:
|
134
134
|
- '0'
|
135
135
|
Via:
|
136
|
-
- http/1.1
|
137
|
-
http/1.1
|
136
|
+
- http/1.1 fts114.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
137
|
+
http/1.1 r03.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
138
138
|
Server:
|
139
139
|
- ATS
|
140
140
|
Connection:
|
@@ -147,7 +147,7 @@ http_interactions:
|
|
147
147
|
15:54:24","takengranularity":"0","takenunknown":"0","lastupdate":"1416111853"},"views":"94","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":[{"id":"128898522-15631479625-1422028","author":"128943844@N06","authorname":"rawfunkmaharishi","raw":"the
|
148
148
|
comedy","_content":"thecomedy","machine_tag":0},{"id":"128898522-15631479625-17975","author":"128943844@N06","authorname":"rawfunkmaharishi","raw":"gigs","_content":"gigs","machine_tag":0},{"id":"128898522-15631479625-228989594","author":"128943844@N06","authorname":"rawfunkmaharishi","raw":"photographer:kim","_content":"photographerkim","machine_tag":0}]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/rawfunkmaharishi\/15631479625\/"}]},"media":"photo"},"stat":"ok"}'
|
149
149
|
http_version:
|
150
|
-
recorded_at:
|
150
|
+
recorded_at: Wed, 11 Mar 2015 17:13:16 GMT
|
151
151
|
- request:
|
152
152
|
method: post
|
153
153
|
uri: https://api.flickr.com/services/rest/
|
@@ -163,8 +163,8 @@ http_interactions:
|
|
163
163
|
- FlickRaw/0.9.8
|
164
164
|
Authorization:
|
165
165
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
166
|
-
oauth_nonce="
|
167
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
166
|
+
oauth_nonce="UnwoAWu00kxmiTrG5Bm3srOK%2BtrsV4yBeCpQtp852%2F0%3D", oauth_signature="<FLICKR_SECRET>%26",
|
167
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093996", oauth_token="",
|
168
168
|
oauth_version="1.0"
|
169
169
|
Content-Type:
|
170
170
|
- application/x-www-form-urlencoded
|
@@ -174,7 +174,7 @@ http_interactions:
|
|
174
174
|
message: OK
|
175
175
|
headers:
|
176
176
|
Date:
|
177
|
-
-
|
177
|
+
- Wed, 11 Mar 2015 17:13:17 GMT
|
178
178
|
Content-Type:
|
179
179
|
- application/json
|
180
180
|
Content-Length:
|
@@ -186,14 +186,14 @@ http_interactions:
|
|
186
186
|
Cache-Control:
|
187
187
|
- private
|
188
188
|
X-Served-By:
|
189
|
-
-
|
189
|
+
- www235.flickr.bf1.yahoo.com
|
190
190
|
Vary:
|
191
191
|
- Accept-Encoding
|
192
192
|
Age:
|
193
|
-
- '
|
193
|
+
- '2'
|
194
194
|
Via:
|
195
|
-
- http/1.1
|
196
|
-
http/1.1
|
195
|
+
- http/1.1 fts112.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
196
|
+
http/1.1 r08.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
197
197
|
Server:
|
198
198
|
- ATS
|
199
199
|
Connection:
|
@@ -210,7 +210,7 @@ http_interactions:
|
|
210
210
|
known copyright restrictions","url":"https:\/\/www.flickr.com\/commons\/usage\/"},{"id":"8","name":"United
|
211
211
|
States Government Work","url":"http:\/\/www.usa.gov\/copyright.shtml"}]},"stat":"ok"}'
|
212
212
|
http_version:
|
213
|
-
recorded_at:
|
213
|
+
recorded_at: Wed, 11 Mar 2015 17:13:17 GMT
|
214
214
|
- request:
|
215
215
|
method: get
|
216
216
|
uri: http://api.soundcloud.com/resolve?client_id=<SOUNDCLOUD_CLIENT_ID>&format=json&url=https://soundcloud.com/rawfunkmaharishi/junalbandi-3
|
@@ -238,7 +238,7 @@ http_interactions:
|
|
238
238
|
Content-Type:
|
239
239
|
- application/json; charset=utf-8
|
240
240
|
Date:
|
241
|
-
-
|
241
|
+
- Wed, 11 Mar 2015 17:13:17 GMT
|
242
242
|
Location:
|
243
243
|
- https://api.soundcloud.com/tracks/193005357.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
244
244
|
Server:
|
@@ -249,7 +249,7 @@ http_interactions:
|
|
249
249
|
encoding: UTF-8
|
250
250
|
string: '{"status":"302 - Found","location":"https://api.soundcloud.com/tracks/193005357.json?client_id=<SOUNDCLOUD_CLIENT_ID>"}'
|
251
251
|
http_version:
|
252
|
-
recorded_at:
|
252
|
+
recorded_at: Wed, 11 Mar 2015 17:13:17 GMT
|
253
253
|
- request:
|
254
254
|
method: get
|
255
255
|
uri: https://api.soundcloud.com/tracks/193005357.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
@@ -279,15 +279,16 @@ http_interactions:
|
|
279
279
|
Content-Type:
|
280
280
|
- application/json; charset=utf-8
|
281
281
|
Date:
|
282
|
-
-
|
282
|
+
- Wed, 11 Mar 2015 17:13:17 GMT
|
283
283
|
Etag:
|
284
|
-
- '"
|
284
|
+
- '"37ac2a1715c2c5200d613b556ce71f1c"'
|
285
285
|
Last-Modified:
|
286
|
-
- Tue, 10 Mar 2015
|
286
|
+
- Tue, 10 Mar 2015 19:23:52 GMT
|
287
287
|
Server:
|
288
|
-
-
|
288
|
+
- am/2
|
289
289
|
Vary:
|
290
290
|
- Accept-Encoding
|
291
|
+
- Authorization, Accept
|
291
292
|
X-Cache:
|
292
293
|
- HIT
|
293
294
|
Content-Length:
|
@@ -297,9 +298,9 @@ http_interactions:
|
|
297
298
|
string: '{"kind":"track","id":193005357,"created_at":"2015/02/25 19:05:57 +0000","user_id":56479293,"duration":197111,"commentable":true,"state":"finished","original_content_size":7935965,"last_modified":"2015/02/28
|
298
299
|
21:17:11 +0000","sharing":"public","tag_list":"\"islington academy sessions\"","permalink":"junalbandi-3","streamable":true,"embeddable_by":"all","downloadable":true,"purchase_url":null,"label_id":null,"purchase_title":null,"genre":"Funk","title":"Junalbandi","description":"Islington
|
299
300
|
Academy","label_name":null,"release":null,"track_type":null,"key_signature":null,"isrc":null,"video_url":null,"bpm":null,"release_year":2015,"release_month":2,"release_day":18,"original_format":"mp3","license":"cc-by-nc-sa","uri":"https://api.soundcloud.com/tracks/193005357","user":{"id":56479293,"kind":"user","permalink":"rawfunkmaharishi","username":"Raw
|
300
|
-
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/junalbandi-3","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/nbBOD5P8zpUy_m.png","stream_url":"https://api.soundcloud.com/tracks/193005357/stream","download_url":"https://api.soundcloud.com/tracks/193005357/download","playback_count":
|
301
|
+
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/junalbandi-3","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/nbBOD5P8zpUy_m.png","stream_url":"https://api.soundcloud.com/tracks/193005357/stream","download_url":"https://api.soundcloud.com/tracks/193005357/download","playback_count":31,"download_count":1,"favoritings_count":0,"comment_count":0,"attachments_uri":"https://api.soundcloud.com/tracks/193005357/attachments","policy":"ALLOW"}'
|
301
302
|
http_version:
|
302
|
-
recorded_at:
|
303
|
+
recorded_at: Wed, 11 Mar 2015 17:13:17 GMT
|
303
304
|
- request:
|
304
305
|
method: get
|
305
306
|
uri: https://api.vimeo.com/videos/111356018
|
@@ -317,7 +318,7 @@ http_interactions:
|
|
317
318
|
message: OK
|
318
319
|
headers:
|
319
320
|
Date:
|
320
|
-
-
|
321
|
+
- Wed, 11 Mar 2015 17:13:17 GMT
|
321
322
|
Server:
|
322
323
|
- nginx
|
323
324
|
Content-Type:
|
@@ -325,7 +326,7 @@ http_interactions:
|
|
325
326
|
Cache-Control:
|
326
327
|
- no-cache, max-age=315360000
|
327
328
|
Expires:
|
328
|
-
-
|
329
|
+
- Sat, 08 Mar 2025 17:13:17 GMT
|
329
330
|
Content-Length:
|
330
331
|
- '3991'
|
331
332
|
Accept-Ranges:
|
@@ -335,20 +336,20 @@ http_interactions:
|
|
335
336
|
Age:
|
336
337
|
- '0'
|
337
338
|
X-Served-By:
|
338
|
-
- cache-
|
339
|
+
- cache-fra1231-FRA
|
339
340
|
X-Cache:
|
340
341
|
- MISS
|
341
342
|
X-Cache-Hits:
|
342
343
|
- '0'
|
343
344
|
X-Timer:
|
344
|
-
-
|
345
|
+
- S1426093997.609676,VS0,VE231
|
345
346
|
Vary:
|
346
347
|
- Accept,Vimeo-Client-Id,Accept-Encoding
|
347
348
|
body:
|
348
349
|
encoding: UTF-8
|
349
350
|
string: '{"uri":"/videos/111356018","name":"Safety On Board","description":null,"link":"https://vimeo.com/rawfunkmaharishi/safetyonboard","duration":186,"width":1280,"language":"en-GB","height":720,"created_time":"2014-11-09T20:14:25+00:00","modified_time":"2015-02-19T23:07:47+00:00","content_rating":["safe"],"license":"by-nc-sa","privacy":{"view":"anybody","embed":"public","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/111356018/pictures/496005415","active":true,"sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/496005415_100x75.jpg"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/496005415_200x150.jpg"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/496005415_295x166.jpg"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/496005415_640x360.jpg"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/496005415_960x540.jpg"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/496005415_1280x720.jpg"}]},"tags":[{"uri":"/tags/musicsnakerawfunkmaharishi","name":"music
|
350
351
|
snake rawfunkmaharishi","tag":"music snake rawfunkmaharishi","canonical":"musicsnakerawfunkmaharishi","metadata":{"connections":{"videos":{"uri":"/tags/musicsnakerawfunkmaharishi/videos","options":["GET"],"total":1}}}}],"stats":{"plays":31},"embed":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"hd":false,"fullscreen":true,"scaling":true},"logos":{"vimeo":true,"custom":{"active":false,"link":null,"sticky":false}},"title":{"name":"user","owner":"user","portrait":"user"},"playbar":true,"volume":true,"color":"00adef"},"metadata":{"connections":{"comments":{"uri":"/videos/111356018/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/111356018/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/111356018/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/111356018/pictures","options":["GET","POST"],"total":4},"texttracks":{"uri":"/videos/111356018/texttracks","options":["GET","POST"],"total":0}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/33772623/watchlater/111356018"}}},"embed_presets":null,"user":{"uri":"/users/33772623","name":"Raw
|
351
|
-
Funk Maharishi","link":"https://vimeo.com/rawfunkmaharishi","location":null,"bio":null,"created_time":"2014-10-27T12:06:25+00:00","account":"basic","pictures":{"uri":"/users/33772623/pictures/8588995","active":true,"sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8588995_30x30.jpg"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8588995_75x75.jpg"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8588995_100x100.jpg"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8588995_300x300.jpg"}]},"websites":[{"name":"http://rawfunkmaharishi.uk/","link":"http://rawfunkmaharishi.uk/","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/33772623/activities","options":["GET"]},"albums":{"uri":"/users/33772623/albums","options":["GET"],"total":
|
352
|
+
Funk Maharishi","link":"https://vimeo.com/rawfunkmaharishi","location":null,"bio":null,"created_time":"2014-10-27T12:06:25+00:00","account":"basic","pictures":{"uri":"/users/33772623/pictures/8588995","active":true,"sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8588995_30x30.jpg"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8588995_75x75.jpg"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8588995_100x100.jpg"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8588995_300x300.jpg"}]},"websites":[{"name":"http://rawfunkmaharishi.uk/","link":"http://rawfunkmaharishi.uk/","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/33772623/activities","options":["GET"]},"albums":{"uri":"/users/33772623/albums","options":["GET"],"total":1},"channels":{"uri":"/users/33772623/channels","options":["GET"],"total":0},"feed":{"uri":"/users/33772623/feed","options":["GET"]},"followers":{"uri":"/users/33772623/followers","options":["GET"],"total":0},"following":{"uri":"/users/33772623/following","options":["GET"],"total":0},"groups":{"uri":"/users/33772623/groups","options":["GET"],"total":0},"likes":{"uri":"/users/33772623/likes","options":["GET"],"total":0},"portfolios":{"uri":"/users/33772623/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/33772623/videos","options":["GET"],"total":4},"watchlater":{"uri":"/users/33772623/watchlater","options":["GET"],"total":0},"shared":{"uri":"/users/33772623/shared/videos","options":["GET"],"total":0},"pictures":{"uri":"/users/33772623/pictures","options":["GET","POST"],"total":1}}},"content_filter":["language","drugs","violence","nudity","safe","unrated"]},"app":null,"status":"available"}'
|
352
353
|
http_version:
|
353
|
-
recorded_at:
|
354
|
+
recorded_at: Wed, 11 Mar 2015 17:13:17 GMT
|
354
355
|
recorded_with: VCR 2.9.3
|
@@ -27,7 +27,7 @@ http_interactions:
|
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Wed, 11 Mar 2015 17:13:21 GMT
|
31
31
|
Location:
|
32
32
|
- https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
33
33
|
Server:
|
@@ -38,7 +38,7 @@ http_interactions:
|
|
38
38
|
encoding: UTF-8
|
39
39
|
string: '{"status":"302 - Found","location":"https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>"}'
|
40
40
|
http_version:
|
41
|
-
recorded_at:
|
41
|
+
recorded_at: Wed, 11 Mar 2015 17:13:20 GMT
|
42
42
|
- request:
|
43
43
|
method: get
|
44
44
|
uri: https://api.soundcloud.com/tracks/193008299.json?client_id=<SOUNDCLOUD_CLIENT_ID>
|
@@ -68,11 +68,11 @@ http_interactions:
|
|
68
68
|
Content-Type:
|
69
69
|
- application/json; charset=utf-8
|
70
70
|
Date:
|
71
|
-
-
|
71
|
+
- Wed, 11 Mar 2015 17:13:21 GMT
|
72
72
|
Etag:
|
73
|
-
- '"
|
73
|
+
- '"f53037e9d5ac7875cf1290e71218b857"'
|
74
74
|
Last-Modified:
|
75
|
-
-
|
75
|
+
- Wed, 11 Mar 2015 17:13:05 GMT
|
76
76
|
Server:
|
77
77
|
- ECS (lhr/4BCD)
|
78
78
|
Vary:
|
@@ -86,7 +86,7 @@ http_interactions:
|
|
86
86
|
string: '{"kind":"track","id":193008299,"created_at":"2015/02/25 19:24:51 +0000","user_id":56479293,"duration":209626,"commentable":true,"state":"finished","original_content_size":8436471,"last_modified":"2015/02/27
|
87
87
|
17:08:45 +0000","sharing":"public","tag_list":"\"islington academy sessions\"","permalink":"hexaflexagon-1","streamable":true,"embeddable_by":"all","downloadable":true,"purchase_url":null,"label_id":null,"purchase_title":null,"genre":"funk","title":"Hexaflexagon","description":"Islington
|
88
88
|
Academy","label_name":null,"release":null,"track_type":null,"key_signature":null,"isrc":null,"video_url":null,"bpm":null,"release_year":2015,"release_month":2,"release_day":18,"original_format":"mp3","license":"cc-by-nc-sa","uri":"https://api.soundcloud.com/tracks/193008299","user":{"id":56479293,"kind":"user","permalink":"rawfunkmaharishi","username":"Raw
|
89
|
-
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/hexaflexagon-1","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/CxyZz6RUbqZN_m.png","stream_url":"https://api.soundcloud.com/tracks/193008299/stream","download_url":"https://api.soundcloud.com/tracks/193008299/download","playback_count":
|
89
|
+
Funk Maharishi","last_modified":"2015/02/27 15:07:28 +0000","uri":"https://api.soundcloud.com/users/56479293","permalink_url":"http://soundcloud.com/rawfunkmaharishi","avatar_url":"https://i1.sndcdn.com/avatars-000110957821-ac80gy-large.jpg"},"permalink_url":"http://soundcloud.com/rawfunkmaharishi/hexaflexagon-1","artwork_url":null,"waveform_url":"https://w1.sndcdn.com/CxyZz6RUbqZN_m.png","stream_url":"https://api.soundcloud.com/tracks/193008299/stream","download_url":"https://api.soundcloud.com/tracks/193008299/download","playback_count":45,"download_count":3,"favoritings_count":0,"comment_count":0,"attachments_uri":"https://api.soundcloud.com/tracks/193008299/attachments","policy":"ALLOW"}'
|
90
90
|
http_version:
|
91
|
-
recorded_at:
|
91
|
+
recorded_at: Wed, 11 Mar 2015 17:13:21 GMT
|
92
92
|
recorded_with: VCR 2.9.3
|