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.3783",
3
+ "stat":"ok",
4
+ "videos":{
5
+ "on_this_page":"25",
6
+ "page":"1",
7
+ "perpage":"25",
8
+ "total":"78",
9
+ "video":[
10
+ {
11
+ "embed_privacy":"anywhere",
12
+ "id":"6719695",
13
+ "is_hd":"0",
14
+ "owner":"2344663",
15
+ "privacy":"anybody",
16
+ "title":"Temperley London Circus Zoetrope",
17
+ "upload_date":"2009-09-23 10:54:20"
18
+ },
19
+ {
20
+ "embed_privacy":"anywhere",
21
+ "id":"6702483",
22
+ "is_hd":"1",
23
+ "owner":"583797",
24
+ "privacy":"anybody",
25
+ "title":"[\n critics \n ] - Webisode 3",
26
+ "upload_date":"2009-09-22 11:36:40"
27
+ },
28
+ {
29
+ "embed_privacy":"anywhere",
30
+ "id":"6693568",
31
+ "is_hd":"1",
32
+ "owner":"1651056",
33
+ "privacy":"anybody",
34
+ "title":"Dead All Along || Ceri Frost",
35
+ "upload_date":"2009-09-21 22:30:41"
36
+ },
37
+ {
38
+ "embed_privacy":"anywhere",
39
+ "id":"6688102",
40
+ "is_hd":"1",
41
+ "owner":"2335537",
42
+ "privacy":"anybody",
43
+ "title":"Flicker (dir: animator from Coraline using a canon rebel and a plank of wood)",
44
+ "upload_date":"2009-09-21 16:05:21"
45
+ },
46
+ {
47
+ "embed_privacy":"anywhere",
48
+ "id":"6686768",
49
+ "is_hd":"1",
50
+ "owner":"380328",
51
+ "privacy":"anybody",
52
+ "title":"Timescapes Timelapse: Mountain Light",
53
+ "upload_date":"2009-09-21 14:50:48"
54
+ },
55
+ {
56
+ "embed_privacy":"anywhere",
57
+ "id":"6671508",
58
+ "is_hd":"1",
59
+ "owner":"825567",
60
+ "privacy":"anybody",
61
+ "title":"Yo La tengo - A Take Away Show - Part 1",
62
+ "upload_date":"2009-09-20 17:00:00"
63
+ },
64
+ {
65
+ "embed_privacy":"anywhere",
66
+ "id":"6654322",
67
+ "is_hd":"1",
68
+ "owner":"1862904",
69
+ "privacy":"anybody",
70
+ "title":"The Snail on the Slope",
71
+ "upload_date":"2009-09-19 08:42:27"
72
+ },
73
+ {
74
+ "embed_privacy":"anywhere",
75
+ "id":"6639576",
76
+ "is_hd":"1",
77
+ "owner":"655337",
78
+ "privacy":"anybody",
79
+ "title":"Images of the West Kimberley",
80
+ "upload_date":"2009-09-18 06:37:00"
81
+ },
82
+ {
83
+ "embed_privacy":"anywhere",
84
+ "id":"6619406",
85
+ "is_hd":"1",
86
+ "owner":"266269",
87
+ "privacy":"anybody",
88
+ "title":"Vimeo World Tour: LONDON",
89
+ "upload_date":"2009-09-16 22:56:35"
90
+ },
91
+ {
92
+ "embed_privacy":"anywhere",
93
+ "id":"6603360",
94
+ "is_hd":"1",
95
+ "owner":"405808",
96
+ "privacy":"anybody",
97
+ "title":"Suddenly,\nlast summer",
98
+ "upload_date":"2009-09-16 00:52:58"
99
+ },
100
+ {
101
+ "embed_privacy":"anywhere",
102
+ "id":"6601409",
103
+ "is_hd":"1",
104
+ "owner":"1418111",
105
+ "privacy":"anybody",
106
+ "title":"Another Cloud Reel...",
107
+ "upload_date":"2009-09-15 21:36:40"
108
+ },
109
+ {
110
+ "embed_privacy":"anywhere",
111
+ "id":"6594593",
112
+ "is_hd":"1",
113
+ "owner":"2130624",
114
+ "privacy":"anybody",
115
+ "title":"Welcome to Dhallywood!",
116
+ "upload_date":"2009-09-15 13:25:42"
117
+ },
118
+ {
119
+ "embed_privacy":"anywhere",
120
+ "id":"6590224",
121
+ "is_hd":"1",
122
+ "owner":"1236489",
123
+ "privacy":"anybody",
124
+ "title":"A Growing Pile of Work",
125
+ "upload_date":"2009-09-15 08:09:33"
126
+ },
127
+ {
128
+ "embed_privacy":"anywhere",
129
+ "id":"6568699",
130
+ "is_hd":"1",
131
+ "owner":"693998",
132
+ "privacy":"anybody",
133
+ "title":"Evolution",
134
+ "upload_date":"2009-09-14 02:30:34"
135
+ },
136
+ {
137
+ "embed_privacy":"anywhere",
138
+ "id":"6566857",
139
+ "is_hd":"0",
140
+ "owner":"2263584",
141
+ "privacy":"anybody",
142
+ "title":"Insert Coin",
143
+ "upload_date":"2009-09-13 23:10:04"
144
+ },
145
+ {
146
+ "embed_privacy":"anywhere",
147
+ "id":"6555161",
148
+ "is_hd":"0",
149
+ "owner":"314547",
150
+ "privacy":"anybody",
151
+ "title":"COMBO a collaborative animation by Blu and David Ellis (2 times loop)",
152
+ "upload_date":"2009-09-13 05:13:21"
153
+ },
154
+ {
155
+ "embed_privacy":"anywhere",
156
+ "id":"6540668",
157
+ "is_hd":"1",
158
+ "owner":"1694876",
159
+ "privacy":"anybody",
160
+ "title":"Cinnamon Chasers - Luv Deluxe (Official Music Video)",
161
+ "upload_date":"2009-09-11 21:29:20"
162
+ },
163
+ {
164
+ "embed_privacy":"anywhere",
165
+ "id":"6535172",
166
+ "is_hd":"1",
167
+ "owner":"357219",
168
+ "privacy":"anybody",
169
+ "title":"abstract war",
170
+ "upload_date":"2009-09-11 13:37:14"
171
+ },
172
+ {
173
+ "embed_privacy":"anywhere",
174
+ "id":"6535098",
175
+ "is_hd":"1",
176
+ "owner":"984538",
177
+ "privacy":"anybody",
178
+ "title":"Scuttle Snails",
179
+ "upload_date":"2009-09-11 13:33:00"
180
+ },
181
+ {
182
+ "embed_privacy":"anywhere",
183
+ "id":"6533293",
184
+ "is_hd":"1",
185
+ "owner":"2288067",
186
+ "privacy":"anybody",
187
+ "title":"Bottled Water,\n photographs by James Worrell",
188
+ "upload_date":"2009-09-11 11:23:49"
189
+ },
190
+ {
191
+ "embed_privacy":"anywhere",
192
+ "id":"6531040",
193
+ "is_hd":"1",
194
+ "owner":"346059",
195
+ "privacy":"anybody",
196
+ "title":"The Bronson Maneuver - An Octocore Short",
197
+ "upload_date":"2009-09-11 08:07:01"
198
+ },
199
+ {
200
+ "embed_privacy":"anywhere",
201
+ "id":"6528299",
202
+ "is_hd":"1",
203
+ "owner":"191549",
204
+ "privacy":"anybody",
205
+ "title":"Grizzly Bear - While You Wait for the Others",
206
+ "upload_date":"2009-09-11 02:05:18"
207
+ },
208
+ {
209
+ "embed_privacy":"anywhere",
210
+ "id":"6510682",
211
+ "is_hd":"1",
212
+ "owner":"1543301",
213
+ "privacy":"anybody",
214
+ "title":"Imaginary Hero",
215
+ "upload_date":"2009-09-09 21:50:07"
216
+ },
217
+ {
218
+ "embed_privacy":"anywhere",
219
+ "id":"6506594",
220
+ "is_hd":"1",
221
+ "owner":"1663268",
222
+ "privacy":"anybody",
223
+ "title":"Phenomenal Handclap Band \"15 to 20\" Official Video",
224
+ "upload_date":"2009-09-09 16:09:01"
225
+ },
226
+ {
227
+ "embed_privacy":"approved",
228
+ "id":"6504591",
229
+ "is_hd":"1",
230
+ "owner":"2271995",
231
+ "privacy":"anybody",
232
+ "title":"Street Photography: Documenting the Human Condition - Part Three of Three",
233
+ "upload_date":"2009-09-09 13:49:24"
234
+ }
235
+ ]
236
+ }
237
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "generated_in":"0.0116",
3
+ "stat":"ok",
4
+ "thumbnails":{
5
+ "thumbnail":[
6
+ {
7
+ "height":"75",
8
+ "width":"100",
9
+ "_content":"http:\/\/ts.vimeo.com.s3.amazonaws.com\/269\/983\/26998387_100.jpg"
10
+ },
11
+ {
12
+ "height":"150",
13
+ "width":"200",
14
+ "_content":"http:\/\/ts.vimeo.com.s3.amazonaws.com\/269\/983\/26998387_200.jpg"
15
+ },
16
+ {
17
+ "height":"360",
18
+ "width":"640",
19
+ "_content":"http:\/\/ts.vimeo.com.s3.amazonaws.com\/269\/983\/26998387_640.jpg"
20
+ },
21
+ {
22
+ "height":"720",
23
+ "width":"1280",
24
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/thumbnails\/defaults\/default.300x400.jpg"
25
+ }
26
+ ]
27
+ }
28
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "generated_in":"0.0145",
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":"6777401",
13
+ "is_hd":"0",
14
+ "owner":"888046",
15
+ "privacy":"nobody",
16
+ "title":"Untitled",
17
+ "upload_date":"2009-09-27 06:47:11"
18
+ },
19
+ {
20
+ "embed_privacy":"anywhere",
21
+ "id":"2529363",
22
+ "is_hd":"0",
23
+ "owner":"888046",
24
+ "privacy":"anybody",
25
+ "title":"Test Video",
26
+ "upload_date":"2008-12-14 23:57:19"
27
+ }
28
+ ]
29
+ }
30
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "generated_in":"0.4800",
3
+ "stat":"ok"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "generated_in":"0.4800",
3
+ "stat":"ok"
4
+ }
@@ -0,0 +1,237 @@
1
+ {
2
+ "generated_in":"2.4209",
3
+ "stat":"ok",
4
+ "videos":{
5
+ "on_this_page":"25",
6
+ "page":"1",
7
+ "perpage":"25",
8
+ "total":"1000",
9
+ "video":[
10
+ {
11
+ "embed_privacy":"anywhere",
12
+ "id":"25610",
13
+ "is_hd":"0",
14
+ "owner":"86850",
15
+ "privacy":"anybody",
16
+ "title":"cancer",
17
+ "upload_date":"2005-12-08 17:55:11"
18
+ },
19
+ {
20
+ "embed_privacy":"anywhere",
21
+ "id":"3312780",
22
+ "is_hd":"0",
23
+ "owner":"1310219",
24
+ "privacy":"anybody",
25
+ "title":"\"Cancer\"",
26
+ "upload_date":"2009-02-21 17:31:06"
27
+ },
28
+ {
29
+ "embed_privacy":"anywhere",
30
+ "id":"34596",
31
+ "is_hd":"0",
32
+ "owner":"77350",
33
+ "privacy":"anybody",
34
+ "title":"Cancer",
35
+ "upload_date":"2006-01-12 01:30:30"
36
+ },
37
+ {
38
+ "embed_privacy":"anywhere",
39
+ "id":"4891786",
40
+ "is_hd":"0",
41
+ "owner":"1598423",
42
+ "privacy":"anybody",
43
+ "title":"Cancer",
44
+ "upload_date":"2009-05-28 18:42:02"
45
+ },
46
+ {
47
+ "embed_privacy":"anywhere",
48
+ "id":"5277253",
49
+ "is_hd":"1",
50
+ "owner":"601025",
51
+ "privacy":"anybody",
52
+ "title":"Cancer",
53
+ "upload_date":"2009-06-22 15:00:35"
54
+ },
55
+ {
56
+ "embed_privacy":"anywhere",
57
+ "id":"4316051",
58
+ "is_hd":"1",
59
+ "owner":"1598423",
60
+ "privacy":"anybody",
61
+ "title":"Cancer",
62
+ "upload_date":"2009-04-24 15:21:44"
63
+ },
64
+ {
65
+ "embed_privacy":"anywhere",
66
+ "id":"4061273",
67
+ "is_hd":"0",
68
+ "owner":"1065035",
69
+ "privacy":"anybody",
70
+ "title":"Cancer",
71
+ "upload_date":"2009-04-08 10:04:12"
72
+ },
73
+ {
74
+ "embed_privacy":"anywhere",
75
+ "id":"5303369",
76
+ "is_hd":"0",
77
+ "owner":"383817",
78
+ "privacy":"anybody",
79
+ "title":"Cancer",
80
+ "upload_date":"2009-06-24 03:51:33"
81
+ },
82
+ {
83
+ "embed_privacy":"anywhere",
84
+ "id":"6102450",
85
+ "is_hd":"0",
86
+ "owner":"1353709",
87
+ "privacy":"anybody",
88
+ "title":"Cancer",
89
+ "upload_date":"2009-08-14 11:33:26"
90
+ },
91
+ {
92
+ "embed_privacy":"anywhere",
93
+ "id":"6803081",
94
+ "is_hd":"0",
95
+ "owner":"2346087",
96
+ "privacy":"anybody",
97
+ "title":"Cancer",
98
+ "upload_date":"2009-09-28 17:12:54"
99
+ },
100
+ {
101
+ "embed_privacy":"anywhere",
102
+ "id":"6324404",
103
+ "is_hd":"0",
104
+ "owner":"1753435",
105
+ "privacy":"anybody",
106
+ "title":"Cancer en Testiculos",
107
+ "upload_date":"2009-08-29 00:31:29"
108
+ },
109
+ {
110
+ "embed_privacy":"anywhere",
111
+ "id":"5527584",
112
+ "is_hd":"0",
113
+ "owner":"2011978",
114
+ "privacy":"anybody",
115
+ "title":"My ride to conquer cancer",
116
+ "upload_date":"2009-07-09 15:03:26"
117
+ },
118
+ {
119
+ "embed_privacy":"anywhere",
120
+ "id":"6502522",
121
+ "is_hd":"0",
122
+ "owner":"402702",
123
+ "privacy":"anybody",
124
+ "title":"Blame Drew's Cancer 24 Hour Blame-A-Thon",
125
+ "upload_date":"2009-09-09 11:26:18"
126
+ },
127
+ {
128
+ "embed_privacy":"anywhere",
129
+ "id":"4005410",
130
+ "is_hd":"0",
131
+ "owner":"1537175",
132
+ "privacy":"anybody",
133
+ "title":"Cancer \u0422\u044b \u043c\u043e\u0436\u0435\u0448\u044c \u0438\u0445 \u0441\u043f\u0430\u0441\u0442\u0438 02",
134
+ "upload_date":"2009-04-04 17:19:05"
135
+ },
136
+ {
137
+ "embed_privacy":"anywhere",
138
+ "id":"4005508",
139
+ "is_hd":"0",
140
+ "owner":"1537175",
141
+ "privacy":"anybody",
142
+ "title":"Cancer \u0422\u044b \u043c\u043e\u0436\u0435\u0448\u044c \u0438\u0445 \u0441\u043f\u0430\u0441\u0442\u0438 01",
143
+ "upload_date":"2009-04-04 17:28:37"
144
+ },
145
+ {
146
+ "embed_privacy":"anywhere",
147
+ "id":"1546927",
148
+ "is_hd":"0",
149
+ "owner":"455331",
150
+ "privacy":"anybody",
151
+ "title":"\"A JOURNEY TO JOY\"",
152
+ "upload_date":"2008-08-17 17:53:43"
153
+ },
154
+ {
155
+ "embed_privacy":"anywhere",
156
+ "id":"649028",
157
+ "is_hd":"0",
158
+ "owner":"323294",
159
+ "privacy":"anybody",
160
+ "title":"Hospital Video Blog",
161
+ "upload_date":"2008-01-30 00:12:43"
162
+ },
163
+ {
164
+ "embed_privacy":"anywhere",
165
+ "id":"1649069",
166
+ "is_hd":"0",
167
+ "owner":"206923",
168
+ "privacy":"anybody",
169
+ "title":"Homer Shadowheart Update \"Back to Work\"",
170
+ "upload_date":"2008-09-01 22:11:21"
171
+ },
172
+ {
173
+ "embed_privacy":"anywhere",
174
+ "id":"3255538",
175
+ "is_hd":"0",
176
+ "owner":"911693",
177
+ "privacy":"anybody",
178
+ "title":"C\u00e1ncer,\n una nueva visi\u00f3n",
179
+ "upload_date":"2009-02-17 12:08:41"
180
+ },
181
+ {
182
+ "embed_privacy":"anywhere",
183
+ "id":"2681185",
184
+ "is_hd":"0",
185
+ "owner":"1097456",
186
+ "privacy":"anybody",
187
+ "title":"Good Morning Texas",
188
+ "upload_date":"2008-12-31 13:08:35"
189
+ },
190
+ {
191
+ "embed_privacy":"anywhere",
192
+ "id":"4603892",
193
+ "is_hd":"0",
194
+ "owner":"1738012",
195
+ "privacy":"anybody",
196
+ "title":"Cancer Treatment Bergen County NJ",
197
+ "upload_date":"2009-05-11 22:34:27"
198
+ },
199
+ {
200
+ "embed_privacy":"anywhere",
201
+ "id":"863684",
202
+ "is_hd":"0",
203
+ "owner":"426792",
204
+ "privacy":"anybody",
205
+ "title":"Tribu Cancer sur Le Droit de Savoir",
206
+ "upload_date":"2008-04-05 15:49:40"
207
+ },
208
+ {
209
+ "embed_privacy":"anywhere",
210
+ "id":"303504",
211
+ "is_hd":"0",
212
+ "owner":"244519",
213
+ "privacy":"anybody",
214
+ "title":"Breast Cancer",
215
+ "upload_date":"2007-09-10 15:15:55"
216
+ },
217
+ {
218
+ "embed_privacy":"anywhere",
219
+ "id":"2681256",
220
+ "is_hd":"0",
221
+ "owner":"1097456",
222
+ "privacy":"anybody",
223
+ "title":"NBC 5i",
224
+ "upload_date":"2008-12-31 13:16:38"
225
+ },
226
+ {
227
+ "embed_privacy":"anywhere",
228
+ "id":"2681294",
229
+ "is_hd":"0",
230
+ "owner":"1097456",
231
+ "privacy":"anybody",
232
+ "title":"Noticias 23",
233
+ "upload_date":"2008-12-31 13:20:08"
234
+ }
235
+ ]
236
+ }
237
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "generated_in":"0.4800",
3
+ "stat":"ok"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "generated_in":"0.4800",
3
+ "stat":"ok"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "generated_in":"0.4800",
3
+ "stat":"ok"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "generated_in":"0.4800",
3
+ "stat":"ok"
4
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "generated_in":"0.1275",
3
+ "stat":"fail",
4
+ "err":{
5
+ "code":"2",
6
+ "msg":"User not plus"
7
+ }
8
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "generated_in":"0.4800",
3
+ "stat":"ok"
4
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "oembed":{
3
+ "html":"Hello embedded world!"
4
+ }
5
+ }