refinerycms-vimeo-videos 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. data/.gitignore +0 -1
  2. data/Gemfile.lock +33 -0
  3. data/README.markdown +8 -0
  4. data/TODO +2 -1
  5. data/app/controllers/admin/vimeo_account_controller.rb +30 -7
  6. data/app/controllers/admin/vimeo_videos_controller.rb +10 -9
  7. data/app/models/vimeo_embed_cache.rb +6 -1
  8. data/app/models/vimeo_meta_cache.rb +25 -24
  9. data/lib/refinerycms-vimeo-videos.rb +4 -1
  10. data/lib/refinerycms_vimeo_videos/account.rb +31 -0
  11. data/lib/refinerycms_vimeo_videos/version.rb +1 -1
  12. data/refinerycms-vimeo-videos.gemspec +146 -4
  13. data/spec/controllers/admin/vimeo_account_controller_spec.rb +0 -0
  14. data/spec/fixtures/advanced/album/add_video.json +4 -0
  15. data/spec/fixtures/advanced/album/create.json +7 -0
  16. data/spec/fixtures/advanced/album/delete.json +4 -0
  17. data/spec/fixtures/advanced/album/get_all.json +111 -0
  18. data/spec/fixtures/advanced/album/get_videos.json +30 -0
  19. data/spec/fixtures/advanced/album/remove_video.json +4 -0
  20. data/spec/fixtures/advanced/album/set_description.json +4 -0
  21. data/spec/fixtures/advanced/album/set_password.json +4 -0
  22. data/spec/fixtures/advanced/album/set_title.json +4 -0
  23. data/spec/fixtures/advanced/auth/access_token.txt +1 -0
  24. data/spec/fixtures/advanced/auth/check_access_token.json +9 -0
  25. data/spec/fixtures/advanced/auth/check_token.json +13 -0
  26. data/spec/fixtures/advanced/auth/get_frob.json +5 -0
  27. data/spec/fixtures/advanced/auth/get_token.json +13 -0
  28. data/spec/fixtures/advanced/auth/request_token.txt +1 -0
  29. data/spec/fixtures/advanced/channel/add_video.json +4 -0
  30. data/spec/fixtures/advanced/channel/get_all.json +1357 -0
  31. data/spec/fixtures/advanced/channel/get_info.json +55 -0
  32. data/spec/fixtures/advanced/channel/get_moderators.json +45 -0
  33. data/spec/fixtures/advanced/channel/get_subscribers.json +44 -0
  34. data/spec/fixtures/advanced/channel/get_videos.json +19 -0
  35. data/spec/fixtures/advanced/channel/remove_video.json +4 -0
  36. data/spec/fixtures/advanced/channel/subscribe.json +4 -0
  37. data/spec/fixtures/advanced/channel/unsubscribe.json +4 -0
  38. data/spec/fixtures/advanced/contact/get_all.json +117 -0
  39. data/spec/fixtures/advanced/contact/get_mutual.json +80 -0
  40. data/spec/fixtures/advanced/contact/get_online.json +47 -0
  41. data/spec/fixtures/advanced/contact/get_who_added.json +117 -0
  42. data/spec/fixtures/advanced/group/add_video.json +4 -0
  43. data/spec/fixtures/advanced/group/get_all.json +1532 -0
  44. data/spec/fixtures/advanced/group/get_files.json +255 -0
  45. data/spec/fixtures/advanced/group/get_info.json +72 -0
  46. data/spec/fixtures/advanced/group/get_members.json +862 -0
  47. data/spec/fixtures/advanced/group/get_moderators.json +44 -0
  48. data/spec/fixtures/advanced/group/get_video_comments.json +96 -0
  49. data/spec/fixtures/advanced/group/get_videos.json +102 -0
  50. data/spec/fixtures/advanced/group/join.json +4 -0
  51. data/spec/fixtures/advanced/group/leave.json +4 -0
  52. data/spec/fixtures/advanced/group_events/get_month.json +141 -0
  53. data/spec/fixtures/advanced/group_events/get_past.json +141 -0
  54. data/spec/fixtures/advanced/group_events/get_upcoming.json +141 -0
  55. data/spec/fixtures/advanced/group_forums/get_topic_comments.json +222 -0
  56. data/spec/fixtures/advanced/group_forums/get_topics.json +504 -0
  57. data/spec/fixtures/advanced/person/add_contact.json +4 -0
  58. data/spec/fixtures/advanced/person/add_subscription.json +4 -0
  59. data/spec/fixtures/advanced/person/find_by_email.json +9 -0
  60. data/spec/fixtures/advanced/person/get_hd_embeds.json +8 -0
  61. data/spec/fixtures/advanced/person/get_info.json +20 -0
  62. data/spec/fixtures/advanced/person/get_portrait_urls.json +28 -0
  63. data/spec/fixtures/advanced/person/remove_contact.json +4 -0
  64. data/spec/fixtures/advanced/person/remove_subscription.json +4 -0
  65. data/spec/fixtures/advanced/test/echo.json +8 -0
  66. data/spec/fixtures/advanced/test/login.json +8 -0
  67. data/spec/fixtures/advanced/test/null.json +4 -0
  68. data/spec/fixtures/advanced/upload/get_quota.json +16 -0
  69. data/spec/fixtures/advanced/upload/get_ticket.json +8 -0
  70. data/spec/fixtures/advanced/upload/sample_iTunes.mov +0 -0
  71. data/spec/fixtures/advanced/video/add_cast.json +4 -0
  72. data/spec/fixtures/advanced/video/add_comment.json +7 -0
  73. data/spec/fixtures/advanced/video/add_photos.json +4 -0
  74. data/spec/fixtures/advanced/video/add_tags.json +4 -0
  75. data/spec/fixtures/advanced/video/clear_tags.json +4 -0
  76. data/spec/fixtures/advanced/video/delete.json +4 -0
  77. data/spec/fixtures/advanced/video/delete_comment.json +4 -0
  78. data/spec/fixtures/advanced/video/edit_comment.json +4 -0
  79. data/spec/fixtures/advanced/video/get_all.json +30 -0
  80. data/spec/fixtures/advanced/video/get_appears_in.json +10 -0
  81. data/spec/fixtures/advanced/video/get_by_tag.json +237 -0
  82. data/spec/fixtures/advanced/video/get_cast.json +42 -0
  83. data/spec/fixtures/advanced/video/get_comments_list.json +52 -0
  84. data/spec/fixtures/advanced/video/get_contacts_liked.json +48 -0
  85. data/spec/fixtures/advanced/video/get_contacts_uploaded.json +237 -0
  86. data/spec/fixtures/advanced/video/get_info.json +246 -0
  87. data/spec/fixtures/advanced/video/get_likes.json +32 -0
  88. data/spec/fixtures/advanced/video/get_subscriptions.json +237 -0
  89. data/spec/fixtures/advanced/video/get_thumbnail_urls.json +28 -0
  90. data/spec/fixtures/advanced/video/get_uploaded.json +30 -0
  91. data/spec/fixtures/advanced/video/remove_cast.json +4 -0
  92. data/spec/fixtures/advanced/video/remove_tag.json +4 -0
  93. data/spec/fixtures/advanced/video/search.json +237 -0
  94. data/spec/fixtures/advanced/video/set_description.json +4 -0
  95. data/spec/fixtures/advanced/video/set_like.json +4 -0
  96. data/spec/fixtures/advanced/video/set_privacy.json +4 -0
  97. data/spec/fixtures/advanced/video/set_title.json +4 -0
  98. data/spec/fixtures/advanced/video_embed/get_presets.json +8 -0
  99. data/spec/fixtures/advanced/video_embed/set_preset.json +4 -0
  100. data/spec/fixtures/oembed/oembed.json +5 -0
  101. data/spec/fixtures/simple/activity/contacts_did.json +1 -0
  102. data/spec/fixtures/simple/activity/everyone_did.json +1 -0
  103. data/spec/fixtures/simple/activity/happened_to_contacts.json +1 -0
  104. data/spec/fixtures/simple/activity/happened_to_user.json +1 -0
  105. data/spec/fixtures/simple/activity/user_did.json +1 -0
  106. data/spec/fixtures/simple/album/info.json +1 -0
  107. data/spec/fixtures/simple/album/videos.json +1 -0
  108. data/spec/fixtures/simple/channel/info.json +1 -0
  109. data/spec/fixtures/simple/channel/videos.json +1 -0
  110. data/spec/fixtures/simple/group/info.json +1 -0
  111. data/spec/fixtures/simple/group/users.json +1 -0
  112. data/spec/fixtures/simple/group/videos.json +1 -0
  113. data/spec/fixtures/simple/user/albums.json +1 -0
  114. data/spec/fixtures/simple/user/all_videos.json +1 -0
  115. data/spec/fixtures/simple/user/appears_in.json +1 -0
  116. data/spec/fixtures/simple/user/channels.json +1 -0
  117. data/spec/fixtures/simple/user/contacts_like.json +1 -0
  118. data/spec/fixtures/simple/user/contacts_videos.json +1 -0
  119. data/spec/fixtures/simple/user/groups.json +1 -0
  120. data/spec/fixtures/simple/user/info.json +1 -0
  121. data/spec/fixtures/simple/user/likes.json +1 -0
  122. data/spec/fixtures/simple/user/subscriptions.json +1 -0
  123. data/spec/fixtures/simple/user/videos.json +1 -0
  124. data/spec/fixtures/simple/video/info.json +1 -0
  125. data/spec/models/vimeo_embed_cache_spec.rb +65 -0
  126. data/spec/models/vimeo_meta_cache_spec.rb +24 -0
  127. data/spec/models/vimeo_video_spec.rb +0 -8
  128. data/spec/vimeo_helper.rb +54 -0
  129. metadata +131 -3
  130. data/app/controllers/admin/vimeo_base_controller.rb +0 -40
@@ -0,0 +1,237 @@
1
+ {
2
+ "generated_in":"0.3796",
3
+ "stat":"ok",
4
+ "videos":{
5
+ "on_this_page":"25",
6
+ "page":"1",
7
+ "perpage":"25",
8
+ "total":"49",
9
+ "video":[
10
+ {
11
+ "embed_privacy":"anywhere",
12
+ "id":"5796981",
13
+ "is_hd":"1",
14
+ "owner":"1011813",
15
+ "privacy":"anybody",
16
+ "title":"Momento 7\/27\/09",
17
+ "upload_date":"2009-07-28 02:10:52"
18
+ },
19
+ {
20
+ "embed_privacy":"anywhere",
21
+ "id":"5260912",
22
+ "is_hd":"1",
23
+ "owner":"1011813",
24
+ "privacy":"anybody",
25
+ "title":"Momento 2\/20\/09",
26
+ "upload_date":"2009-06-21 14:44:04"
27
+ },
28
+ {
29
+ "embed_privacy":"anywhere",
30
+ "id":"5160776",
31
+ "is_hd":"1",
32
+ "owner":"1011813",
33
+ "privacy":"anybody",
34
+ "title":"Long Portrait: Graciella Longoria",
35
+ "upload_date":"2009-06-14 23:40:34"
36
+ },
37
+ {
38
+ "embed_privacy":"anywhere",
39
+ "id":"5146636",
40
+ "is_hd":"0",
41
+ "owner":"1011813",
42
+ "privacy":"anybody",
43
+ "title":"Momento 2\/1\/03",
44
+ "upload_date":"2009-06-13 21:58:10"
45
+ },
46
+ {
47
+ "embed_privacy":"anywhere",
48
+ "id":"5113311",
49
+ "is_hd":"0",
50
+ "owner":"1011813",
51
+ "privacy":"anybody",
52
+ "title":"Momento 12\/11\/2005",
53
+ "upload_date":"2009-06-11 13:02:02"
54
+ },
55
+ {
56
+ "embed_privacy":"anywhere",
57
+ "id":"5007081",
58
+ "is_hd":"1",
59
+ "owner":"1011813",
60
+ "privacy":"anybody",
61
+ "title":"Momento 6\/4\/09",
62
+ "upload_date":"2009-06-04 17:32:03"
63
+ },
64
+ {
65
+ "embed_privacy":"anywhere",
66
+ "id":"4954265",
67
+ "is_hd":"1",
68
+ "owner":"1011813",
69
+ "privacy":"anybody",
70
+ "title":"Momento 5\/31\/09",
71
+ "upload_date":"2009-06-01 20:46:48"
72
+ },
73
+ {
74
+ "embed_privacy":"anywhere",
75
+ "id":"4814837",
76
+ "is_hd":"1",
77
+ "owner":"1011813",
78
+ "privacy":"anybody",
79
+ "title":"Momento 5\/23\/09",
80
+ "upload_date":"2009-05-24 15:05:04"
81
+ },
82
+ {
83
+ "embed_privacy":"anywhere",
84
+ "id":"4742346",
85
+ "is_hd":"1",
86
+ "owner":"1011813",
87
+ "privacy":"anybody",
88
+ "title":"Long Portrait: Melissa Gira Grant",
89
+ "upload_date":"2009-05-20 02:35:58"
90
+ },
91
+ {
92
+ "embed_privacy":"anywhere",
93
+ "id":"4685417",
94
+ "is_hd":"1",
95
+ "owner":"1011813",
96
+ "privacy":"anybody",
97
+ "title":"Momento 5\/15\/09",
98
+ "upload_date":"2009-05-16 22:11:03"
99
+ },
100
+ {
101
+ "embed_privacy":"anywhere",
102
+ "id":"4186607",
103
+ "is_hd":"1",
104
+ "owner":"1011813",
105
+ "privacy":"anybody",
106
+ "title":"Long Portrait: Adam Fuss",
107
+ "upload_date":"2009-04-16 15:10:25"
108
+ },
109
+ {
110
+ "embed_privacy":"anywhere",
111
+ "id":"4111723",
112
+ "is_hd":"1",
113
+ "owner":"1011813",
114
+ "privacy":"anybody",
115
+ "title":"Long Portrait: Debauchette",
116
+ "upload_date":"2009-04-11 22:44:08"
117
+ },
118
+ {
119
+ "embed_privacy":"anywhere",
120
+ "id":"4053778",
121
+ "is_hd":"0",
122
+ "owner":"1515908",
123
+ "privacy":"anybody",
124
+ "title":"Joumi's Rorschachcharactoscope",
125
+ "upload_date":"2009-04-07 20:31:23"
126
+ },
127
+ {
128
+ "embed_privacy":"anywhere",
129
+ "id":"4018968",
130
+ "is_hd":"1",
131
+ "owner":"1011813",
132
+ "privacy":"anybody",
133
+ "title":"Long Portrait: Orly Genger",
134
+ "upload_date":"2009-04-05 18:17:04"
135
+ },
136
+ {
137
+ "embed_privacy":"anywhere",
138
+ "id":"4003229",
139
+ "is_hd":"0",
140
+ "owner":"1515908",
141
+ "privacy":"anybody",
142
+ "title":"Ich Bin 8-Bit installation timelapse",
143
+ "upload_date":"2009-04-04 14:11:05"
144
+ },
145
+ {
146
+ "embed_privacy":"anywhere",
147
+ "id":"3909301",
148
+ "is_hd":"1",
149
+ "owner":"1011813",
150
+ "privacy":"anybody",
151
+ "title":"Concubine",
152
+ "upload_date":"2009-03-29 14:23:39"
153
+ },
154
+ {
155
+ "embed_privacy":"anywhere",
156
+ "id":"3701827",
157
+ "is_hd":"0",
158
+ "owner":"1011813",
159
+ "privacy":"anybody",
160
+ "title":"Mardi Gras Birthday 2009",
161
+ "upload_date":"2009-03-16 18:54:49"
162
+ },
163
+ {
164
+ "embed_privacy":"anywhere",
165
+ "id":"3537434",
166
+ "is_hd":"0",
167
+ "owner":"1011813",
168
+ "privacy":"anybody",
169
+ "title":"Momento 3\/7\/09",
170
+ "upload_date":"2009-03-09 02:11:08"
171
+ },
172
+ {
173
+ "embed_privacy":"anywhere",
174
+ "id":"3479810",
175
+ "is_hd":"1",
176
+ "owner":"1011813",
177
+ "privacy":"anybody",
178
+ "title":"Momento 2\/20\/09",
179
+ "upload_date":"2009-03-04 22:16:15"
180
+ },
181
+ {
182
+ "embed_privacy":"anywhere",
183
+ "id":"3404323",
184
+ "is_hd":"1",
185
+ "owner":"1011813",
186
+ "privacy":"anybody",
187
+ "title":"Momento 2\/18\/09",
188
+ "upload_date":"2009-02-28 00:47:08"
189
+ },
190
+ {
191
+ "embed_privacy":"anywhere",
192
+ "id":"3293527",
193
+ "is_hd":"1",
194
+ "owner":"1011813",
195
+ "privacy":"anybody",
196
+ "title":"Suite 5366",
197
+ "upload_date":"2009-02-20 02:51:17"
198
+ },
199
+ {
200
+ "embed_privacy":"anywhere",
201
+ "id":"3280357",
202
+ "is_hd":"1",
203
+ "owner":"1011813",
204
+ "privacy":"anybody",
205
+ "title":"Long Portrait: Joshua Ellis",
206
+ "upload_date":"2009-02-19 05:03:27"
207
+ },
208
+ {
209
+ "embed_privacy":"anywhere",
210
+ "id":"3265772",
211
+ "is_hd":"1",
212
+ "owner":"1011813",
213
+ "privacy":"anybody",
214
+ "title":"Momento 2\/17\/09",
215
+ "upload_date":"2009-02-18 04:46:14"
216
+ },
217
+ {
218
+ "embed_privacy":"anywhere",
219
+ "id":"3229743",
220
+ "is_hd":"0",
221
+ "owner":"1011813",
222
+ "privacy":"anybody",
223
+ "title":"Momento 1\/10\/04",
224
+ "upload_date":"2009-02-15 17:49:06"
225
+ },
226
+ {
227
+ "embed_privacy":"anywhere",
228
+ "id":"3194800",
229
+ "is_hd":"0",
230
+ "owner":"1011813",
231
+ "privacy":"anybody",
232
+ "title":"Momento 08\/14\/08",
233
+ "upload_date":"2009-02-12 20:32:55"
234
+ }
235
+ ]
236
+ }
237
+ }
@@ -0,0 +1,246 @@
1
+ {
2
+ "generated_in":"0.2644",
3
+ "stat":"ok",
4
+ "video":{
5
+ "embed_privacy":"anywhere",
6
+ "id":"6788487",
7
+ "is_hd":"1",
8
+ "is_transcoding":"0",
9
+ "privacy":"anybody",
10
+ "title":"Riding High",
11
+ "caption":"13thWitness\u2122 x NYC Bridge Rollers...\n\nhttp:\/\/twitter.com\/13thwitness",
12
+ "upload_date":"2009-09-27 22:35:02",
13
+ "number_of_likes":"33",
14
+ "number_of_plays":"2420",
15
+ "number_of_comments":"18",
16
+ "width":"640",
17
+ "height":"352",
18
+ "duration":"181",
19
+ "owner":{
20
+ "display_name":"13thWitness\u2122",
21
+ "id":"580098",
22
+ "is_plus":"1",
23
+ "is_staff":"0",
24
+ "profileurl":"http:\/\/vimeo.com\/the13thwitness",
25
+ "realname":"13thWitness\u2122",
26
+ "username":"the13thwitness",
27
+ "videosurl":"http:\/\/vimeo.com\/the13thwitness\/videos",
28
+ "portraits":{
29
+ "portrait":[
30
+ {
31
+ "height":"30",
32
+ "width":"30",
33
+ "_content":"http:\/\/images.vimeo.com\/91\/61\/45\/91614528\/91614528_30.jpg"
34
+ },
35
+ {
36
+ "height":"75",
37
+ "width":"75",
38
+ "_content":"http:\/\/images.vimeo.com\/91\/61\/45\/91614528\/91614528_75.jpg"
39
+ },
40
+ {
41
+ "height":"100",
42
+ "width":"100",
43
+ "_content":"http:\/\/images.vimeo.com\/91\/61\/45\/91614528\/91614528_100.jpg"
44
+ },
45
+ {
46
+ "height":"300",
47
+ "width":"300",
48
+ "_content":"http:\/\/images.vimeo.com\/91\/61\/45\/91614528\/91614528_300.jpg"
49
+ }
50
+ ]
51
+ }
52
+ },
53
+ "tags":{
54
+ "tag":[
55
+ {
56
+ "author":"580098",
57
+ "id":"16600131",
58
+ "normalized":"fixedgear",
59
+ "url":"http:\/\/vimeo.com\/tag:fixedgear",
60
+ "_content":"fixed gear"
61
+ },
62
+ {
63
+ "author":"580098",
64
+ "id":"16600141",
65
+ "normalized":"bicycle",
66
+ "url":"http:\/\/vimeo.com\/tag:bicycle",
67
+ "_content":"bicycle"
68
+ },
69
+ {
70
+ "author":"580098",
71
+ "id":"16600144",
72
+ "normalized":"clyclist",
73
+ "url":"http:\/\/vimeo.com\/tag:clyclist",
74
+ "_content":"clyclist"
75
+ },
76
+ {
77
+ "author":"580098",
78
+ "id":"16600155",
79
+ "normalized":"newyorkcity",
80
+ "url":"http:\/\/vimeo.com\/tag:newyorkcity",
81
+ "_content":"new york city"
82
+ },
83
+ {
84
+ "author":"580098",
85
+ "id":"16600159",
86
+ "normalized":"nycbridgerollers",
87
+ "url":"http:\/\/vimeo.com\/tag:nycbridgerollers",
88
+ "_content":"nyc bridge rollers"
89
+ },
90
+ {
91
+ "author":"580098",
92
+ "id":"16600165",
93
+ "normalized":"13thwitness",
94
+ "url":"http:\/\/vimeo.com\/tag:13thwitness",
95
+ "_content":"13thWitness"
96
+ },
97
+ {
98
+ "author":"580098",
99
+ "id":"16600169",
100
+ "normalized":"elsaeso",
101
+ "url":"http:\/\/vimeo.com\/tag:elsaeso",
102
+ "_content":"el saeso"
103
+ },
104
+ {
105
+ "author":"580098",
106
+ "id":"16600174",
107
+ "normalized":"kai",
108
+ "url":"http:\/\/vimeo.com\/tag:kai",
109
+ "_content":"kai"
110
+ },
111
+ {
112
+ "author":"580098",
113
+ "id":"16600178",
114
+ "normalized":"mikehernandez",
115
+ "url":"http:\/\/vimeo.com\/tag:mikehernandez",
116
+ "_content":"mike hernandez"
117
+ },
118
+ {
119
+ "author":"580098",
120
+ "id":"16600194",
121
+ "normalized":"jack",
122
+ "url":"http:\/\/vimeo.com\/tag:jack",
123
+ "_content":"jack"
124
+ },
125
+ {
126
+ "author":"580098",
127
+ "id":"16600212",
128
+ "normalized":"mitch",
129
+ "url":"http:\/\/vimeo.com\/tag:mitch",
130
+ "_content":"mitch"
131
+ },
132
+ {
133
+ "author":"580098",
134
+ "id":"16600239",
135
+ "normalized":"brooklyn",
136
+ "url":"http:\/\/vimeo.com\/tag:brooklyn",
137
+ "_content":"brooklyn"
138
+ },
139
+ {
140
+ "author":"580098",
141
+ "id":"16600253",
142
+ "normalized":"queens",
143
+ "url":"http:\/\/vimeo.com\/tag:queens",
144
+ "_content":"queens"
145
+ },
146
+ {
147
+ "author":"580098",
148
+ "id":"16600260",
149
+ "normalized":"manhattan",
150
+ "url":"http:\/\/vimeo.com\/tag:manhattan",
151
+ "_content":"manhattan"
152
+ },
153
+ {
154
+ "author":"580098",
155
+ "id":"16600262",
156
+ "normalized":"bike",
157
+ "url":"http:\/\/vimeo.com\/tag:bike",
158
+ "_content":"bike"
159
+ },
160
+ {
161
+ "author":"580098",
162
+ "id":"16600264",
163
+ "normalized":"gear",
164
+ "url":"http:\/\/vimeo.com\/tag:gear",
165
+ "_content":"gear"
166
+ },
167
+ {
168
+ "author":"580098",
169
+ "id":"16600290",
170
+ "normalized":"faze-o",
171
+ "url":"http:\/\/vimeo.com\/tag:faze-o",
172
+ "_content":"faze-o"
173
+ },
174
+ {
175
+ "author":"580098",
176
+ "id":"16600291",
177
+ "normalized":"ridinghigh",
178
+ "url":"http:\/\/vimeo.com\/tag:ridinghigh",
179
+ "_content":"riding high"
180
+ },
181
+ {
182
+ "author":"580098",
183
+ "id":"16600378",
184
+ "normalized":"cruising",
185
+ "url":"http:\/\/vimeo.com\/tag:cruising",
186
+ "_content":"cruising"
187
+ },
188
+ {
189
+ "author":"580098",
190
+ "id":"16600396",
191
+ "normalized":"riding",
192
+ "url":"http:\/\/vimeo.com\/tag:riding",
193
+ "_content":"riding"
194
+ }
195
+ ]
196
+ },
197
+ "cast":{
198
+ "member":{
199
+ "display_name":"13thWitness\u2122",
200
+ "id":"580098",
201
+ "role":"",
202
+ "username":"the13thwitness"
203
+ }
204
+ },
205
+ "urls":{
206
+ "url":[
207
+ {
208
+ "type":"video",
209
+ "_content":"http:\/\/vimeo.com\/6788487"
210
+ },
211
+ {
212
+ "type":"group",
213
+ "_content":"http:\/\/vimeo.com\/groups\/HDXS\/videos\/6788487"
214
+ },
215
+ {
216
+ "type":"group",
217
+ "_content":"http:\/\/vimeo.com\/groups\/11906\/videos\/6788487"
218
+ }
219
+ ]
220
+ },
221
+ "thumbnails":{
222
+ "thumbnail":[
223
+ {
224
+ "height":"75",
225
+ "width":"100",
226
+ "_content":"http:\/\/ts.vimeo.com.s3.amazonaws.com\/269\/983\/26998387_100.jpg"
227
+ },
228
+ {
229
+ "height":"150",
230
+ "width":"200",
231
+ "_content":"http:\/\/ts.vimeo.com.s3.amazonaws.com\/269\/983\/26998387_200.jpg"
232
+ },
233
+ {
234
+ "height":"360",
235
+ "width":"640",
236
+ "_content":"http:\/\/ts.vimeo.com.s3.amazonaws.com\/269\/983\/26998387_640.jpg"
237
+ },
238
+ {
239
+ "height":"720",
240
+ "width":"1280",
241
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/thumbnails\/defaults\/default.300x400.jpg"
242
+ }
243
+ ]
244
+ }
245
+ }
246
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "generated_in":"0.1573",
3
+ "stat":"ok",
4
+ "videos":{
5
+ "on_this_page":"2",
6
+ "page":"1",
7
+ "perpage":"25",
8
+ "total":"2",
9
+ "video":[
10
+ {
11
+ "embed_privacy":"anywhere",
12
+ "id":"2696386",
13
+ "is_hd":"1",
14
+ "liked_on":"2009-01-06 02:26:59",
15
+ "owner":"982789",
16
+ "privacy":"anybody",
17
+ "title":"History of the Internet",
18
+ "upload_date":"2009-01-02 07:55:25"
19
+ },
20
+ {
21
+ "embed_privacy":"anywhere",
22
+ "id":"1982210",
23
+ "is_hd":"1",
24
+ "liked_on":"2008-11-05 19:51:09",
25
+ "owner":"152184",
26
+ "privacy":"anybody",
27
+ "title":"Vimeo Plus Tutorial",
28
+ "upload_date":"2008-10-16 06:07:30"
29
+ }
30
+ ]
31
+ }
32
+ }