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,1532 @@
1
+ {
2
+ "generated_in":"2.7079",
3
+ "stat":"ok",
4
+ "groups":{
5
+ "on_this_page":"25",
6
+ "page":"1",
7
+ "perpage":"25",
8
+ "total":"20619",
9
+ "group":[
10
+ {
11
+ "id":"24043",
12
+ "is_featured":"0",
13
+ "name":"fashion editorial",
14
+ "description":"A group to feature a collection of fashion related videos",
15
+ "created_on":"2009-09-24 19:30:47",
16
+ "modified_on":"2009-09-24 19:38:21",
17
+ "total_videos":"3",
18
+ "total_members":"1",
19
+ "total_threads":"0",
20
+ "total_files":"0",
21
+ "total_events":"0",
22
+ "url":"http:\/\/vimeo.com\/groups\/24043",
23
+ "permissions":{
24
+ "can_users_apply":"1",
25
+ "group_type":"public",
26
+ "who_can_add_vids":"all",
27
+ "who_can_comment":"all",
28
+ "who_can_create_events":"all",
29
+ "who_can_invite":"members",
30
+ "who_can_upload":"all",
31
+ "who_can_use_forums":"all"
32
+ },
33
+ "calendar":{
34
+ "type":"none"
35
+ },
36
+ "creator":{
37
+ "display_name":"bob pitts",
38
+ "id":"2114096",
39
+ "is_plus":"1",
40
+ "is_staff":"0",
41
+ "profileurl":"http:\/\/vimeo.com\/user2114096",
42
+ "realname":"bob pitts",
43
+ "username":"user2114096",
44
+ "videosurl":"http:\/\/vimeo.com\/user2114096\/videos",
45
+ "portraits":{
46
+ "portrait":[
47
+ {
48
+ "height":"30",
49
+ "width":"30",
50
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/207\/20775_30.jpg"
51
+ },
52
+ {
53
+ "height":"75",
54
+ "width":"75",
55
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/207\/20775_75.jpg"
56
+ },
57
+ {
58
+ "height":"100",
59
+ "width":"100",
60
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/207\/20775_100.jpg"
61
+ },
62
+ {
63
+ "height":"300",
64
+ "width":"300",
65
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/207\/20775_300.jpg"
66
+ }
67
+ ]
68
+ }
69
+ }
70
+ },
71
+ {
72
+ "id":"24041",
73
+ "is_featured":"0",
74
+ "name":"Snopro Mafia",
75
+ "created_on":"2009-09-24 19:06:31",
76
+ "modified_on":"2009-09-24 19:38:35",
77
+ "total_videos":"2",
78
+ "total_members":"1",
79
+ "total_threads":"0",
80
+ "total_files":"0",
81
+ "total_events":"0",
82
+ "url":"http:\/\/vimeo.com\/groups\/24041",
83
+ "logo_url":"http:\/\/groupheader.vimeo.com.s3.amazonaws.com\/127\/1270_980.jpg",
84
+ "permissions":{
85
+ "can_users_apply":"1",
86
+ "group_type":"moderated",
87
+ "who_can_add_vids":"all",
88
+ "who_can_comment":"all",
89
+ "who_can_create_events":"all",
90
+ "who_can_invite":"members",
91
+ "who_can_upload":"all",
92
+ "who_can_use_forums":"members"
93
+ },
94
+ "calendar":{
95
+ "type":"none"
96
+ },
97
+ "creator":{
98
+ "display_name":"SnoproMafia",
99
+ "id":"2224378",
100
+ "is_plus":"0",
101
+ "is_staff":"0",
102
+ "profileurl":"http:\/\/vimeo.com\/user2224378",
103
+ "realname":"SnoproMafia",
104
+ "username":"user2224378",
105
+ "videosurl":"http:\/\/vimeo.com\/user2224378\/videos",
106
+ "portraits":{
107
+ "portrait":[
108
+ {
109
+ "height":"30",
110
+ "width":"30",
111
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/663\/66361_30.jpg"
112
+ },
113
+ {
114
+ "height":"75",
115
+ "width":"75",
116
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/663\/66361_75.jpg"
117
+ },
118
+ {
119
+ "height":"100",
120
+ "width":"100",
121
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/663\/66361_100.jpg"
122
+ },
123
+ {
124
+ "height":"300",
125
+ "width":"300",
126
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/663\/66361_300.jpg"
127
+ }
128
+ ]
129
+ }
130
+ }
131
+ },
132
+ {
133
+ "id":"24044",
134
+ "is_featured":"0",
135
+ "name":"Monkey Boy Channel",
136
+ "description":"Nevada Dirt Freaks spin off production company",
137
+ "created_on":"2009-09-24 18:45:56",
138
+ "modified_on":"2009-09-24 19:42:52",
139
+ "total_videos":"6",
140
+ "total_members":"1",
141
+ "total_threads":"0",
142
+ "total_files":"0",
143
+ "total_events":"0",
144
+ "url":"http:\/\/vimeo.com\/groups\/24044",
145
+ "logo_url":"http:\/\/groupheader.vimeo.com.s3.amazonaws.com\/127\/1271_980.jpg",
146
+ "permissions":{
147
+ "can_users_apply":"1",
148
+ "group_type":"public",
149
+ "who_can_add_vids":"all",
150
+ "who_can_comment":"all",
151
+ "who_can_create_events":"all",
152
+ "who_can_invite":"members",
153
+ "who_can_upload":"all",
154
+ "who_can_use_forums":"all"
155
+ },
156
+ "calendar":{
157
+ "type":"none"
158
+ },
159
+ "creator":{
160
+ "display_name":"Monkey Boy Productions",
161
+ "id":"1392041",
162
+ "is_plus":"1",
163
+ "is_staff":"0",
164
+ "profileurl":"http:\/\/vimeo.com\/user1392041",
165
+ "realname":"Monkey Boy Productions",
166
+ "username":"user1392041",
167
+ "videosurl":"http:\/\/vimeo.com\/user1392041\/videos",
168
+ "portraits":{
169
+ "portrait":[
170
+ {
171
+ "height":"30",
172
+ "width":"30",
173
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/664\/66459_30.jpg"
174
+ },
175
+ {
176
+ "height":"75",
177
+ "width":"75",
178
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/664\/66459_75.jpg"
179
+ },
180
+ {
181
+ "height":"100",
182
+ "width":"100",
183
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/664\/66459_100.jpg"
184
+ },
185
+ {
186
+ "height":"300",
187
+ "width":"300",
188
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/664\/66459_300.jpg"
189
+ }
190
+ ]
191
+ }
192
+ }
193
+ },
194
+ {
195
+ "id":"24039",
196
+ "is_featured":"0",
197
+ "name":"PBall - Fun_on_a_bun",
198
+ "created_on":"2009-09-24 17:56:24",
199
+ "modified_on":"2009-09-24 18:00:12",
200
+ "total_videos":"3",
201
+ "total_members":"1",
202
+ "total_threads":"0",
203
+ "total_files":"0",
204
+ "total_events":"0",
205
+ "url":"http:\/\/vimeo.com\/groups\/24039",
206
+ "permissions":{
207
+ "can_users_apply":"1",
208
+ "group_type":"public",
209
+ "who_can_add_vids":"all",
210
+ "who_can_comment":"all",
211
+ "who_can_create_events":"all",
212
+ "who_can_invite":"members",
213
+ "who_can_upload":"all",
214
+ "who_can_use_forums":"all"
215
+ },
216
+ "calendar":{
217
+ "type":"none"
218
+ },
219
+ "creator":{
220
+ "display_name":"Tom Info",
221
+ "id":"2331407",
222
+ "is_plus":"0",
223
+ "is_staff":"0",
224
+ "profileurl":"http:\/\/vimeo.com\/user2331407",
225
+ "realname":"Tom Info",
226
+ "username":"user2331407",
227
+ "videosurl":"http:\/\/vimeo.com\/user2331407\/videos",
228
+ "portraits":{
229
+ "portrait":[
230
+ {
231
+ "height":"30",
232
+ "width":"30",
233
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
234
+ },
235
+ {
236
+ "height":"75",
237
+ "width":"75",
238
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
239
+ },
240
+ {
241
+ "height":"100",
242
+ "width":"100",
243
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
244
+ },
245
+ {
246
+ "height":"300",
247
+ "width":"300",
248
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
249
+ }
250
+ ]
251
+ }
252
+ }
253
+ },
254
+ {
255
+ "id":"24038",
256
+ "is_featured":"0",
257
+ "name":"Jackie Boyer group",
258
+ "description":"This group will contain videos of my resident year at Tarkington.",
259
+ "created_on":"2009-09-24 17:45:31",
260
+ "modified_on":"2009-09-24 17:58:48",
261
+ "total_videos":"0",
262
+ "total_members":"2",
263
+ "total_threads":"0",
264
+ "total_files":"0",
265
+ "total_events":"0",
266
+ "url":"http:\/\/vimeo.com\/groups\/24038",
267
+ "permissions":{
268
+ "can_users_apply":"1",
269
+ "group_type":"public",
270
+ "who_can_add_vids":"all",
271
+ "who_can_comment":"all",
272
+ "who_can_create_events":"all",
273
+ "who_can_invite":"members",
274
+ "who_can_upload":"all",
275
+ "who_can_use_forums":"all"
276
+ },
277
+ "calendar":{
278
+ "type":"none"
279
+ },
280
+ "creator":{
281
+ "display_name":"Jackie Boyer",
282
+ "id":"2306721",
283
+ "is_plus":"0",
284
+ "is_staff":"0",
285
+ "profileurl":"http:\/\/vimeo.com\/user2306721",
286
+ "realname":"Jackie Boyer",
287
+ "username":"user2306721",
288
+ "videosurl":"http:\/\/vimeo.com\/user2306721\/videos",
289
+ "portraits":{
290
+ "portrait":[
291
+ {
292
+ "height":"30",
293
+ "width":"30",
294
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
295
+ },
296
+ {
297
+ "height":"75",
298
+ "width":"75",
299
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
300
+ },
301
+ {
302
+ "height":"100",
303
+ "width":"100",
304
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
305
+ },
306
+ {
307
+ "height":"300",
308
+ "width":"300",
309
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
310
+ }
311
+ ]
312
+ }
313
+ }
314
+ },
315
+ {
316
+ "id":"24036",
317
+ "is_featured":"0",
318
+ "name":"Ideas and inspiration",
319
+ "description":"All men dream,\n but not all equally. Those who dream by night,\n in the dusty recesss of their minds,\n wake to find it was all vanity. But the dreamers of he day are dangerous,\n for they act their dreams with open eyes,\n and make things happen.\n\nQuote- T.E. Lawrence",
320
+ "created_on":"2009-09-24 16:44:21",
321
+ "modified_on":"2009-09-24 17:35:41",
322
+ "total_videos":"1",
323
+ "total_members":"1",
324
+ "total_threads":"0",
325
+ "total_files":"0",
326
+ "total_events":"0",
327
+ "url":"http:\/\/vimeo.com\/groups\/24036",
328
+ "permissions":{
329
+ "can_users_apply":"1",
330
+ "group_type":"public",
331
+ "who_can_add_vids":"members",
332
+ "who_can_comment":"members",
333
+ "who_can_create_events":"members",
334
+ "who_can_invite":"members",
335
+ "who_can_upload":"members",
336
+ "who_can_use_forums":"members"
337
+ },
338
+ "calendar":{
339
+ "type":"vimeo"
340
+ },
341
+ "creator":{
342
+ "display_name":"Kim Markley",
343
+ "id":"1011346",
344
+ "is_plus":"0",
345
+ "is_staff":"0",
346
+ "profileurl":"http:\/\/vimeo.com\/user1011346",
347
+ "realname":"Kim Markley",
348
+ "username":"user1011346",
349
+ "videosurl":"http:\/\/vimeo.com\/user1011346\/videos",
350
+ "portraits":{
351
+ "portrait":[
352
+ {
353
+ "height":"30",
354
+ "width":"30",
355
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
356
+ },
357
+ {
358
+ "height":"75",
359
+ "width":"75",
360
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
361
+ },
362
+ {
363
+ "height":"100",
364
+ "width":"100",
365
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
366
+ },
367
+ {
368
+ "height":"300",
369
+ "width":"300",
370
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
371
+ }
372
+ ]
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "id":"24035",
378
+ "is_featured":"0",
379
+ "name":"cool",
380
+ "description":"my stuff",
381
+ "created_on":"2009-09-24 16:33:28",
382
+ "modified_on":"2009-09-24 16:38:57",
383
+ "total_videos":"3",
384
+ "total_members":"1",
385
+ "total_threads":"0",
386
+ "total_files":"0",
387
+ "total_events":"0",
388
+ "url":"http:\/\/vimeo.com\/groups\/24035",
389
+ "permissions":{
390
+ "can_users_apply":"1",
391
+ "group_type":"public",
392
+ "who_can_add_vids":"all",
393
+ "who_can_comment":"all",
394
+ "who_can_create_events":"all",
395
+ "who_can_invite":"members",
396
+ "who_can_upload":"all",
397
+ "who_can_use_forums":"all"
398
+ },
399
+ "calendar":{
400
+ "type":"none"
401
+ },
402
+ "creator":{
403
+ "display_name":"Lechuga",
404
+ "id":"2344751",
405
+ "is_plus":"0",
406
+ "is_staff":"0",
407
+ "profileurl":"http:\/\/vimeo.com\/user2344751",
408
+ "realname":"Lechuga",
409
+ "username":"user2344751",
410
+ "videosurl":"http:\/\/vimeo.com\/user2344751\/videos",
411
+ "portraits":{
412
+ "portrait":[
413
+ {
414
+ "height":"30",
415
+ "width":"30",
416
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
417
+ },
418
+ {
419
+ "height":"75",
420
+ "width":"75",
421
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
422
+ },
423
+ {
424
+ "height":"100",
425
+ "width":"100",
426
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
427
+ },
428
+ {
429
+ "height":"300",
430
+ "width":"300",
431
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
432
+ }
433
+ ]
434
+ }
435
+ }
436
+ },
437
+ {
438
+ "id":"24034",
439
+ "is_featured":"0",
440
+ "name":"music",
441
+ "created_on":"2009-09-24 16:20:04",
442
+ "modified_on":"2009-09-24 16:20:13",
443
+ "total_videos":"1",
444
+ "total_members":"1",
445
+ "total_threads":"0",
446
+ "total_files":"0",
447
+ "total_events":"0",
448
+ "url":"http:\/\/vimeo.com\/groups\/24034",
449
+ "permissions":{
450
+ "can_users_apply":"1",
451
+ "group_type":"public",
452
+ "who_can_add_vids":"all",
453
+ "who_can_comment":"all",
454
+ "who_can_create_events":"all",
455
+ "who_can_invite":"members",
456
+ "who_can_upload":"all",
457
+ "who_can_use_forums":"all"
458
+ },
459
+ "calendar":{
460
+ "type":"none"
461
+ },
462
+ "creator":{
463
+ "display_name":"Yana Sheptovetskaya",
464
+ "id":"2312234",
465
+ "is_plus":"0",
466
+ "is_staff":"0",
467
+ "profileurl":"http:\/\/vimeo.com\/user2312234",
468
+ "realname":"Yana Sheptovetskaya",
469
+ "username":"user2312234",
470
+ "videosurl":"http:\/\/vimeo.com\/user2312234\/videos",
471
+ "portraits":{
472
+ "portrait":[
473
+ {
474
+ "height":"30",
475
+ "width":"30",
476
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
477
+ },
478
+ {
479
+ "height":"75",
480
+ "width":"75",
481
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
482
+ },
483
+ {
484
+ "height":"100",
485
+ "width":"100",
486
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
487
+ },
488
+ {
489
+ "height":"300",
490
+ "width":"300",
491
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
492
+ }
493
+ ]
494
+ }
495
+ }
496
+ },
497
+ {
498
+ "id":"24033",
499
+ "is_featured":"0",
500
+ "name":"Missions Video",
501
+ "created_on":"2009-09-24 16:08:06",
502
+ "modified_on":"2009-09-24 16:19:36",
503
+ "total_videos":"2",
504
+ "total_members":"1",
505
+ "total_threads":"0",
506
+ "total_files":"0",
507
+ "total_events":"0",
508
+ "url":"http:\/\/vimeo.com\/groups\/24033",
509
+ "permissions":{
510
+ "can_users_apply":"1",
511
+ "group_type":"public",
512
+ "who_can_add_vids":"all",
513
+ "who_can_comment":"all",
514
+ "who_can_create_events":"all",
515
+ "who_can_invite":"members",
516
+ "who_can_upload":"all",
517
+ "who_can_use_forums":"all"
518
+ },
519
+ "calendar":{
520
+ "type":"none"
521
+ },
522
+ "creator":{
523
+ "display_name":"Richard Broadley",
524
+ "id":"2351339",
525
+ "is_plus":"0",
526
+ "is_staff":"0",
527
+ "profileurl":"http:\/\/vimeo.com\/user2351339",
528
+ "realname":"Richard Broadley",
529
+ "username":"user2351339",
530
+ "videosurl":"http:\/\/vimeo.com\/user2351339\/videos",
531
+ "portraits":{
532
+ "portrait":[
533
+ {
534
+ "height":"30",
535
+ "width":"30",
536
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
537
+ },
538
+ {
539
+ "height":"75",
540
+ "width":"75",
541
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
542
+ },
543
+ {
544
+ "height":"100",
545
+ "width":"100",
546
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
547
+ },
548
+ {
549
+ "height":"300",
550
+ "width":"300",
551
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
552
+ }
553
+ ]
554
+ }
555
+ }
556
+ },
557
+ {
558
+ "id":"24032",
559
+ "is_featured":"0",
560
+ "name":"Digital Video in the Classroom - EME 5623",
561
+ "description":"EME 5623 - Digital Video in the Classroom is a course in the Learning Technologies Program in the Collge of Education at Florida International University,\n Miami,\n FL 33199.",
562
+ "created_on":"2009-09-24 16:06:33",
563
+ "modified_on":"2009-09-24 16:31:07",
564
+ "total_videos":"2",
565
+ "total_members":"1",
566
+ "total_threads":"0",
567
+ "total_files":"0",
568
+ "total_events":"0",
569
+ "url":"http:\/\/vimeo.com\/groups\/24032",
570
+ "permissions":{
571
+ "can_users_apply":"0",
572
+ "group_type":"moderated",
573
+ "who_can_add_vids":"members",
574
+ "who_can_comment":"all",
575
+ "who_can_create_events":"all",
576
+ "who_can_invite":"creator",
577
+ "who_can_upload":"all",
578
+ "who_can_use_forums":"all"
579
+ },
580
+ "calendar":{
581
+ "type":"none"
582
+ },
583
+ "creator":{
584
+ "display_name":"Rob Vos",
585
+ "id":"882015",
586
+ "is_plus":"0",
587
+ "is_staff":"0",
588
+ "profileurl":"http:\/\/vimeo.com\/dutchman",
589
+ "realname":"Rob Vos",
590
+ "username":"dutchman",
591
+ "videosurl":"http:\/\/vimeo.com\/dutchman\/videos",
592
+ "portraits":{
593
+ "portrait":[
594
+ {
595
+ "height":"30",
596
+ "width":"30",
597
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/662\/66295_30.jpg"
598
+ },
599
+ {
600
+ "height":"75",
601
+ "width":"75",
602
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/662\/66295_75.jpg"
603
+ },
604
+ {
605
+ "height":"100",
606
+ "width":"100",
607
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/662\/66295_100.jpg"
608
+ },
609
+ {
610
+ "height":"300",
611
+ "width":"300",
612
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/662\/66295_300.jpg"
613
+ }
614
+ ]
615
+ }
616
+ }
617
+ },
618
+ {
619
+ "id":"24030",
620
+ "is_featured":"0",
621
+ "name":"Winter Park Pop Warner Football",
622
+ "description":"Youth football",
623
+ "created_on":"2009-09-24 15:23:27",
624
+ "modified_on":"2009-09-24 15:26:56",
625
+ "total_videos":"4",
626
+ "total_members":"1",
627
+ "total_threads":"0",
628
+ "total_files":"0",
629
+ "total_events":"0",
630
+ "url":"http:\/\/vimeo.com\/groups\/24030",
631
+ "permissions":{
632
+ "can_users_apply":"1",
633
+ "group_type":"public",
634
+ "who_can_add_vids":"all",
635
+ "who_can_comment":"all",
636
+ "who_can_create_events":"all",
637
+ "who_can_invite":"members",
638
+ "who_can_upload":"all",
639
+ "who_can_use_forums":"all"
640
+ },
641
+ "calendar":{
642
+ "type":"none"
643
+ },
644
+ "creator":{
645
+ "display_name":"Matt Cale",
646
+ "id":"2351115",
647
+ "is_plus":"0",
648
+ "is_staff":"0",
649
+ "profileurl":"http:\/\/vimeo.com\/user2351115",
650
+ "realname":"Matt Cale",
651
+ "username":"user2351115",
652
+ "videosurl":"http:\/\/vimeo.com\/user2351115\/videos",
653
+ "portraits":{
654
+ "portrait":[
655
+ {
656
+ "height":"30",
657
+ "width":"30",
658
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
659
+ },
660
+ {
661
+ "height":"75",
662
+ "width":"75",
663
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
664
+ },
665
+ {
666
+ "height":"100",
667
+ "width":"100",
668
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
669
+ },
670
+ {
671
+ "height":"300",
672
+ "width":"300",
673
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
674
+ }
675
+ ]
676
+ }
677
+ }
678
+ },
679
+ {
680
+ "id":"24029",
681
+ "is_featured":"0",
682
+ "name":"FHTM_Dreambuilders",
683
+ "description":"fhtm team",
684
+ "created_on":"2009-09-24 15:23:10",
685
+ "modified_on":"2009-09-24 15:23:11",
686
+ "total_videos":"0",
687
+ "total_members":"1",
688
+ "total_threads":"0",
689
+ "total_files":"0",
690
+ "total_events":"0",
691
+ "url":"http:\/\/vimeo.com\/groups\/24029",
692
+ "permissions":{
693
+ "can_users_apply":"1",
694
+ "group_type":"public",
695
+ "who_can_add_vids":"all",
696
+ "who_can_comment":"all",
697
+ "who_can_create_events":"all",
698
+ "who_can_invite":"members",
699
+ "who_can_upload":"all",
700
+ "who_can_use_forums":"all"
701
+ },
702
+ "calendar":{
703
+ "type":"none"
704
+ },
705
+ "creator":{
706
+ "display_name":"Linda Gracy",
707
+ "id":"2335786",
708
+ "is_plus":"0",
709
+ "is_staff":"0",
710
+ "profileurl":"http:\/\/vimeo.com\/user2335786",
711
+ "realname":"Linda Gracy",
712
+ "username":"user2335786",
713
+ "videosurl":"http:\/\/vimeo.com\/user2335786\/videos",
714
+ "portraits":{
715
+ "portrait":[
716
+ {
717
+ "height":"30",
718
+ "width":"30",
719
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
720
+ },
721
+ {
722
+ "height":"75",
723
+ "width":"75",
724
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
725
+ },
726
+ {
727
+ "height":"100",
728
+ "width":"100",
729
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
730
+ },
731
+ {
732
+ "height":"300",
733
+ "width":"300",
734
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
735
+ }
736
+ ]
737
+ }
738
+ }
739
+ },
740
+ {
741
+ "id":"24028",
742
+ "is_featured":"0",
743
+ "name":"Joshua Series Part 1 - Living Life Without the Fear - Sept\/Oct 09",
744
+ "description":"The X1 Joshua Series - Living Life Without the Fear",
745
+ "created_on":"2009-09-24 15:19:56",
746
+ "modified_on":"2009-09-24 15:35:03",
747
+ "total_videos":"1",
748
+ "total_members":"1",
749
+ "total_threads":"0",
750
+ "total_files":"0",
751
+ "total_events":"0",
752
+ "url":"http:\/\/vimeo.com\/groups\/24028",
753
+ "logo_url":"http:\/\/groupheader.vimeo.com.s3.amazonaws.com\/126\/1267_980.jpg",
754
+ "permissions":{
755
+ "can_users_apply":"1",
756
+ "group_type":"public",
757
+ "who_can_add_vids":"all",
758
+ "who_can_comment":"all",
759
+ "who_can_create_events":"all",
760
+ "who_can_invite":"members",
761
+ "who_can_upload":"all",
762
+ "who_can_use_forums":"all"
763
+ },
764
+ "calendar":{
765
+ "type":"none"
766
+ },
767
+ "creator":{
768
+ "display_name":"X1 Video",
769
+ "id":"2291956",
770
+ "is_plus":"1",
771
+ "is_staff":"0",
772
+ "profileurl":"http:\/\/vimeo.com\/user2291956",
773
+ "realname":"X1 Video",
774
+ "username":"user2291956",
775
+ "videosurl":"http:\/\/vimeo.com\/user2291956\/videos",
776
+ "portraits":{
777
+ "portrait":[
778
+ {
779
+ "height":"30",
780
+ "width":"30",
781
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/456\/45601_30.jpg"
782
+ },
783
+ {
784
+ "height":"75",
785
+ "width":"75",
786
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/456\/45601_75.jpg"
787
+ },
788
+ {
789
+ "height":"100",
790
+ "width":"100",
791
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/456\/45601_100.jpg"
792
+ },
793
+ {
794
+ "height":"300",
795
+ "width":"300",
796
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/456\/45601_300.jpg"
797
+ }
798
+ ]
799
+ }
800
+ }
801
+ },
802
+ {
803
+ "id":"24027",
804
+ "is_featured":"0",
805
+ "name":"Personal Finance",
806
+ "description":"Help with personal finance needs and resources like loans,\n insurance,\n debt,\n credit,\n and more.",
807
+ "created_on":"2009-09-24 15:19:36",
808
+ "modified_on":"2009-09-24 15:43:50",
809
+ "total_videos":"2",
810
+ "total_members":"1",
811
+ "total_threads":"0",
812
+ "total_files":"0",
813
+ "total_events":"0",
814
+ "url":"http:\/\/vimeo.com\/groups\/24027",
815
+ "permissions":{
816
+ "can_users_apply":"1",
817
+ "group_type":"public",
818
+ "who_can_add_vids":"all",
819
+ "who_can_comment":"all",
820
+ "who_can_create_events":"all",
821
+ "who_can_invite":"members",
822
+ "who_can_upload":"all",
823
+ "who_can_use_forums":"all"
824
+ },
825
+ "calendar":{
826
+ "type":"none"
827
+ },
828
+ "creator":{
829
+ "display_name":"Fred Cash",
830
+ "id":"2350924",
831
+ "is_plus":"0",
832
+ "is_staff":"0",
833
+ "profileurl":"http:\/\/vimeo.com\/finance",
834
+ "realname":"Fred Cash",
835
+ "username":"finance",
836
+ "videosurl":"http:\/\/vimeo.com\/finance\/videos",
837
+ "portraits":{
838
+ "portrait":[
839
+ {
840
+ "height":"30",
841
+ "width":"30",
842
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/660\/66051_30.jpg"
843
+ },
844
+ {
845
+ "height":"75",
846
+ "width":"75",
847
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/660\/66051_75.jpg"
848
+ },
849
+ {
850
+ "height":"100",
851
+ "width":"100",
852
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/660\/66051_100.jpg"
853
+ },
854
+ {
855
+ "height":"300",
856
+ "width":"300",
857
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/660\/66051_300.jpg"
858
+ }
859
+ ]
860
+ }
861
+ }
862
+ },
863
+ {
864
+ "id":"24026",
865
+ "is_featured":"0",
866
+ "name":"found",
867
+ "created_on":"2009-09-24 15:06:34",
868
+ "modified_on":"2009-09-24 15:06:37",
869
+ "total_videos":"1",
870
+ "total_members":"1",
871
+ "total_threads":"0",
872
+ "total_files":"0",
873
+ "total_events":"0",
874
+ "url":"http:\/\/vimeo.com\/groups\/24026",
875
+ "permissions":{
876
+ "can_users_apply":"1",
877
+ "group_type":"public",
878
+ "who_can_add_vids":"all",
879
+ "who_can_comment":"all",
880
+ "who_can_create_events":"all",
881
+ "who_can_invite":"members",
882
+ "who_can_upload":"all",
883
+ "who_can_use_forums":"all"
884
+ },
885
+ "calendar":{
886
+ "type":"none"
887
+ },
888
+ "creator":{
889
+ "display_name":"groksta",
890
+ "id":"2345770",
891
+ "is_plus":"0",
892
+ "is_staff":"0",
893
+ "profileurl":"http:\/\/vimeo.com\/user2345770",
894
+ "realname":"groksta",
895
+ "username":"user2345770",
896
+ "videosurl":"http:\/\/vimeo.com\/user2345770\/videos",
897
+ "portraits":{
898
+ "portrait":[
899
+ {
900
+ "height":"30",
901
+ "width":"30",
902
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
903
+ },
904
+ {
905
+ "height":"75",
906
+ "width":"75",
907
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
908
+ },
909
+ {
910
+ "height":"100",
911
+ "width":"100",
912
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
913
+ },
914
+ {
915
+ "height":"300",
916
+ "width":"300",
917
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
918
+ }
919
+ ]
920
+ }
921
+ }
922
+ },
923
+ {
924
+ "id":"24024",
925
+ "is_featured":"0",
926
+ "name":"VIDEO RODEO",
927
+ "created_on":"2009-09-24 14:42:31",
928
+ "modified_on":"2009-09-24 15:11:24",
929
+ "total_videos":"1",
930
+ "total_members":"3",
931
+ "total_threads":"0",
932
+ "total_files":"0",
933
+ "total_events":"0",
934
+ "url":"http:\/\/vimeo.com\/groups\/videorodeo",
935
+ "permissions":{
936
+ "can_users_apply":"1",
937
+ "group_type":"public",
938
+ "who_can_add_vids":"members",
939
+ "who_can_comment":"all",
940
+ "who_can_create_events":"all",
941
+ "who_can_invite":"members",
942
+ "who_can_upload":"all",
943
+ "who_can_use_forums":"all"
944
+ },
945
+ "calendar":{
946
+ "type":"none"
947
+ },
948
+ "creator":{
949
+ "display_name":"VIDEO RODEO 1",
950
+ "id":"2350922",
951
+ "is_plus":"0",
952
+ "is_staff":"0",
953
+ "profileurl":"http:\/\/vimeo.com\/user2350922",
954
+ "realname":"VIDEO RODEO 1",
955
+ "username":"user2350922",
956
+ "videosurl":"http:\/\/vimeo.com\/user2350922\/videos",
957
+ "portraits":{
958
+ "portrait":[
959
+ {
960
+ "height":"30",
961
+ "width":"30",
962
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
963
+ },
964
+ {
965
+ "height":"75",
966
+ "width":"75",
967
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
968
+ },
969
+ {
970
+ "height":"100",
971
+ "width":"100",
972
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
973
+ },
974
+ {
975
+ "height":"300",
976
+ "width":"300",
977
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
978
+ }
979
+ ]
980
+ }
981
+ }
982
+ },
983
+ {
984
+ "id":"24023",
985
+ "is_featured":"0",
986
+ "name":"Dirty Tats:Interview",
987
+ "description":"An amalgamation of New Orleanians showed up to get their Free Acadiana self-reliance tatoo,\n wanna know why?",
988
+ "created_on":"2009-09-24 14:23:32",
989
+ "modified_on":"2009-09-24 14:38:52",
990
+ "total_videos":"8",
991
+ "total_members":"1",
992
+ "total_threads":"0",
993
+ "total_files":"0",
994
+ "total_events":"0",
995
+ "url":"http:\/\/vimeo.com\/groups\/24023",
996
+ "permissions":{
997
+ "can_users_apply":"1",
998
+ "group_type":"public",
999
+ "who_can_add_vids":"all",
1000
+ "who_can_comment":"all",
1001
+ "who_can_create_events":"all",
1002
+ "who_can_invite":"members",
1003
+ "who_can_upload":"all",
1004
+ "who_can_use_forums":"all"
1005
+ },
1006
+ "calendar":{
1007
+ "type":"none"
1008
+ },
1009
+ "creator":{
1010
+ "display_name":"Steve Wolfram",
1011
+ "id":"877324",
1012
+ "is_plus":"1",
1013
+ "is_staff":"0",
1014
+ "profileurl":"http:\/\/vimeo.com\/wolfjam",
1015
+ "realname":"Steve Wolfram",
1016
+ "username":"wolfjam",
1017
+ "videosurl":"http:\/\/vimeo.com\/wolfjam\/videos",
1018
+ "portraits":{
1019
+ "portrait":[
1020
+ {
1021
+ "height":"30",
1022
+ "width":"30",
1023
+ "_content":"http:\/\/images.vimeo.com\/11\/46\/52\/114652712\/114652712_30.jpg"
1024
+ },
1025
+ {
1026
+ "height":"75",
1027
+ "width":"75",
1028
+ "_content":"http:\/\/images.vimeo.com\/11\/46\/52\/114652712\/114652712_75.jpg"
1029
+ },
1030
+ {
1031
+ "height":"100",
1032
+ "width":"100",
1033
+ "_content":"http:\/\/images.vimeo.com\/11\/46\/52\/114652712\/114652712_100.jpg"
1034
+ },
1035
+ {
1036
+ "height":"300",
1037
+ "width":"300",
1038
+ "_content":"http:\/\/images.vimeo.com\/11\/46\/52\/114652712\/114652712_300.jpg"
1039
+ }
1040
+ ]
1041
+ }
1042
+ }
1043
+ },
1044
+ {
1045
+ "id":"24022",
1046
+ "is_featured":"0",
1047
+ "name":"Coches y Motos de Lujo",
1048
+ "description":"Coches y motos de lujo: el mundo del motor,\n pasi\u00f3n por la formula 1,\n F1,\n nuevos coches,\n marcas y modelos,\n autom\u00f3viles y prototipos,\n coche y moto de lujo y deportivos. Todas las novedades de Ferrari,\n Lamborghini,\n BMW,\n Aston Martin,\n Lotus,\n Jaguar,\n Bentley... Sube tus videos y haza m\u00e1s grande esta comunidad de amantes de los coches y motos de lujo y del mundo del motor.\nParticipa en nuestro blog: www.cochesymotosdelujo.com",
1049
+ "created_on":"2009-09-24 14:12:00",
1050
+ "modified_on":"2009-09-24 14:40:12",
1051
+ "total_videos":"1",
1052
+ "total_members":"1",
1053
+ "total_threads":"0",
1054
+ "total_files":"0",
1055
+ "total_events":"0",
1056
+ "url":"http:\/\/vimeo.com\/groups\/cochesymotosdelujo",
1057
+ "logo_url":"http:\/\/groupheader.vimeo.com.s3.amazonaws.com\/126\/1262_980.jpg",
1058
+ "permissions":{
1059
+ "can_users_apply":"1",
1060
+ "group_type":"moderated",
1061
+ "who_can_add_vids":"members",
1062
+ "who_can_comment":"members",
1063
+ "who_can_create_events":"all",
1064
+ "who_can_invite":"members",
1065
+ "who_can_upload":"members",
1066
+ "who_can_use_forums":"members"
1067
+ },
1068
+ "calendar":{
1069
+ "type":"none"
1070
+ },
1071
+ "creator":{
1072
+ "display_name":"Alma Cliub Lujo y estilo",
1073
+ "id":"1416824",
1074
+ "is_plus":"1",
1075
+ "is_staff":"0",
1076
+ "profileurl":"http:\/\/vimeo.com\/almaclub",
1077
+ "realname":"Alma Cliub Lujo y estilo",
1078
+ "username":"almaclub",
1079
+ "videosurl":"http:\/\/vimeo.com\/almaclub\/videos",
1080
+ "portraits":{
1081
+ "portrait":[
1082
+ {
1083
+ "height":"30",
1084
+ "width":"30",
1085
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
1086
+ },
1087
+ {
1088
+ "height":"75",
1089
+ "width":"75",
1090
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
1091
+ },
1092
+ {
1093
+ "height":"100",
1094
+ "width":"100",
1095
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
1096
+ },
1097
+ {
1098
+ "height":"300",
1099
+ "width":"300",
1100
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
1101
+ }
1102
+ ]
1103
+ }
1104
+ }
1105
+ },
1106
+ {
1107
+ "id":"24019",
1108
+ "is_featured":"0",
1109
+ "name":"Vurup",
1110
+ "created_on":"2009-09-24 13:34:09",
1111
+ "modified_on":"2009-09-24 13:35:16",
1112
+ "total_videos":"1",
1113
+ "total_members":"1",
1114
+ "total_threads":"0",
1115
+ "total_files":"0",
1116
+ "total_events":"0",
1117
+ "url":"http:\/\/vimeo.com\/groups\/24019",
1118
+ "permissions":{
1119
+ "can_users_apply":"1",
1120
+ "group_type":"public",
1121
+ "who_can_add_vids":"all",
1122
+ "who_can_comment":"all",
1123
+ "who_can_create_events":"all",
1124
+ "who_can_invite":"members",
1125
+ "who_can_upload":"all",
1126
+ "who_can_use_forums":"all"
1127
+ },
1128
+ "calendar":{
1129
+ "type":"none"
1130
+ },
1131
+ "creator":{
1132
+ "display_name":"Leo Campasso",
1133
+ "id":"1321930",
1134
+ "is_plus":"0",
1135
+ "is_staff":"0",
1136
+ "profileurl":"http:\/\/vimeo.com\/user1321930",
1137
+ "realname":"Leo Campasso",
1138
+ "username":"user1321930",
1139
+ "videosurl":"http:\/\/vimeo.com\/user1321930\/videos",
1140
+ "portraits":{
1141
+ "portrait":[
1142
+ {
1143
+ "height":"30",
1144
+ "width":"30",
1145
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
1146
+ },
1147
+ {
1148
+ "height":"75",
1149
+ "width":"75",
1150
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
1151
+ },
1152
+ {
1153
+ "height":"100",
1154
+ "width":"100",
1155
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
1156
+ },
1157
+ {
1158
+ "height":"300",
1159
+ "width":"300",
1160
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
1161
+ }
1162
+ ]
1163
+ }
1164
+ }
1165
+ },
1166
+ {
1167
+ "id":"24018",
1168
+ "is_featured":"0",
1169
+ "name":"DRIFT",
1170
+ "description":"DRIFT DRIFT DRIFT",
1171
+ "created_on":"2009-09-24 13:33:15",
1172
+ "modified_on":"2009-09-24 13:34:04",
1173
+ "total_videos":"1",
1174
+ "total_members":"1",
1175
+ "total_threads":"0",
1176
+ "total_files":"0",
1177
+ "total_events":"0",
1178
+ "url":"http:\/\/vimeo.com\/groups\/24018",
1179
+ "permissions":{
1180
+ "can_users_apply":"1",
1181
+ "group_type":"public",
1182
+ "who_can_add_vids":"all",
1183
+ "who_can_comment":"all",
1184
+ "who_can_create_events":"all",
1185
+ "who_can_invite":"members",
1186
+ "who_can_upload":"all",
1187
+ "who_can_use_forums":"all"
1188
+ },
1189
+ "calendar":{
1190
+ "type":"none"
1191
+ },
1192
+ "creator":{
1193
+ "display_name":"Dani",
1194
+ "id":"2336292",
1195
+ "is_plus":"0",
1196
+ "is_staff":"0",
1197
+ "profileurl":"http:\/\/vimeo.com\/user2336292",
1198
+ "realname":"Dani",
1199
+ "username":"user2336292",
1200
+ "videosurl":"http:\/\/vimeo.com\/user2336292\/videos",
1201
+ "portraits":{
1202
+ "portrait":[
1203
+ {
1204
+ "height":"30",
1205
+ "width":"30",
1206
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
1207
+ },
1208
+ {
1209
+ "height":"75",
1210
+ "width":"75",
1211
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
1212
+ },
1213
+ {
1214
+ "height":"100",
1215
+ "width":"100",
1216
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
1217
+ },
1218
+ {
1219
+ "height":"300",
1220
+ "width":"300",
1221
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
1222
+ }
1223
+ ]
1224
+ }
1225
+ }
1226
+ },
1227
+ {
1228
+ "id":"24016",
1229
+ "is_featured":"0",
1230
+ "name":"favorites",
1231
+ "created_on":"2009-09-24 12:44:49",
1232
+ "modified_on":"2009-09-24 12:45:24",
1233
+ "total_videos":"1",
1234
+ "total_members":"1",
1235
+ "total_threads":"0",
1236
+ "total_files":"0",
1237
+ "total_events":"0",
1238
+ "url":"http:\/\/vimeo.com\/groups\/24016",
1239
+ "permissions":{
1240
+ "can_users_apply":"1",
1241
+ "group_type":"public",
1242
+ "who_can_add_vids":"all",
1243
+ "who_can_comment":"all",
1244
+ "who_can_create_events":"all",
1245
+ "who_can_invite":"members",
1246
+ "who_can_upload":"all",
1247
+ "who_can_use_forums":"all"
1248
+ },
1249
+ "calendar":{
1250
+ "type":"none"
1251
+ },
1252
+ "creator":{
1253
+ "display_name":"humberto cuevas",
1254
+ "id":"847686",
1255
+ "is_plus":"0",
1256
+ "is_staff":"0",
1257
+ "profileurl":"http:\/\/vimeo.com\/user847686",
1258
+ "realname":"humberto cuevas",
1259
+ "username":"user847686",
1260
+ "videosurl":"http:\/\/vimeo.com\/user847686\/videos",
1261
+ "portraits":{
1262
+ "portrait":[
1263
+ {
1264
+ "height":"30",
1265
+ "width":"30",
1266
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.30.jpg"
1267
+ },
1268
+ {
1269
+ "height":"75",
1270
+ "width":"75",
1271
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.75.jpg"
1272
+ },
1273
+ {
1274
+ "height":"100",
1275
+ "width":"100",
1276
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.100.jpg"
1277
+ },
1278
+ {
1279
+ "height":"300",
1280
+ "width":"300",
1281
+ "_content":"http:\/\/bitcast.vimeo.com\/vimeo\/portraits\/defaults\/d.300.jpg"
1282
+ }
1283
+ ]
1284
+ }
1285
+ }
1286
+ },
1287
+ {
1288
+ "id":"24015",
1289
+ "is_featured":"0",
1290
+ "name":"Beethoven-Orchestercampus 2009",
1291
+ "created_on":"2009-09-24 12:27:25",
1292
+ "modified_on":"2009-09-24 12:27:26",
1293
+ "total_videos":"0",
1294
+ "total_members":"1",
1295
+ "total_threads":"0",
1296
+ "total_files":"0",
1297
+ "total_events":"0",
1298
+ "url":"http:\/\/vimeo.com\/groups\/24015",
1299
+ "permissions":{
1300
+ "can_users_apply":"1",
1301
+ "group_type":"public",
1302
+ "who_can_add_vids":"all",
1303
+ "who_can_comment":"all",
1304
+ "who_can_create_events":"all",
1305
+ "who_can_invite":"members",
1306
+ "who_can_upload":"all",
1307
+ "who_can_use_forums":"all"
1308
+ },
1309
+ "calendar":{
1310
+ "type":"none"
1311
+ },
1312
+ "creator":{
1313
+ "display_name":"DW-Volos09",
1314
+ "id":"1579107",
1315
+ "is_plus":"1",
1316
+ "is_staff":"0",
1317
+ "profileurl":"http:\/\/vimeo.com\/user1579107",
1318
+ "realname":"DW-Volos09",
1319
+ "username":"user1579107",
1320
+ "videosurl":"http:\/\/vimeo.com\/user1579107\/videos",
1321
+ "portraits":{
1322
+ "portrait":[
1323
+ {
1324
+ "height":"30",
1325
+ "width":"30",
1326
+ "_content":"http:\/\/images.vimeo.com\/11\/85\/74\/118574400\/118574400_30.jpg"
1327
+ },
1328
+ {
1329
+ "height":"75",
1330
+ "width":"75",
1331
+ "_content":"http:\/\/images.vimeo.com\/11\/85\/74\/118574400\/118574400_75.jpg"
1332
+ },
1333
+ {
1334
+ "height":"100",
1335
+ "width":"100",
1336
+ "_content":"http:\/\/images.vimeo.com\/11\/85\/74\/118574400\/118574400_100.jpg"
1337
+ },
1338
+ {
1339
+ "height":"300",
1340
+ "width":"300",
1341
+ "_content":"http:\/\/images.vimeo.com\/11\/85\/74\/118574400\/118574400_300.jpg"
1342
+ }
1343
+ ]
1344
+ }
1345
+ }
1346
+ },
1347
+ {
1348
+ "id":"24014",
1349
+ "is_featured":"0",
1350
+ "name":"MIS COSAS",
1351
+ "description":"MIS COSAS",
1352
+ "created_on":"2009-09-24 12:20:24",
1353
+ "modified_on":"2009-09-24 12:20:58",
1354
+ "total_videos":"1",
1355
+ "total_members":"1",
1356
+ "total_threads":"0",
1357
+ "total_files":"0",
1358
+ "total_events":"0",
1359
+ "url":"http:\/\/vimeo.com\/groups\/24014",
1360
+ "permissions":{
1361
+ "can_users_apply":"1",
1362
+ "group_type":"public",
1363
+ "who_can_add_vids":"all",
1364
+ "who_can_comment":"all",
1365
+ "who_can_create_events":"all",
1366
+ "who_can_invite":"members",
1367
+ "who_can_upload":"all",
1368
+ "who_can_use_forums":"all"
1369
+ },
1370
+ "calendar":{
1371
+ "type":"none"
1372
+ },
1373
+ "creator":{
1374
+ "display_name":"Yanka",
1375
+ "id":"348470",
1376
+ "is_plus":"0",
1377
+ "is_staff":"0",
1378
+ "profileurl":"http:\/\/vimeo.com\/user348470",
1379
+ "realname":"Yanka",
1380
+ "username":"user348470",
1381
+ "videosurl":"http:\/\/vimeo.com\/user348470\/videos",
1382
+ "portraits":{
1383
+ "portrait":[
1384
+ {
1385
+ "height":"30",
1386
+ "width":"30",
1387
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65867_30.jpg"
1388
+ },
1389
+ {
1390
+ "height":"75",
1391
+ "width":"75",
1392
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65867_75.jpg"
1393
+ },
1394
+ {
1395
+ "height":"100",
1396
+ "width":"100",
1397
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65867_100.jpg"
1398
+ },
1399
+ {
1400
+ "height":"300",
1401
+ "width":"300",
1402
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65867_300.jpg"
1403
+ }
1404
+ ]
1405
+ }
1406
+ }
1407
+ },
1408
+ {
1409
+ "id":"24013",
1410
+ "is_featured":"0",
1411
+ "name":"Drawn to Fire",
1412
+ "description":"Ritual Fire Drawing and Photography\nKenneth James Martin\nwww.kennethjamesmartin.com\n(c) 2009",
1413
+ "created_on":"2009-09-24 12:07:43",
1414
+ "modified_on":"2009-09-24 12:09:21",
1415
+ "total_videos":"3",
1416
+ "total_members":"1",
1417
+ "total_threads":"0",
1418
+ "total_files":"0",
1419
+ "total_events":"0",
1420
+ "url":"http:\/\/vimeo.com\/groups\/24013",
1421
+ "permissions":{
1422
+ "can_users_apply":"1",
1423
+ "group_type":"moderated",
1424
+ "who_can_add_vids":"members",
1425
+ "who_can_comment":"all",
1426
+ "who_can_create_events":"all",
1427
+ "who_can_invite":"creator",
1428
+ "who_can_upload":"all",
1429
+ "who_can_use_forums":"all"
1430
+ },
1431
+ "calendar":{
1432
+ "type":"none"
1433
+ },
1434
+ "creator":{
1435
+ "display_name":"Kenneth James Martin",
1436
+ "id":"758562",
1437
+ "is_plus":"0",
1438
+ "is_staff":"0",
1439
+ "profileurl":"http:\/\/vimeo.com\/drawntofire",
1440
+ "realname":"Kenneth James Martin",
1441
+ "username":"drawntofire",
1442
+ "videosurl":"http:\/\/vimeo.com\/drawntofire\/videos",
1443
+ "portraits":{
1444
+ "portrait":[
1445
+ {
1446
+ "height":"30",
1447
+ "width":"30",
1448
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65816_30.jpg"
1449
+ },
1450
+ {
1451
+ "height":"75",
1452
+ "width":"75",
1453
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65816_75.jpg"
1454
+ },
1455
+ {
1456
+ "height":"100",
1457
+ "width":"100",
1458
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65816_100.jpg"
1459
+ },
1460
+ {
1461
+ "height":"300",
1462
+ "width":"300",
1463
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/658\/65816_300.jpg"
1464
+ }
1465
+ ]
1466
+ }
1467
+ }
1468
+ },
1469
+ {
1470
+ "id":"24012",
1471
+ "is_featured":"0",
1472
+ "name":"royale goodness1",
1473
+ "created_on":"2009-09-24 12:04:22",
1474
+ "modified_on":"2009-09-24 13:08:13",
1475
+ "total_videos":"5",
1476
+ "total_members":"1",
1477
+ "total_threads":"0",
1478
+ "total_files":"0",
1479
+ "total_events":"0",
1480
+ "url":"http:\/\/vimeo.com\/groups\/24012",
1481
+ "logo_url":"http:\/\/groupheader.vimeo.com.s3.amazonaws.com\/125\/1251_980.jpg",
1482
+ "permissions":{
1483
+ "can_users_apply":"1",
1484
+ "group_type":"public",
1485
+ "who_can_add_vids":"mods",
1486
+ "who_can_comment":"all",
1487
+ "who_can_create_events":"all",
1488
+ "who_can_invite":"members",
1489
+ "who_can_upload":"all",
1490
+ "who_can_use_forums":"all"
1491
+ },
1492
+ "calendar":{
1493
+ "type":"none"
1494
+ },
1495
+ "creator":{
1496
+ "display_name":"Royale",
1497
+ "id":"2347418",
1498
+ "is_plus":"1",
1499
+ "is_staff":"0",
1500
+ "profileurl":"http:\/\/vimeo.com\/weareroyale",
1501
+ "realname":"Royale",
1502
+ "username":"weareroyale",
1503
+ "videosurl":"http:\/\/vimeo.com\/weareroyale\/videos",
1504
+ "portraits":{
1505
+ "portrait":[
1506
+ {
1507
+ "height":"30",
1508
+ "width":"30",
1509
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/648\/64805_30.jpg"
1510
+ },
1511
+ {
1512
+ "height":"75",
1513
+ "width":"75",
1514
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/648\/64805_75.jpg"
1515
+ },
1516
+ {
1517
+ "height":"100",
1518
+ "width":"100",
1519
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/648\/64805_100.jpg"
1520
+ },
1521
+ {
1522
+ "height":"300",
1523
+ "width":"300",
1524
+ "_content":"http:\/\/ps.vimeo.com.s3.amazonaws.com\/648\/64805_300.jpg"
1525
+ }
1526
+ ]
1527
+ }
1528
+ }
1529
+ }
1530
+ ]
1531
+ }
1532
+ }