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,141 @@
1
+ {
2
+ "generated_in":"0.2291",
3
+ "stat":"ok",
4
+ "events":{
5
+ "on_this_page":"3",
6
+ "page":"1",
7
+ "perpage":"25",
8
+ "total":"3",
9
+ "event":[
10
+ {
11
+ "added_on":"2009-07-20 18:22:20",
12
+ "details":"The Lock Tavern - 35 Chalk Farm Road,\n NW1 - 8PM Screening followed by A\/V insanity by Eclectic Method. Come one,\n come all,\n and bring your friends!",
13
+ "event_start":"2009-08-25 20:00:00",
14
+ "external_url":"http:\/\/www.lock-tavern.co.uk\/index.php",
15
+ "id":"1575",
16
+ "title":"Vimeo Offline: London",
17
+ "url":"http:\/\/vimeo.com\/groups\/worldtour\/calendar\/event:1575",
18
+ "creator":{
19
+ "display_name":"Blake Whitman",
20
+ "id":"151382",
21
+ "is_plus":"1",
22
+ "is_staff":"1",
23
+ "profileurl":"http:\/\/vimeo.com\/blakewhitman",
24
+ "realname":"Blake Whitman",
25
+ "username":"blakewhitman",
26
+ "videosurl":"http:\/\/vimeo.com\/blakewhitman\/videos",
27
+ "portraits":{
28
+ "portrait":[
29
+ {
30
+ "height":"30",
31
+ "width":"30",
32
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_30.jpg"
33
+ },
34
+ {
35
+ "height":"75",
36
+ "width":"75",
37
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_75.jpg"
38
+ },
39
+ {
40
+ "height":"100",
41
+ "width":"100",
42
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_100.jpg"
43
+ },
44
+ {
45
+ "height":"300",
46
+ "width":"300",
47
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_300.jpg"
48
+ }
49
+ ]
50
+ }
51
+ }
52
+ },
53
+ {
54
+ "added_on":"2009-07-20 18:21:56",
55
+ "details":"Vimeo Offline: Paris Dune 18,\n AV. CLAUDE VELLEFAUX 75010 PARIS - The event will begin at 8pm with a screening of videos by Vimeo members followed by dance party and VJ performances by Charlie Mars - Vimeo.com\/charlimars ",
56
+ "event_start":"2009-08-22 20:00:00",
57
+ "external_url":"http:\/\/www.e-dune.fr\/blog\/index.php\/General",
58
+ "id":"1574",
59
+ "title":"Vimeo Offline: Paris",
60
+ "url":"http:\/\/vimeo.com\/groups\/worldtour\/calendar\/event:1574",
61
+ "creator":{
62
+ "display_name":"Blake Whitman",
63
+ "id":"151382",
64
+ "is_plus":"1",
65
+ "is_staff":"1",
66
+ "profileurl":"http:\/\/vimeo.com\/blakewhitman",
67
+ "realname":"Blake Whitman",
68
+ "username":"blakewhitman",
69
+ "videosurl":"http:\/\/vimeo.com\/blakewhitman\/videos",
70
+ "portraits":{
71
+ "portrait":[
72
+ {
73
+ "height":"30",
74
+ "width":"30",
75
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_30.jpg"
76
+ },
77
+ {
78
+ "height":"75",
79
+ "width":"75",
80
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_75.jpg"
81
+ },
82
+ {
83
+ "height":"100",
84
+ "width":"100",
85
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_100.jpg"
86
+ },
87
+ {
88
+ "height":"300",
89
+ "width":"300",
90
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_300.jpg"
91
+ }
92
+ ]
93
+ }
94
+ }
95
+ },
96
+ {
97
+ "added_on":"2009-07-20 18:21:03",
98
+ "details":"Venue: Stattbad Gallery - Gerichtstr 65 13347 Berlin,\n Germany +49 30 86383155 - 9pm screening followed by a kick ass dance party with VJ performances by Raquel Meyers (www.raquelmeyers.com)",
99
+ "event_start":"2009-08-19 21:00:00",
100
+ "external_url":"http:\/\/www.urbanaffairs.de\/stattbad.html",
101
+ "id":"1573",
102
+ "title":"Vimeo Offline: Berlin",
103
+ "url":"http:\/\/vimeo.com\/groups\/worldtour\/calendar\/event:1573",
104
+ "creator":{
105
+ "display_name":"Blake Whitman",
106
+ "id":"151382",
107
+ "is_plus":"1",
108
+ "is_staff":"1",
109
+ "profileurl":"http:\/\/vimeo.com\/blakewhitman",
110
+ "realname":"Blake Whitman",
111
+ "username":"blakewhitman",
112
+ "videosurl":"http:\/\/vimeo.com\/blakewhitman\/videos",
113
+ "portraits":{
114
+ "portrait":[
115
+ {
116
+ "height":"30",
117
+ "width":"30",
118
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_30.jpg"
119
+ },
120
+ {
121
+ "height":"75",
122
+ "width":"75",
123
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_75.jpg"
124
+ },
125
+ {
126
+ "height":"100",
127
+ "width":"100",
128
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_100.jpg"
129
+ },
130
+ {
131
+ "height":"300",
132
+ "width":"300",
133
+ "_content":"http:\/\/images.vimeo.com\/11\/60\/62\/116062176\/116062176_300.jpg"
134
+ }
135
+ ]
136
+ }
137
+ }
138
+ }
139
+ ]
140
+ }
141
+ }
@@ -0,0 +1,222 @@
1
+ {
2
+ "generated_in":"0.9180",
3
+ "stat":"ok",
4
+ "comments":{
5
+ "on_this_page":"5",
6
+ "page":"1",
7
+ "perpage":"25",
8
+ "total":"5",
9
+ "comment":[
10
+ {
11
+ "datecreate":"2009-08-27 20:15:20",
12
+ "id":"1867454",
13
+ "permalink":"http:\/\/vimeo.com\/groups\/worldtour\/forumthread:7953#comment_1867454",
14
+ "reply_to_comment_id":"1867454",
15
+ "type":"group_forum_topic",
16
+ "text":"Post them in this thread. Here are some photos:\n\nhttp:\/\/www.flickr.com\/photos\/karenabad\/sets\/72157622148722738\/",
17
+ "author":{
18
+ "display_name":"Karen Abad \u2665s Dinosaurs.",
19
+ "id":"266269",
20
+ "is_plus":"1",
21
+ "is_staff":"1",
22
+ "profileurl":"http:\/\/vimeo.com\/karenabad",
23
+ "realname":"Karen Abad \u2665s Dinosaurs.",
24
+ "username":"karenabad",
25
+ "videosurl":"http:\/\/vimeo.com\/karenabad\/videos",
26
+ "portraits":{
27
+ "portrait":[
28
+ {
29
+ "height":"30",
30
+ "width":"30",
31
+ "_content":"http:\/\/10.media.vimeo.com\/d1\/5\/29\/39\/17\/portrait-29391761.jpg"
32
+ },
33
+ {
34
+ "height":"75",
35
+ "width":"75",
36
+ "_content":"http:\/\/10.media.vimeo.com\/d1\/5\/29\/39\/23\/portrait-29392351.jpg"
37
+ },
38
+ {
39
+ "height":"100",
40
+ "width":"100",
41
+ "_content":"http:\/\/00.media.vimeo.com\/d1\/5\/29\/41\/82\/portrait-29418290.jpg"
42
+ },
43
+ {
44
+ "height":"300",
45
+ "width":"300",
46
+ "_content":"http:\/\/50.media.vimeo.com\/d1\/5\/29\/41\/26\/portrait-29412655.jpg"
47
+ }
48
+ ]
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "datecreate":"2009-09-02 18:12:49",
54
+ "id":"1886294",
55
+ "permalink":"http:\/\/vimeo.com\/groups\/worldtour\/forumthread:7953#comment_1886294",
56
+ "reply_to_comment_id":"1886294",
57
+ "type":"group_forum_topic",
58
+ "text":"Any chance of someone posting the playlist?\n\nI'm particulalrly interested in that weird animation about the alien invasion...?",
59
+ "author":{
60
+ "display_name":"Karel Bata",
61
+ "id":"680699",
62
+ "is_plus":"0",
63
+ "is_staff":"0",
64
+ "profileurl":"http:\/\/vimeo.com\/karelbata",
65
+ "realname":"Karel Bata",
66
+ "username":"karelbata",
67
+ "videosurl":"http:\/\/vimeo.com\/karelbata\/videos",
68
+ "portraits":{
69
+ "portrait":[
70
+ {
71
+ "height":"30",
72
+ "width":"30",
73
+ "_content":"http:\/\/images.vimeo.com\/11\/31\/43\/113143358\/113143358_30.jpg"
74
+ },
75
+ {
76
+ "height":"75",
77
+ "width":"75",
78
+ "_content":"http:\/\/images.vimeo.com\/11\/31\/43\/113143358\/113143358_75.jpg"
79
+ },
80
+ {
81
+ "height":"100",
82
+ "width":"100",
83
+ "_content":"http:\/\/images.vimeo.com\/11\/31\/43\/113143358\/113143358_100.jpg"
84
+ },
85
+ {
86
+ "height":"300",
87
+ "width":"300",
88
+ "_content":"http:\/\/images.vimeo.com\/11\/31\/43\/113143358\/113143358_300.jpg"
89
+ }
90
+ ]
91
+ }
92
+ }
93
+ },
94
+ {
95
+ "datecreate":"2009-09-08 10:52:25",
96
+ "id":"1904872",
97
+ "permalink":"http:\/\/vimeo.com\/groups\/worldtour\/forumthread:7953#comment_1904872",
98
+ "reply_to_comment_id":"1904872",
99
+ "type":"group_forum_topic",
100
+ "text":"taadaa! : http:\/\/www.vimeo.com\/6484009",
101
+ "author":{
102
+ "display_name":"Mike Hutcherson",
103
+ "id":"497687",
104
+ "is_plus":"1",
105
+ "is_staff":"0",
106
+ "profileurl":"http:\/\/vimeo.com\/mikehutcherson",
107
+ "realname":"Mike Hutcherson",
108
+ "username":"mikehutcherson",
109
+ "videosurl":"http:\/\/vimeo.com\/mikehutcherson\/videos",
110
+ "portraits":{
111
+ "portrait":[
112
+ {
113
+ "height":"30",
114
+ "width":"30",
115
+ "_content":"http:\/\/images.vimeo.com\/11\/39\/16\/113916960\/113916960_30.jpg"
116
+ },
117
+ {
118
+ "height":"75",
119
+ "width":"75",
120
+ "_content":"http:\/\/images.vimeo.com\/11\/39\/16\/113916960\/113916960_75.jpg"
121
+ },
122
+ {
123
+ "height":"100",
124
+ "width":"100",
125
+ "_content":"http:\/\/images.vimeo.com\/11\/39\/16\/113916960\/113916960_100.jpg"
126
+ },
127
+ {
128
+ "height":"300",
129
+ "width":"300",
130
+ "_content":"http:\/\/images.vimeo.com\/11\/39\/16\/113916960\/113916960_300.jpg"
131
+ }
132
+ ]
133
+ }
134
+ }
135
+ },
136
+ {
137
+ "datecreate":"2009-09-09 08:12:22",
138
+ "id":"1908406",
139
+ "permalink":"http:\/\/vimeo.com\/groups\/worldtour\/forumthread:7953#comment_1908406",
140
+ "reply_to_comment_id":"1908406",
141
+ "type":"group_forum_topic",
142
+ "text":"my ridiculously small amount of photos...\nhttp:\/\/www.flickr.com\/photos\/agsystems\/sets\/72157622157510964\/",
143
+ "author":{
144
+ "display_name":"Andy Galletly",
145
+ "id":"126630",
146
+ "is_plus":"1",
147
+ "is_staff":"0",
148
+ "profileurl":"http:\/\/vimeo.com\/andygalletly",
149
+ "realname":"Andy Galletly",
150
+ "username":"andygalletly",
151
+ "videosurl":"http:\/\/vimeo.com\/andygalletly\/videos",
152
+ "portraits":{
153
+ "portrait":[
154
+ {
155
+ "height":"30",
156
+ "width":"30",
157
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_30.jpg"
158
+ },
159
+ {
160
+ "height":"75",
161
+ "width":"75",
162
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_75.jpg"
163
+ },
164
+ {
165
+ "height":"100",
166
+ "width":"100",
167
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_100.jpg"
168
+ },
169
+ {
170
+ "height":"300",
171
+ "width":"300",
172
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_300.jpg"
173
+ }
174
+ ]
175
+ }
176
+ }
177
+ },
178
+ {
179
+ "datecreate":"2009-09-09 08:18:12",
180
+ "id":"1908418",
181
+ "permalink":"http:\/\/vimeo.com\/groups\/worldtour\/forumthread:7953#comment_1908418",
182
+ "reply_to_comment_id":"1908418",
183
+ "type":"group_forum_topic",
184
+ "text":"Also,\n I only just noticed,\n my video is in the London album?!\nhttp:\/\/vimeo.com\/album\/117909\nDid you show it? I totally missed it!\nmust have been when I went to the loo...\n:\/",
185
+ "author":{
186
+ "display_name":"Andy Galletly",
187
+ "id":"126630",
188
+ "is_plus":"1",
189
+ "is_staff":"0",
190
+ "profileurl":"http:\/\/vimeo.com\/andygalletly",
191
+ "realname":"Andy Galletly",
192
+ "username":"andygalletly",
193
+ "videosurl":"http:\/\/vimeo.com\/andygalletly\/videos",
194
+ "portraits":{
195
+ "portrait":[
196
+ {
197
+ "height":"30",
198
+ "width":"30",
199
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_30.jpg"
200
+ },
201
+ {
202
+ "height":"75",
203
+ "width":"75",
204
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_75.jpg"
205
+ },
206
+ {
207
+ "height":"100",
208
+ "width":"100",
209
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_100.jpg"
210
+ },
211
+ {
212
+ "height":"300",
213
+ "width":"300",
214
+ "_content":"http:\/\/images.vimeo.com\/11\/64\/74\/116474238\/116474238_300.jpg"
215
+ }
216
+ ]
217
+ }
218
+ }
219
+ }
220
+ ]
221
+ }
222
+ }