active_public_resources 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +19 -0
- data/.rspec +1 -0
- data/.travis.yml +3 -0
- data/Gemfile +24 -0
- data/Guardfile +9 -0
- data/LICENSE.txt +18 -0
- data/README.md +326 -0
- data/Rakefile +7 -0
- data/active_public_resources.gemspec +27 -0
- data/active_public_resources_config.yml.example +10 -0
- data/lib/active_public_resources/base_response_type.rb +11 -0
- data/lib/active_public_resources/base_return_type.rb +17 -0
- data/lib/active_public_resources/client.rb +22 -0
- data/lib/active_public_resources/driver.rb +21 -0
- data/lib/active_public_resources/driver_response.rb +15 -0
- data/lib/active_public_resources/drivers/khan_academy.rb +143 -0
- data/lib/active_public_resources/drivers/quizlet.rb +92 -0
- data/lib/active_public_resources/drivers/schooltube.rb +99 -0
- data/lib/active_public_resources/drivers/vimeo.rb +181 -0
- data/lib/active_public_resources/drivers/youtube.rb +113 -0
- data/lib/active_public_resources/request_criteria.rb +51 -0
- data/lib/active_public_resources/response_types/exercise.rb +11 -0
- data/lib/active_public_resources/response_types/folder.rb +18 -0
- data/lib/active_public_resources/response_types/image.rb +11 -0
- data/lib/active_public_resources/response_types/quiz.rb +11 -0
- data/lib/active_public_resources/response_types/video.rb +12 -0
- data/lib/active_public_resources/return_types/file.rb +11 -0
- data/lib/active_public_resources/return_types/iframe.rb +11 -0
- data/lib/active_public_resources/return_types/image_url.rb +11 -0
- data/lib/active_public_resources/return_types/oembed.rb +11 -0
- data/lib/active_public_resources/return_types/url.rb +11 -0
- data/lib/active_public_resources/version.rb +3 -0
- data/lib/active_public_resources.rb +55 -0
- data/spec/lib/active_public_resources/client_spec.rb +75 -0
- data/spec/lib/active_public_resources/driver_spec.rb +48 -0
- data/spec/lib/active_public_resources/drivers/khan_academy_spec.rb +106 -0
- data/spec/lib/active_public_resources/drivers/quizlet_spec.rb +50 -0
- data/spec/lib/active_public_resources/drivers/schooltube_spec.rb +50 -0
- data/spec/lib/active_public_resources/drivers/vimeo_spec.rb +71 -0
- data/spec/lib/active_public_resources/drivers/youtube_spec.rb +52 -0
- data/spec/lib/active_public_resources/live_client_spec.rb +91 -0
- data/spec/lib/active_public_resources/request_criteria_spec.rb +53 -0
- data/spec/spec_helper.rb +46 -0
- data/spec/vcr/active_public_resources/client/khan_academy_should_traverse_folders.yml +1039 -0
- data/spec/vcr/active_public_resources/client/quizlet_should_perform_request.yml +70 -0
- data/spec/vcr/active_public_resources/client/shooltube_should_perform_request.yml +815 -0
- data/spec/vcr/active_public_resources/client/vimeo_should_perform_request.yml +70 -0
- data/spec/vcr/active_public_resources/client/youtube_should_perform_request.yml +212 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_folder_cs/programming.yml +117 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_folder_cs.yml +72 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_folder_science/mcat/society_and_culture/social_structures.yml +578 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_driver_perform_request/should_get_root_folders.yml +122 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_folder_cs/programming.yml +120 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_folder_cs.yml +73 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_folder_science/mcat/society_and_culture/social_structures.yml +577 -0
- data/spec/vcr/active_public_resources/drivers/khan_academy_perform_request/should_get_root_folders.yml +119 -0
- data/spec/vcr/active_public_resources/drivers/quizlet_driver_perform_request/should_perform_request.yml +75 -0
- data/spec/vcr/active_public_resources/drivers/quizlet_perform_request/should_perform_request.yml +72 -0
- data/spec/vcr/active_public_resources/drivers/schooltube_driver_perform_request/should_perform_request.yml +815 -0
- data/spec/vcr/active_public_resources/drivers/schooltube_perform_request/should_perform_request.yml +810 -0
- data/spec/vcr/active_public_resources/drivers/vimeo_driver_perform_request/should_perform_request.yml +279 -0
- data/spec/vcr/active_public_resources/drivers/vimeo_perform_request/should_perform_request.yml +70 -0
- data/spec/vcr/active_public_resources/drivers/youtube_driver_perform_request/should_perform_request.yml +212 -0
- data/spec/vcr/active_public_resources/drivers/youtube_perform_request/should_perform_request.yml +209 -0
- metadata +182 -0
@@ -0,0 +1,1039 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://www.khanacademy.org/api/v1/topic/root
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- www.khanacademy.org
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Access-Control-Allow-Origin:
|
26
|
+
- '*'
|
27
|
+
Access-Control-Allow-Credentials:
|
28
|
+
- 'true'
|
29
|
+
X-Ka-Api-Response:
|
30
|
+
- 'true'
|
31
|
+
Cache-Control:
|
32
|
+
- no-cache
|
33
|
+
Set-Cookie:
|
34
|
+
- gae_b_id=X2dhZV9iaW5nb19yYW5kb206OEVkTzl0SGFwVDRPeHRKbWI0YmZ0X3pyc1JIcjlMamtBY21KUlMyZw==;
|
35
|
+
expires=Sat, 22 Nov 2014 15:56:37 GMT; Max-Age=31536000; Path=/
|
36
|
+
Vary:
|
37
|
+
- Accept-Encoding
|
38
|
+
Date:
|
39
|
+
- Fri, 22 Nov 2013 15:56:37 GMT
|
40
|
+
Server:
|
41
|
+
- Google Frontend
|
42
|
+
Expires:
|
43
|
+
- Fri, 22 Nov 2013 15:56:37 GMT
|
44
|
+
Transfer-Encoding:
|
45
|
+
- chunked
|
46
|
+
body:
|
47
|
+
encoding: UTF-8
|
48
|
+
string: '{"icon_src": "", "domain_slug": null, "relative_url": null, "web_url":
|
49
|
+
"", "ka_url": "http://www.khanacademy.orgNone", "translated_standalone_title":
|
50
|
+
"Khan Academy", "translated_title": "Khan Academy", "gplus_url": "", "id":
|
51
|
+
"x00000000", "old_key_name": "7SATIJAdRLq1gMbKcjtTmLAbeMSrfYZjJOnqUmQu", "hide":
|
52
|
+
true, "title": "Khan Academy", "child_data": [{"kind": "Topic", "id": "x29232c6b"},
|
53
|
+
{"kind": "Topic", "id": "x7a488390"}, {"kind": "Topic", "id": "xb92336a2"},
|
54
|
+
{"kind": "Topic", "id": "x5ca94af1"}, {"kind": "Topic", "id": "x905db83d"},
|
55
|
+
{"kind": "Topic", "id": "x54390c7e"}, {"kind": "Topic", "id": "xffde7c31"},
|
56
|
+
{"kind": "Topic", "id": "xd1039e22"}, {"kind": "Topic", "id": "x6a4a5e33"},
|
57
|
+
{"kind": "Topic", "id": "xf48da0d3"}, {"kind": "Topic", "id": "xcc477d6b"},
|
58
|
+
{"kind": "Topic", "id": "xfbfcb2c7"}, {"kind": "Topic", "id": "x68f6d0db"},
|
59
|
+
{"kind": "Topic", "id": "x54f76d4b"}], "children": [{"kind": "Topic", "hide":
|
60
|
+
false, "internal_id": "x29232c6b", "title": "New and noteworthy", "url": "http://www.khanacademy.org/new-and-noteworthy",
|
61
|
+
"node_slug": "new-and-noteworthy", "edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXgyOTIzMmM2Ygw",
|
62
|
+
"translated_title": "New and noteworthy", "id": "new-and-noteworthy"}, {"kind":
|
63
|
+
"Topic", "hide": false, "internal_id": "x7a488390", "title": "Math", "url":
|
64
|
+
"http://www.khanacademy.orgNone", "node_slug": "math", "edit_slug": "", "key":
|
65
|
+
"ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXg3YTQ4ODM5MAw", "translated_title":
|
66
|
+
"Math", "id": "math"}, {"kind": "Topic", "hide": false, "internal_id": "xb92336a2",
|
67
|
+
"title": "Science ", "url": "http://www.khanacademy.orgNone", "node_slug":
|
68
|
+
"science", "edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXhiOTIzMzZhMgw",
|
69
|
+
"translated_title": "Science ", "id": "science"}, {"kind": "Topic", "hide":
|
70
|
+
false, "internal_id": "x5ca94af1", "title": "Economics and finance", "url":
|
71
|
+
"http://www.khanacademy.orgNone", "node_slug": "economics-finance-domain",
|
72
|
+
"edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXg1Y2E5NGFmMQw",
|
73
|
+
"translated_title": "Economics and finance", "id": "economics-finance-domain"},
|
74
|
+
{"kind": "Topic", "hide": false, "internal_id": "x905db83d", "title": "Humanities",
|
75
|
+
"url": "http://www.khanacademy.orgNone", "node_slug": "humanities", "edit_slug":
|
76
|
+
"", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXg5MDVkYjgzZAw", "translated_title":
|
77
|
+
"Humanities", "id": "humanities"}, {"kind": "Topic", "hide": false, "internal_id":
|
78
|
+
"x54390c7e", "title": "Partner content", "url": "http://www.khanacademy.orgNone",
|
79
|
+
"node_slug": "partner-content", "edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXg1NDM5MGM3ZQw",
|
80
|
+
"translated_title": "Partner content", "id": "partner-content"}, {"kind":
|
81
|
+
"Topic", "hide": false, "internal_id": "xffde7c31", "title": "Computer programming",
|
82
|
+
"url": "http://www.khanacademy.org/cs", "node_slug": "cs", "edit_slug": "",
|
83
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXhmZmRlN2MzMQw", "translated_title":
|
84
|
+
"Computer programming", "id": "cs"}, {"kind": "Topic", "hide": false, "internal_id":
|
85
|
+
"xd1039e22", "title": "Talks and interviews", "url": "http://www.khanacademy.org/talks-and-interviews",
|
86
|
+
"node_slug": "talks-and-interviews", "edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXhkMTAzOWUyMgw",
|
87
|
+
"translated_title": "Talks and interviews", "id": "talks-and-interviews"},
|
88
|
+
{"kind": "Topic", "hide": false, "internal_id": "x6a4a5e33", "title": "Coach
|
89
|
+
resources", "url": "http://www.khanacademy.org/coach-res", "node_slug": "coach-res",
|
90
|
+
"edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXg2YTRhNWUzMww",
|
91
|
+
"translated_title": "Coach resources", "id": "coach-res"}, {"kind": "Topic",
|
92
|
+
"hide": true, "internal_id": "xf48da0d3", "title": "Removed videos (hidden)",
|
93
|
+
"url": "http://www.khanacademy.orgNone", "node_slug": "removed-videos", "edit_slug":
|
94
|
+
"", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXhmNDhkYTBkMww", "translated_title":
|
95
|
+
"Removed videos (hidden)", "id": "removed-videos"}, {"kind": "Topic", "hide":
|
96
|
+
true, "internal_id": "xcc477d6b", "title": "Uncategorized exercises", "url":
|
97
|
+
"http://www.khanacademy.org/None", "node_slug": "uncategorized-exercises",
|
98
|
+
"edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXhjYzQ3N2Q2Ygw",
|
99
|
+
"translated_title": "Uncategorized exercises", "id": "uncategorized-exercises"},
|
100
|
+
{"kind": "Topic", "hide": true, "internal_id": "xfbfcb2c7", "title": "Private
|
101
|
+
content", "url": "http://www.khanacademy.org/None", "node_slug": "private",
|
102
|
+
"edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXhmYmZjYjJjNww",
|
103
|
+
"translated_title": "Private content", "id": "private"}, {"kind": "Topic",
|
104
|
+
"hide": true, "internal_id": "x68f6d0db", "title": "Common Core math", "url":
|
105
|
+
"http://www.khanacademy.orgNone", "node_slug": "common-core", "edit_slug":
|
106
|
+
"", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXg2OGY2ZDBkYgw", "translated_title":
|
107
|
+
"Common Core math", "id": "common-core"}, {"kind": "Topic", "hide": false,
|
108
|
+
"internal_id": "x54f76d4b", "title": "Hour of Code", "url": "http://www.khanacademy.org/hour-of-code",
|
109
|
+
"node_slug": "hour-of-code", "edit_slug": "", "key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVG9waWMiCXg1NGY3NmQ0Ygw",
|
110
|
+
"translated_title": "Hour of Code", "id": "hour-of-code"}], "twitter_url":
|
111
|
+
"", "translated_description": "", "deleted_mod_time": "2013-07-13T00:03:08Z",
|
112
|
+
"logo_image_url": "", "in_knowledge_map": false, "description": "", "x_pos":
|
113
|
+
0.0, "node_slug": "root", "deleted": false, "facebook_url": "", "backup_timestamp":
|
114
|
+
"2013-09-30T18:25:08Z", "render_type": "Root", "background_image_url": "",
|
115
|
+
"background_image_caption": "", "assessment_progress_key": "ax00000000", "topic_page_url":
|
116
|
+
null, "extended_slug": null, "slug": "root", "tags": [], "kind": "Topic",
|
117
|
+
"in_topic_browser": true, "sha": "cd292393092733892a8b6d924ce40d9c7e86e35a",
|
118
|
+
"standalone_title": "Khan Academy", "y_pos": 0.0, "current_revision_key":
|
119
|
+
"cd292393092733892a8b6d924ce40d9c7e86e35a", "content_kind": "Topic"}'
|
120
|
+
http_version:
|
121
|
+
recorded_at: Fri, 22 Nov 2013 15:56:37 GMT
|
122
|
+
- request:
|
123
|
+
method: get
|
124
|
+
uri: https://www.khanacademy.org/api/v1/topic/new-and-noteworthy
|
125
|
+
body:
|
126
|
+
encoding: US-ASCII
|
127
|
+
string: ''
|
128
|
+
headers:
|
129
|
+
Accept-Encoding:
|
130
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
131
|
+
Accept:
|
132
|
+
- '*/*'
|
133
|
+
User-Agent:
|
134
|
+
- Ruby
|
135
|
+
Host:
|
136
|
+
- www.khanacademy.org
|
137
|
+
response:
|
138
|
+
status:
|
139
|
+
code: 200
|
140
|
+
message: OK
|
141
|
+
headers:
|
142
|
+
Content-Type:
|
143
|
+
- application/json; charset=utf-8
|
144
|
+
Access-Control-Allow-Origin:
|
145
|
+
- '*'
|
146
|
+
Access-Control-Allow-Credentials:
|
147
|
+
- 'true'
|
148
|
+
X-Ka-Api-Response:
|
149
|
+
- 'true'
|
150
|
+
Cache-Control:
|
151
|
+
- no-cache
|
152
|
+
Set-Cookie:
|
153
|
+
- gae_b_id=X2dhZV9iaW5nb19yYW5kb206LS00NUx6YzQxV3lrV0NROE1MUlZlR3BWb0VPUTFnbXp0aDE3MFc2cQ==;
|
154
|
+
expires=Sat, 22 Nov 2014 15:56:37 GMT; Max-Age=31536000; Path=/
|
155
|
+
Vary:
|
156
|
+
- Accept-Encoding
|
157
|
+
Date:
|
158
|
+
- Fri, 22 Nov 2013 15:56:37 GMT
|
159
|
+
Server:
|
160
|
+
- Google Frontend
|
161
|
+
Expires:
|
162
|
+
- Fri, 22 Nov 2013 15:56:37 GMT
|
163
|
+
Transfer-Encoding:
|
164
|
+
- chunked
|
165
|
+
body:
|
166
|
+
encoding: UTF-8
|
167
|
+
string: '{"icon_src": "", "domain_slug": null, "relative_url": "/new-and-noteworthy",
|
168
|
+
"web_url": "", "ka_url": "http://www.khanacademy.org/new-and-noteworthy",
|
169
|
+
"translated_standalone_title": "New and noteworthy", "translated_title": "New
|
170
|
+
and noteworthy", "gplus_url": "", "id": "x29232c6b", "old_key_name": "-ApZRzGGmtYHHu3-81vynfgVFyup2iC4LzDUN56I",
|
171
|
+
"hide": false, "title": "New and noteworthy", "child_data": [{"kind": "Video",
|
172
|
+
"id": 1101921746}, {"kind": "Video", "id": 796509722}, {"kind": "Video", "id":
|
173
|
+
796388970}, {"kind": "Video", "id": 753767269}, {"kind": "Video", "id": 225139731},
|
174
|
+
{"kind": "Video", "id": 225139729}, {"kind": "Video", "id": 988721865}, {"kind":
|
175
|
+
"Video", "id": 884313452}, {"kind": "Video", "id": 671536496}, {"kind": "Video",
|
176
|
+
"id": 887553535}, {"kind": "Video", "id": 1049279550}, {"kind": "Video", "id":
|
177
|
+
796535894}, {"kind": "Video", "id": 796307891}, {"kind": "Video", "id": 1094139389},
|
178
|
+
{"kind": "Video", "id": 796502981}, {"kind": "Video", "id": 796434657}, {"kind":
|
179
|
+
"Video", "id": 871510490}, {"kind": "Video", "id": 884392300}, {"kind": "Video",
|
180
|
+
"id": "x77e83a17"}, {"kind": "Video", "id": 884395195}, {"kind": "Video",
|
181
|
+
"id": 1077533640}, {"kind": "Video", "id": 1094227108}, {"kind": "Video",
|
182
|
+
"id": 1094119956}, {"kind": "Video", "id": 1112847811}, {"kind": "Video",
|
183
|
+
"id": 1114711148}, {"kind": "Video", "id": 1081957510}, {"kind": "Video",
|
184
|
+
"id": 1095856196}, {"kind": "Video", "id": 1090948774}, {"kind": "Video",
|
185
|
+
"id": 1013985489}, {"kind": "Video", "id": "xca214ba1"}], "children": [{"kind":
|
186
|
+
"Video", "hide": false, "internal_id": "1101921746", "title": "Radio interview:
|
187
|
+
Sal on AirTalk talking about his new book", "url": "http://www.khanacademy.org/video/sal-on-airtalk-talking-about-his-new-book",
|
188
|
+
"node_slug": "v/sal-on-airtalk-talking-about-his-new-book", "edit_slug": "edit/v/1101921746",
|
189
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y0vu3jQQM", "translated_title":
|
190
|
+
"Radio interview: Sal on AirTalk talking about his new book", "id": "sal-on-airtalk-talking-about-his-new-book"},
|
191
|
+
{"kind": "Video", "hide": false, "internal_id": "796509722", "title": "Math
|
192
|
+
mechanics of Thai banking crisis", "url": "http://www.khanacademy.org/video/math-mechanics-of-thai-banking-crisis",
|
193
|
+
"node_slug": "v/math-mechanics-of-thai-banking-crisis", "edit_slug": "edit/v/796509722",
|
194
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Ymozn-wIM", "translated_title":
|
195
|
+
"Math mechanics of Thai banking crisis", "id": "math-mechanics-of-thai-banking-crisis"},
|
196
|
+
{"kind": "Video", "hide": false, "internal_id": "796388970", "title": "Financial
|
197
|
+
crisis in Thailand caused by speculative attack", "url": "http://www.khanacademy.org/video/financial-crisis-in-thailand-caused-by-speculative-attack",
|
198
|
+
"node_slug": "v/financial-crisis-in-thailand-caused-by-speculative-attack",
|
199
|
+
"edit_slug": "edit/v/796388970", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y6tzf-wIM",
|
200
|
+
"translated_title": "Financial crisis in Thailand caused by speculative attack",
|
201
|
+
"id": "financial-crisis-in-thailand-caused-by-speculative-attack"}, {"kind":
|
202
|
+
"Video", "hide": false, "internal_id": "753767269", "title": "LeBron asks:
|
203
|
+
What are the chances of making 10 free throws in a row?", "url": "http://www.khanacademy.org/video/lebron-asks-about-the-chances-of-making-10-free-throws",
|
204
|
+
"node_slug": "v/lebron-asks-about-the-chances-of-making-10-free-throws", "edit_slug":
|
205
|
+
"edit/v/753767269", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y5aa25wIM",
|
206
|
+
"translated_title": "LeBron asks: What are the chances of making 10 free throws
|
207
|
+
in a row?", "id": "lebron-asks-about-the-chances-of-making-10-free-throws"},
|
208
|
+
{"kind": "Video", "hide": false, "internal_id": "225139731", "title": "Primaries
|
209
|
+
and caucuses", "url": "http://www.khanacademy.org/video/primaries-and-caucuses",
|
210
|
+
"node_slug": "v/primaries-and-caucuses", "edit_slug": "edit/v/225139731",
|
211
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIOCxIFVmlkZW8Yk7itaww", "translated_title":
|
212
|
+
"Primaries and caucuses", "id": "primaries-and-caucuses"}, {"kind": "Video",
|
213
|
+
"hide": false, "internal_id": "225139729", "title": "Electoral college", "url":
|
214
|
+
"http://www.khanacademy.org/video/electoral-college", "node_slug": "v/electoral-college",
|
215
|
+
"edit_slug": "edit/v/225139729", "key": "ag5zfmtoYW4tYWNhZGVteXIOCxIFVmlkZW8Ykbitaww",
|
216
|
+
"translated_title": "Electoral college", "id": "electoral-college"}, {"kind":
|
217
|
+
"Video", "hide": false, "internal_id": "988721865", "title": "Hellenistic:
|
218
|
+
Apollonius, Boxer at Rest", "url": "http://www.khanacademy.org/video/apollonius--boxer-at-rest--c--100-b-c-e",
|
219
|
+
"node_slug": "v/apollonius--boxer-at-rest--c--100-b-c-e", "edit_slug": "edit/v/988721865",
|
220
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8YyeW61wMM", "translated_title":
|
221
|
+
"Hellenistic: Apollonius, Boxer at Rest", "id": "apollonius--boxer-at-rest--c--100-b-c-e"},
|
222
|
+
{"kind": "Video", "hide": false, "internal_id": "884313452", "title": "Divisibility
|
223
|
+
intuition", "url": "http://www.khanacademy.org/video/divisibility-intuition",
|
224
|
+
"node_slug": "v/divisibility-intuition", "edit_slug": "edit/v/884313452",
|
225
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y7JrWpQMM", "translated_title":
|
226
|
+
"Divisibility intuition", "id": "divisibility-intuition"}, {"kind": "Video",
|
227
|
+
"hide": false, "internal_id": "671536496", "title": "Bernini, Ecstasy of Saint
|
228
|
+
Teresa", "url": "http://www.khanacademy.org/video/bernini---ecstasy-of-st--theresa",
|
229
|
+
"node_slug": "v/bernini---ecstasy-of-st--theresa", "edit_slug": "edit/v/671536496",
|
230
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y8KqbwAIM", "translated_title":
|
231
|
+
"Bernini, Ecstasy of Saint Teresa", "id": "bernini---ecstasy-of-st--theresa"},
|
232
|
+
{"kind": "Video", "hide": false, "internal_id": "887553535", "title": "PPACA
|
233
|
+
or \"Obamacare\"", "url": "http://www.khanacademy.org/video/ppaca--or--obamacare",
|
234
|
+
"node_slug": "v/ppaca--or--obamacare", "edit_slug": "edit/v/887553535", "key":
|
235
|
+
"ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y__ubpwMM", "translated_title": "PPACA
|
236
|
+
or \"Obamacare\"", "id": "ppaca--or--obamacare"}, {"kind": "Video", "hide":
|
237
|
+
false, "internal_id": "1049279550", "title": "The language advocates", "url":
|
238
|
+
"http://www.khanacademy.org/video/the-language-advocates", "node_slug": "v/the-language-advocates",
|
239
|
+
"edit_slug": "edit/v/1049279550", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Yvviq9AMM",
|
240
|
+
"translated_title": "The language advocates", "id": "the-language-advocates"},
|
241
|
+
{"kind": "Video", "hide": false, "internal_id": "796535894", "title": "Why
|
242
|
+
Europe is worried about Greece", "url": "http://www.khanacademy.org/video/why-europe-is-worried-about-greece",
|
243
|
+
"node_slug": "v/why-europe-is-worried-about-greece", "edit_slug": "edit/v/796535894",
|
244
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y1tjo-wIM", "translated_title":
|
245
|
+
"Why Europe is worried about Greece", "id": "why-europe-is-worried-about-greece"},
|
246
|
+
{"kind": "Video", "hide": false, "internal_id": "796307891", "title": "How
|
247
|
+
and why Greece would leave the Euro (part 3)", "url": "http://www.khanacademy.org/video/how-and-why-greece-would-leave-the-euro--part-3",
|
248
|
+
"node_slug": "v/how-and-why-greece-would-leave-the-euro--part-3", "edit_slug":
|
249
|
+
"edit/v/796307891", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Ys-Pa-wIM",
|
250
|
+
"translated_title": "How and why Greece would leave the Euro (part 3)", "id":
|
251
|
+
"how-and-why-greece-would-leave-the-euro--part-3"}, {"kind": "Video", "hide":
|
252
|
+
false, "internal_id": "1094139389", "title": "Monte Carlo simulation to answer
|
253
|
+
LeBron''s question", "url": "http://www.khanacademy.org/video/monte-carlo-simulation-to-answer-lebron-s-question",
|
254
|
+
"node_slug": "v/monte-carlo-simulation-to-answer-lebron-s-question", "edit_slug":
|
255
|
+
"edit/v/1094139389", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y_fvciQQM",
|
256
|
+
"translated_title": "Monte Carlo simulation to answer LeBron''s question",
|
257
|
+
"id": "monte-carlo-simulation-to-answer-lebron-s-question"}, {"kind": "Video",
|
258
|
+
"hide": false, "internal_id": "796502981", "title": "Greek debt recession
|
259
|
+
and austerity (part 1)", "url": "http://www.khanacademy.org/video/greek-debt-recession-and-austerity--part-1",
|
260
|
+
"node_slug": "v/greek-debt-recession-and-austerity--part-1", "edit_slug":
|
261
|
+
"edit/v/796502981", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Yxdfm-wIM",
|
262
|
+
"translated_title": "Greek debt recession and austerity (part 1)", "id": "greek-debt-recession-and-austerity--part-1"},
|
263
|
+
{"kind": "Video", "hide": false, "internal_id": "796434657", "title": "Greek
|
264
|
+
financial crisis (part 2)", "url": "http://www.khanacademy.org/video/greek-financial-crisis--part-2",
|
265
|
+
"node_slug": "v/greek-financial-crisis--part-2", "edit_slug": "edit/v/796434657",
|
266
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y4cHi-wIM", "translated_title":
|
267
|
+
"Greek financial crisis (part 2)", "id": "greek-financial-crisis--part-2"},
|
268
|
+
{"kind": "Video", "hide": false, "internal_id": "871510490", "title": "Why
|
269
|
+
dividing by zero is undefined", "url": "http://www.khanacademy.org/video/why-dividing-by-zero-is-undefined",
|
270
|
+
"node_slug": "v/why-dividing-by-zero-is-undefined", "edit_slug": "edit/v/871510490",
|
271
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y2uPInwMM", "translated_title":
|
272
|
+
"Why dividing by zero is undefined", "id": "why-dividing-by-zero-is-undefined"},
|
273
|
+
{"kind": "Video", "hide": false, "internal_id": "884392300", "title": "The
|
274
|
+
fundamental theorem of arithmetic", "url": "http://www.khanacademy.org/video/the-fundamental-theorem-of-arithmetic",
|
275
|
+
"node_slug": "v/the-fundamental-theorem-of-arithmetic", "edit_slug": "edit/v/884392300",
|
276
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y7ILbpQMM", "translated_title":
|
277
|
+
"The fundamental theorem of arithmetic", "id": "the-fundamental-theorem-of-arithmetic"},
|
278
|
+
{"kind": "Video", "hide": false, "internal_id": "x77e83a17", "title": "Fermat''s
|
279
|
+
little theorem", "url": "http://www.khanacademy.org/video/fermat-s-little-theorem--visualization",
|
280
|
+
"node_slug": "v/fermat-s-little-theorem--visualization", "edit_slug": "edit/v/x77e83a17",
|
281
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVmlkZW8iCXg3N2U4M2ExNww", "translated_title":
|
282
|
+
"Fermat''s little theorem", "id": "fermat-s-little-theorem--visualization"},
|
283
|
+
{"kind": "Video", "hide": false, "internal_id": "884395195", "title": "The
|
284
|
+
why of the 3 divisibility rule", "url": "http://www.khanacademy.org/video/the-why-of-the-3-divisibility-rule",
|
285
|
+
"node_slug": "v/the-why-of-the-3-divisibility-rule", "edit_slug": "edit/v/884395195",
|
286
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Yu5nbpQMM", "translated_title":
|
287
|
+
"The why of the 3 divisibility rule", "id": "the-why-of-the-3-divisibility-rule"},
|
288
|
+
{"kind": "Video", "hide": false, "internal_id": "1077533640", "title": "Bit-zeeeeeeeeeee",
|
289
|
+
"url": "http://www.khanacademy.org/video/bit-zee classroom", "node_slug":
|
290
|
+
"v/bit-zee classroom", "edit_slug": "edit/v/1077533640", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8YyLfngQQM",
|
291
|
+
"translated_title": "Bit-zeeeeeeeeeee", "id": "bit-zee classroom"}, {"kind":
|
292
|
+
"Video", "hide": false, "internal_id": "1094227108", "title": "Super Yoga
|
293
|
+
plans: Basic variables and equations", "url": "http://www.khanacademy.org/video/super-yoga-plans--basic-variables-and-equations",
|
294
|
+
"node_slug": "v/super-yoga-plans--basic-variables-and-equations", "edit_slug":
|
295
|
+
"edit/v/1094227108", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8YpKniiQQM",
|
296
|
+
"translated_title": "Super Yoga plans: Basic variables and equations", "id":
|
297
|
+
"super-yoga-plans--basic-variables-and-equations"}, {"kind": "Video", "hide":
|
298
|
+
false, "internal_id": "1094119956", "title": "Super Yoga plans: Solving one-step
|
299
|
+
equations", "url": "http://www.khanacademy.org/video/super-yoga-plans--solving-one-step-equations",
|
300
|
+
"node_slug": "v/super-yoga-plans--solving-one-step-equations", "edit_slug":
|
301
|
+
"edit/v/1094119956", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8YlOTbiQQM",
|
302
|
+
"translated_title": "Super Yoga plans: Solving one-step equations", "id":
|
303
|
+
"super-yoga-plans--solving-one-step-equations"}, {"kind": "Video", "hide":
|
304
|
+
false, "internal_id": "1112847811", "title": "King''s cupcakes: Solving systems
|
305
|
+
by elimination", "url": "http://www.khanacademy.org/video/king-s-cupcakes---solving-systems-by-elimination",
|
306
|
+
"node_slug": "v/king-s-cupcakes---solving-systems-by-elimination", "edit_slug":
|
307
|
+
"edit/v/1112847811", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Yw-vSkgQM",
|
308
|
+
"translated_title": "King''s cupcakes: Solving systems by elimination", "id":
|
309
|
+
"king-s-cupcakes---solving-systems-by-elimination"}, {"kind": "Video", "hide":
|
310
|
+
false, "internal_id": "1114711148", "title": "How many bags of potato chips
|
311
|
+
do people eat?", "url": "http://www.khanacademy.org/video/how-many-bags-of-potato-chips-do-people-eat",
|
312
|
+
"node_slug": "v/how-many-bags-of-potato-chips-do-people-eat", "edit_slug":
|
313
|
+
"edit/v/1114711148", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y7MjEkwQM",
|
314
|
+
"translated_title": "How many bags of potato chips do people eat?", "id":
|
315
|
+
"how-many-bags-of-potato-chips-do-people-eat"}, {"kind": "Video", "hide":
|
316
|
+
false, "internal_id": "1081957510", "title": "Hundred days and Waterloo",
|
317
|
+
"url": "http://www.khanacademy.org/video/hundred-days-and-waterloo", "node_slug":
|
318
|
+
"v/hundred-days-and-waterloo", "edit_slug": "edit/v/1081957510", "key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Yhrn1gwQM",
|
319
|
+
"translated_title": "Hundred days and Waterloo", "id": "hundred-days-and-waterloo"},
|
320
|
+
{"kind": "Video", "hide": false, "internal_id": "1095856196", "title": "Trolls,
|
321
|
+
tolls, and systems of equations", "url": "http://www.khanacademy.org/video/trolls--tolls--and-systems-of-equations",
|
322
|
+
"node_slug": "v/trolls--tolls--and-systems-of-equations", "edit_slug": "edit/v/1095856196",
|
323
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8YxODFigQM", "translated_title":
|
324
|
+
"Trolls, tolls, and systems of equations", "id": "trolls--tolls--and-systems-of-equations"},
|
325
|
+
{"kind": "Video", "hide": false, "internal_id": "1090948774", "title": "Transfer
|
326
|
+
pricing and tax havens", "url": "http://www.khanacademy.org/video/transfer-pricing-and-tax-havens",
|
327
|
+
"node_slug": "v/transfer-pricing-and-tax-havens", "edit_slug": "edit/v/1090948774",
|
328
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Ypp2aiAQM", "translated_title":
|
329
|
+
"Transfer pricing and tax havens", "id": "transfer-pricing-and-tax-havens"},
|
330
|
+
{"kind": "Video", "hide": false, "internal_id": "1013985489", "title": "Overview
|
331
|
+
of KhanAcademy.org", "url": "http://www.khanacademy.org/video/overview-of-khanacademy-org",
|
332
|
+
"node_slug": "v/overview-of-khanacademy-org", "edit_slug": "edit/v/1013985489",
|
333
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIPCxIFVmlkZW8Y0eHA4wMM", "translated_title":
|
334
|
+
"Overview of KhanAcademy.org", "id": "overview-of-khanacademy-org"}, {"kind":
|
335
|
+
"Video", "hide": false, "internal_id": "xca214ba1", "title": "Electrolyte
|
336
|
+
(temperature test)", "url": "http://www.khanacademy.org/video/electrolye--temperature-test",
|
337
|
+
"node_slug": "v/electrolye--temperature-test", "edit_slug": "edit/v/xca214ba1",
|
338
|
+
"key": "ag5zfmtoYW4tYWNhZGVteXIUCxIFVmlkZW8iCXhjYTIxNGJhMQw", "translated_title":
|
339
|
+
"Electrolyte (temperature test)", "id": "electrolye--temperature-test"}],
|
340
|
+
"twitter_url": "", "translated_description": "", "deleted_mod_time": "2013-07-13T00:03:09Z",
|
341
|
+
"logo_image_url": "", "in_knowledge_map": false, "description": "", "x_pos":
|
342
|
+
0.0, "node_slug": "new-and-noteworthy", "deleted": false, "facebook_url":
|
343
|
+
"", "backup_timestamp": "2013-08-30T17:52:23Z", "render_type": "UncuratedTutorial",
|
344
|
+
"background_image_url": "", "background_image_caption": "", "assessment_progress_key":
|
345
|
+
"ax29232c6b", "topic_page_url": "/new-and-noteworthy", "extended_slug": "new-and-noteworthy",
|
346
|
+
"slug": "new-and-noteworthy", "tags": [], "kind": "Topic", "in_topic_browser":
|
347
|
+
false, "sha": "f5ead72090214ee3246929ba96e26fc1ae647489", "standalone_title":
|
348
|
+
"New and noteworthy", "y_pos": 0.0, "current_revision_key": "f5ead72090214ee3246929ba96e26fc1ae647489",
|
349
|
+
"content_kind": "Topic"}'
|
350
|
+
http_version:
|
351
|
+
recorded_at: Fri, 22 Nov 2013 15:56:37 GMT
|
352
|
+
- request:
|
353
|
+
method: get
|
354
|
+
uri: https://www.khanacademy.org/api/v1/topic/new-and-noteworthy/videos
|
355
|
+
body:
|
356
|
+
encoding: US-ASCII
|
357
|
+
string: ''
|
358
|
+
headers:
|
359
|
+
Accept-Encoding:
|
360
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
361
|
+
Accept:
|
362
|
+
- '*/*'
|
363
|
+
User-Agent:
|
364
|
+
- Ruby
|
365
|
+
Host:
|
366
|
+
- www.khanacademy.org
|
367
|
+
response:
|
368
|
+
status:
|
369
|
+
code: 200
|
370
|
+
message: OK
|
371
|
+
headers:
|
372
|
+
Content-Type:
|
373
|
+
- application/json; charset=utf-8
|
374
|
+
Access-Control-Allow-Origin:
|
375
|
+
- '*'
|
376
|
+
Access-Control-Allow-Credentials:
|
377
|
+
- 'true'
|
378
|
+
X-Ka-Api-Response:
|
379
|
+
- 'true'
|
380
|
+
Cache-Control:
|
381
|
+
- no-cache
|
382
|
+
Set-Cookie:
|
383
|
+
- gae_b_id=X2dhZV9iaW5nb19yYW5kb206S0kxZmRqbm1YSEkzdVpaOHJiV25JcHBDNXBpSVpDZ1l6YUlhMnRQTA==;
|
384
|
+
expires=Sat, 22 Nov 2014 15:56:38 GMT; Max-Age=31536000; Path=/
|
385
|
+
Vary:
|
386
|
+
- Accept-Encoding
|
387
|
+
Date:
|
388
|
+
- Fri, 22 Nov 2013 15:56:38 GMT
|
389
|
+
Server:
|
390
|
+
- Google Frontend
|
391
|
+
Expires:
|
392
|
+
- Fri, 22 Nov 2013 15:56:38 GMT
|
393
|
+
Transfer-Encoding:
|
394
|
+
- chunked
|
395
|
+
body:
|
396
|
+
encoding: UTF-8
|
397
|
+
string: '[{"translated_youtube_id": "l-QFT7XNeb4", "relative_url": "/video/sal-on-airtalk-talking-about-his-new-book",
|
398
|
+
"has_questions": false, "keywords": "", "ka_url": "http://www.khanacademy.org/video/sal-on-airtalk-talking-about-his-new-book",
|
399
|
+
"duration": 1022, "translated_title": "Radio interview: Sal on AirTalk talking
|
400
|
+
about his new book", "translated_description_html": "Sal talks with Larry
|
401
|
+
Mantle about The One World School House (http://www.amazon.com/dp/1455508381?tag=khanacad-20)",
|
402
|
+
"id": "1101921746", "description_html": "Sal talks with Larry Mantle about
|
403
|
+
The One World School House (http://www.amazon.com/dp/1455508381?tag=khanacad-20)",
|
404
|
+
"title": "Radio interview: Sal on AirTalk talking about his new book", "progress_key":
|
405
|
+
"v1101921746", "edit_slug": "edit/v/1101921746", "author_names": [], "deleted_mod_time":
|
406
|
+
"2013-07-13T00:03:08Z", "description": "Sal talks with Larry Mantle about
|
407
|
+
The One World School House (http://www.amazon.com/dp/1455508381?tag=khanacad-20)",
|
408
|
+
"extra_properties": {"original_url": ""}, "node_slug": "v/sal-on-airtalk-talking-about-his-new-book",
|
409
|
+
"deleted": false, "backup_timestamp": "2013-09-22T10:35:40Z", "date_added":
|
410
|
+
"2012-10-23T16:39:06Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/l-QFT7XNeb4.mp4/l-QFT7XNeb4.mp4",
|
411
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/l-QFT7XNeb4.mp4/l-QFT7XNeb4.png",
|
412
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/l-QFT7XNeb4.m3u8/l-QFT7XNeb4.m3u8"},
|
413
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=l-QFT7XNeb4&feature=youtube_gdata_player",
|
414
|
+
"ka_user_license": "yt-standard", "global_id": "v1101921746", "sha": "1d57ff6d1167c2bb719d4a5d97f4c152b52097e6",
|
415
|
+
"translated_description": "Sal talks with Larry Mantle about The One World
|
416
|
+
School House (http://www.amazon.com/dp/1455508381?tag=khanacad-20)", "image_url":
|
417
|
+
"https://img.youtube.com/vi/l-QFT7XNeb4/hqdefault.jpg", "youtube_id": "l-QFT7XNeb4",
|
418
|
+
"position": 1, "content_kind": "Video", "readable_id": "sal-on-airtalk-talking-about-his-new-book"},
|
419
|
+
{"translated_youtube_id": "9p3HNMe-oAI", "relative_url": "/video/math-mechanics-of-thai-banking-crisis",
|
420
|
+
"has_questions": false, "keywords": "macroeconomics, thai, currency, crisis",
|
421
|
+
"ka_url": "http://www.khanacademy.org/video/math-mechanics-of-thai-banking-crisis",
|
422
|
+
"duration": 461, "translated_title": "Math mechanics of Thai banking crisis",
|
423
|
+
"translated_description_html": "Going through the mechanics of how a Thai
|
424
|
+
financial institution can lose their shirt when their currency devalues.",
|
425
|
+
"id": "796509722", "description_html": "Going through the mechanics of how
|
426
|
+
a Thai financial institution can lose their shirt when their currency devalues.",
|
427
|
+
"title": "Math mechanics of Thai banking crisis", "progress_key": "v796509722",
|
428
|
+
"edit_slug": "edit/v/796509722", "author_names": ["Sal Khan"], "deleted_mod_time":
|
429
|
+
"2013-07-13T00:03:09Z", "description": "Going through the mechanics of how
|
430
|
+
a Thai financial institution can lose their shirt when their currency devalues.",
|
431
|
+
"extra_properties": null, "node_slug": "v/math-mechanics-of-thai-banking-crisis",
|
432
|
+
"deleted": false, "backup_timestamp": "2013-09-23T10:33:40Z", "date_added":
|
433
|
+
"2012-05-21T17:56:22Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/9p3HNMe-oAI.mp4/9p3HNMe-oAI.mp4",
|
434
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/9p3HNMe-oAI.mp4/9p3HNMe-oAI.png",
|
435
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/9p3HNMe-oAI.m3u8/9p3HNMe-oAI.m3u8"},
|
436
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=9p3HNMe-oAI&feature=youtube_gdata_player",
|
437
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v796509722", "sha": "a1990b5675776c032eb3c2d5f4cc111577168487",
|
438
|
+
"translated_description": "Going through the mechanics of how a Thai financial
|
439
|
+
institution can lose their shirt when their currency devalues.", "image_url":
|
440
|
+
"https://img.youtube.com/vi/9p3HNMe-oAI/hqdefault.jpg", "youtube_id": "9p3HNMe-oAI",
|
441
|
+
"position": 2, "content_kind": "Video", "readable_id": "math-mechanics-of-thai-banking-crisis"},
|
442
|
+
{"translated_youtube_id": "lA3sjWwu5-s", "relative_url": "/video/financial-crisis-in-thailand-caused-by-speculative-attack",
|
443
|
+
"has_questions": false, "keywords": "thailand, macroeconomics, currency",
|
444
|
+
"ka_url": "http://www.khanacademy.org/video/financial-crisis-in-thailand-caused-by-speculative-attack",
|
445
|
+
"duration": 393, "translated_title": "Financial crisis in Thailand caused
|
446
|
+
by speculative attack", "translated_description_html": "How a currency crisis
|
447
|
+
in Thailand led to a banking crisis in the 1990s", "id": "796388970", "description_html":
|
448
|
+
"How a currency crisis in Thailand led to a banking crisis in the 1990s",
|
449
|
+
"title": "Financial crisis in Thailand caused by speculative attack", "progress_key":
|
450
|
+
"v796388970", "edit_slug": "edit/v/796388970", "author_names": ["Sal Khan"],
|
451
|
+
"deleted_mod_time": "2013-07-13T00:03:08Z", "description": "How a currency
|
452
|
+
crisis in Thailand led to a banking crisis in the 1990s", "extra_properties":
|
453
|
+
null, "node_slug": "v/financial-crisis-in-thailand-caused-by-speculative-attack",
|
454
|
+
"deleted": false, "backup_timestamp": "2013-09-23T10:33:41Z", "date_added":
|
455
|
+
"2012-05-21T17:55:57Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/lA3sjWwu5-s.mp4/lA3sjWwu5-s.mp4",
|
456
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/lA3sjWwu5-s.mp4/lA3sjWwu5-s.png",
|
457
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/lA3sjWwu5-s.m3u8/lA3sjWwu5-s.m3u8"},
|
458
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=lA3sjWwu5-s&feature=youtube_gdata_player",
|
459
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v796388970", "sha": "f910eb87c642b030ec526faac24ab07b5518e715",
|
460
|
+
"translated_description": "How a currency crisis in Thailand led to a banking
|
461
|
+
crisis in the 1990s", "image_url": "https://img.youtube.com/vi/lA3sjWwu5-s/hqdefault.jpg",
|
462
|
+
"youtube_id": "lA3sjWwu5-s", "position": 3, "content_kind": "Video", "readable_id":
|
463
|
+
"financial-crisis-in-thailand-caused-by-speculative-attack"}, {"translated_youtube_id":
|
464
|
+
"iMqCSgqzmiQ", "relative_url": "/video/lebron-asks-about-the-chances-of-making-10-free-throws",
|
465
|
+
"has_questions": false, "keywords": "marquee, lebron, james, probability,
|
466
|
+
miami, heat, khan, academy, marquee", "ka_url": "http://www.khanacademy.org/video/lebron-asks-about-the-chances-of-making-10-free-throws",
|
467
|
+
"duration": 425, "translated_title": "LeBron asks: What are the chances of
|
468
|
+
making 10 free throws in a row?", "translated_description_html": "LeBron James
|
469
|
+
asks Sal how to determine the probability of making 10 free throws in a row",
|
470
|
+
"id": "753767269", "description_html": "LeBron James asks Sal how to determine
|
471
|
+
the probability of making 10 free throws in a row", "title": "LeBron asks:
|
472
|
+
What are the chances of making 10 free throws in a row?", "progress_key":
|
473
|
+
"v753767269", "edit_slug": "edit/v/753767269", "author_names": ["Sal Khan",
|
474
|
+
"LeBron James"], "deleted_mod_time": "2013-07-13T00:03:07Z", "description":
|
475
|
+
"LeBron James asks Sal how to determine the probability of making 10 free
|
476
|
+
throws in a row", "extra_properties": null, "node_slug": "v/lebron-asks-about-the-chances-of-making-10-free-throws",
|
477
|
+
"deleted": false, "backup_timestamp": "2013-09-26T18:42:36Z", "date_added":
|
478
|
+
"2012-04-30T15:16:22Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/iMqCSgqzmiQ.mp4/iMqCSgqzmiQ.mp4",
|
479
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/iMqCSgqzmiQ.mp4/iMqCSgqzmiQ.png",
|
480
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/iMqCSgqzmiQ.m3u8/iMqCSgqzmiQ.m3u8"},
|
481
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=iMqCSgqzmiQ&feature=youtube_gdata_player",
|
482
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v753767269", "sha": "9c4cadca1ed9299e2cbc8d7d232c21433764430f",
|
483
|
+
"translated_description": "LeBron James asks Sal how to determine the probability
|
484
|
+
of making 10 free throws in a row", "image_url": "https://img.youtube.com/vi/iMqCSgqzmiQ/hqdefault.jpg",
|
485
|
+
"youtube_id": "iMqCSgqzmiQ", "position": 4, "content_kind": "Video", "readable_id":
|
486
|
+
"lebron-asks-about-the-chances-of-making-10-free-throws"}, {"translated_youtube_id":
|
487
|
+
"z_QeYCg4yJ8", "relative_url": "/video/primaries-and-caucuses", "has_questions":
|
488
|
+
false, "keywords": "primary, caucus, politics", "ka_url": "http://www.khanacademy.org/video/primaries-and-caucuses",
|
489
|
+
"duration": 493, "translated_title": "Primaries and caucuses", "translated_description_html":
|
490
|
+
"How states choose their delegates for the national party conventions (video
|
491
|
+
content under CC-BY-SA license)", "id": "225139731", "description_html": "How
|
492
|
+
states choose their delegates for the national party conventions (video content
|
493
|
+
under CC-BY-SA license)", "title": "Primaries and caucuses", "progress_key":
|
494
|
+
"v225139731", "edit_slug": "edit/v/225139731", "author_names": ["Sal Khan"],
|
495
|
+
"deleted_mod_time": "2013-07-13T00:03:08Z", "description": "How states choose
|
496
|
+
their delegates for the national party conventions (video content under CC-BY-SA
|
497
|
+
license)", "extra_properties": {"originalUrl": ""}, "node_slug": "v/primaries-and-caucuses",
|
498
|
+
"deleted": false, "backup_timestamp": "2013-09-26T00:18:35Z", "date_added":
|
499
|
+
"2011-09-02T10:02:34Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/z_QeYCg4yJ8.mp4/z_QeYCg4yJ8.mp4",
|
500
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/z_QeYCg4yJ8.mp4/z_QeYCg4yJ8.png",
|
501
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/z_QeYCg4yJ8.m3u8/z_QeYCg4yJ8.m3u8"},
|
502
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=z_QeYCg4yJ8&feature=youtube_gdata_player",
|
503
|
+
"ka_user_license": "cc-by-sa", "global_id": "v225139731", "sha": "fcaffa3b080cb6e17c9870cd668df75d62c8a29e",
|
504
|
+
"translated_description": "How states choose their delegates for the national
|
505
|
+
party conventions (video content under CC-BY-SA license)", "image_url": "https://img.youtube.com/vi/z_QeYCg4yJ8/hqdefault.jpg",
|
506
|
+
"youtube_id": "z_QeYCg4yJ8", "position": 5, "content_kind": "Video", "readable_id":
|
507
|
+
"primaries-and-caucuses"}, {"translated_youtube_id": "oTbvYGH_Hiw", "relative_url":
|
508
|
+
"/video/electoral-college", "has_questions": false, "keywords": "politics,
|
509
|
+
electoral, college", "ka_url": "http://www.khanacademy.org/video/electoral-college",
|
510
|
+
"duration": 670, "translated_title": "Electoral college", "translated_description_html":
|
511
|
+
"How we elect our President in the United States", "id": "225139729", "description_html":
|
512
|
+
"How we elect our President in the United States", "title": "Electoral college",
|
513
|
+
"progress_key": "v225139729", "edit_slug": "edit/v/225139729", "author_names":
|
514
|
+
["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:08Z", "description": "How
|
515
|
+
we elect our President in the United States", "extra_properties": null, "node_slug":
|
516
|
+
"v/electoral-college", "deleted": false, "backup_timestamp": "2013-09-26T00:18:35Z",
|
517
|
+
"date_added": "2011-09-02T10:02:34Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/oTbvYGH_Hiw.mp4/oTbvYGH_Hiw.mp4",
|
518
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/oTbvYGH_Hiw.mp4/oTbvYGH_Hiw.png",
|
519
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/oTbvYGH_Hiw.m3u8/oTbvYGH_Hiw.m3u8"},
|
520
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=oTbvYGH_Hiw&feature=youtube_gdata_player",
|
521
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v225139729", "sha": "04fea2c1c722cd17a5fcf111f05a0ab7dfbf96d6",
|
522
|
+
"translated_description": "How we elect our President in the United States",
|
523
|
+
"image_url": "https://img.youtube.com/vi/oTbvYGH_Hiw/hqdefault.jpg", "youtube_id":
|
524
|
+
"oTbvYGH_Hiw", "position": 6, "content_kind": "Video", "readable_id": "electoral-college"},
|
525
|
+
{"translated_youtube_id": "FvsSPJoJB3k", "relative_url": "/video/apollonius--boxer-at-rest--c--100-b-c-e",
|
526
|
+
"has_questions": false, "keywords": "Apollonius, Boxer at Rest, Boxer, Boxing,
|
527
|
+
100 B.C.E., bronze, Palazzo Massimo, Museo Nazionale Romano, Rome, Greek,
|
528
|
+
Hellenistic, sculpture, art, art history", "ka_url": "http://www.khanacademy.org/video/apollonius--boxer-at-rest--c--100-b-c-e",
|
529
|
+
"duration": 254, "translated_title": "Hellenistic: Apollonius, Boxer at Rest",
|
530
|
+
"translated_description_html": "Apollonius, Boxer at Rest, c. 100 B.C.E.,
|
531
|
+
bronze, Hellenistic Period (Palazzo Massimo, Museo Nazionale Romano, Rome).
|
532
|
+
Speakers: Dr. Steven Zucker and Dr. Beth Harris", "id": "988721865", "description_html":
|
533
|
+
"Apollonius, Boxer at Rest, c. 100 B.C.E., bronze, Hellenistic Period (Palazzo
|
534
|
+
Massimo, Museo Nazionale Romano, Rome). Speakers: Dr. Steven Zucker and Dr.
|
535
|
+
Beth Harris", "title": "Hellenistic: Apollonius, Boxer at Rest", "progress_key":
|
536
|
+
"v988721865", "edit_slug": "edit/v/988721865", "author_names": ["Beth Harris",
|
537
|
+
"Steven Zucker"], "deleted_mod_time": "2013-07-13T00:03:07Z", "description":
|
538
|
+
"Apollonius, Boxer at Rest, c. 100 B.C.E., bronze, Hellenistic Period (Palazzo
|
539
|
+
Massimo, Museo Nazionale Romano, Rome). Speakers: Dr. Steven Zucker and Dr.
|
540
|
+
Beth Harris", "extra_properties": {"originalUrl": "http://smarthistory.khanacademy.org/apolloniuss-boxer-at-rest"},
|
541
|
+
"node_slug": "v/apollonius--boxer-at-rest--c--100-b-c-e", "deleted": false,
|
542
|
+
"backup_timestamp": "2013-09-22T10:35:39Z", "date_added": "2012-08-22T19:36:59Z",
|
543
|
+
"download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/FvsSPJoJB3k.mp4/FvsSPJoJB3k.mp4",
|
544
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/FvsSPJoJB3k.mp4/FvsSPJoJB3k.png",
|
545
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/FvsSPJoJB3k.m3u8/FvsSPJoJB3k.m3u8"},
|
546
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=FvsSPJoJB3k&feature=youtube_gdata_player",
|
547
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v988721865", "sha": "05e221c83f498eb69603f53c3f5486f17a5a5ffe",
|
548
|
+
"translated_description": "Apollonius, Boxer at Rest, c. 100 B.C.E., bronze,
|
549
|
+
Hellenistic Period (Palazzo Massimo, Museo Nazionale Romano, Rome). Speakers:
|
550
|
+
Dr. Steven Zucker and Dr. Beth Harris", "image_url": "https://img.youtube.com/vi/FvsSPJoJB3k/hqdefault.jpg",
|
551
|
+
"youtube_id": "FvsSPJoJB3k", "position": 7, "content_kind": "Video", "readable_id":
|
552
|
+
"apollonius--boxer-at-rest--c--100-b-c-e"}, {"translated_youtube_id": "AHRh3EpJQH0",
|
553
|
+
"relative_url": "/video/divisibility-intuition", "has_questions": false, "keywords":
|
554
|
+
"divisibility, factors, intuition", "ka_url": "http://www.khanacademy.org/video/divisibility-intuition",
|
555
|
+
"duration": 190, "translated_title": "Divisibility intuition", "translated_description_html":
|
556
|
+
"Example of Sal working on KA Divisibility Module: http://www.khanacademy.org/math/arithmetic/factors-multiples/e/divisibility_intuition",
|
557
|
+
"id": "884313452", "description_html": "Example of Sal working on KA Divisibility
|
558
|
+
Module: http://www.khanacademy.org/math/arithmetic/factors-multiples/e/divisibility_intuition",
|
559
|
+
"title": "Divisibility intuition", "progress_key": "v884313452", "edit_slug":
|
560
|
+
"edit/v/884313452", "author_names": ["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:07Z",
|
561
|
+
"description": "Example of Sal working on KA Divisibility Module: http://www.khanacademy.org/math/arithmetic/factors-multiples/e/divisibility_intuition",
|
562
|
+
"extra_properties": null, "node_slug": "v/divisibility-intuition", "deleted":
|
563
|
+
false, "backup_timestamp": "2013-09-22T10:35:39Z", "date_added": "2012-07-03T14:14:42Z",
|
564
|
+
"download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/AHRh3EpJQH0.mp4/AHRh3EpJQH0.mp4",
|
565
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/AHRh3EpJQH0.mp4/AHRh3EpJQH0.png",
|
566
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/AHRh3EpJQH0.m3u8/AHRh3EpJQH0.m3u8"},
|
567
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=AHRh3EpJQH0&feature=youtube_gdata_player",
|
568
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v884313452", "sha": "b43d67ade1c2e6f948dab8c92be243c19b43e72f",
|
569
|
+
"translated_description": "Example of Sal working on KA Divisibility Module:
|
570
|
+
http://www.khanacademy.org/math/arithmetic/factors-multiples/e/divisibility_intuition",
|
571
|
+
"image_url": "https://img.youtube.com/vi/AHRh3EpJQH0/hqdefault.jpg", "youtube_id":
|
572
|
+
"AHRh3EpJQH0", "position": 8, "content_kind": "Video", "readable_id": "divisibility-intuition"},
|
573
|
+
{"translated_youtube_id": "RKcJvjP9zgY", "relative_url": "/video/bernini---ecstasy-of-st--theresa",
|
574
|
+
"has_questions": false, "keywords": "Bernini, Theresa, Ecstasy of Saint Theresa,
|
575
|
+
Gian Lorenzo Bernini, 1647, 1652, Cornaro, Vittoria, Rome, Baroque, Counter
|
576
|
+
Reformation", "ka_url": "http://www.khanacademy.org/video/bernini---ecstasy-of-st--theresa",
|
577
|
+
"duration": 453, "translated_title": "Bernini, Ecstasy of Saint Teresa", "translated_description_html":
|
578
|
+
"Gian Lorenzo Bernini, Ecstasy of Saint Theresa, 1647-52 (Cornaro Chapel,
|
579
|
+
Santa Maria della Vittoria, Rome)", "id": "671536496", "description_html":
|
580
|
+
"Gian Lorenzo Bernini, Ecstasy of Saint Theresa, 1647-52 (Cornaro Chapel,
|
581
|
+
Santa Maria della Vittoria, Rome)", "title": "Bernini, Ecstasy of Saint Teresa",
|
582
|
+
"progress_key": "v671536496", "edit_slug": "edit/v/671536496", "author_names":
|
583
|
+
["Beth Harris", "Steven Zucker"], "deleted_mod_time": "2013-07-13T00:03:08Z",
|
584
|
+
"description": "Gian Lorenzo Bernini, Ecstasy of Saint Theresa, 1647-52 (Cornaro
|
585
|
+
Chapel, Santa Maria della Vittoria, Rome)", "extra_properties": {"originalUrl":
|
586
|
+
"http://smarthistory.khanacademy.org/bernini-ecstasy-of-st.-theresa"}, "node_slug":
|
587
|
+
"v/bernini---ecstasy-of-st--theresa", "deleted": false, "backup_timestamp":
|
588
|
+
"2013-09-23T10:33:40Z", "date_added": "2012-03-20T19:12:15Z", "download_urls":
|
589
|
+
{"mp4": "http://s3.amazonaws.com/KA-youtube-converted/RKcJvjP9zgY.mp4/RKcJvjP9zgY.mp4",
|
590
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/RKcJvjP9zgY.mp4/RKcJvjP9zgY.png",
|
591
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/RKcJvjP9zgY.m3u8/RKcJvjP9zgY.m3u8"},
|
592
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=RKcJvjP9zgY&feature=youtube_gdata_player",
|
593
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v671536496", "sha": "f3336dab9acee88008bdc5b9b04c73361cf1622a",
|
594
|
+
"translated_description": "Gian Lorenzo Bernini, Ecstasy of Saint Theresa,
|
595
|
+
1647-52 (Cornaro Chapel, Santa Maria della Vittoria, Rome)", "image_url":
|
596
|
+
"https://img.youtube.com/vi/RKcJvjP9zgY/hqdefault.jpg", "youtube_id": "RKcJvjP9zgY",
|
597
|
+
"position": 9, "content_kind": "Video", "readable_id": "bernini---ecstasy-of-st--theresa"},
|
598
|
+
{"translated_youtube_id": "8nW9L7cSop4", "relative_url": "/video/ppaca--or--obamacare",
|
599
|
+
"has_questions": false, "keywords": "PPACA, obamacare, individual, mandate",
|
600
|
+
"ka_url": "http://www.khanacademy.org/video/ppaca--or--obamacare", "duration":
|
601
|
+
434, "translated_title": "PPACA or \"Obamacare\"", "translated_description_html":
|
602
|
+
"Basic overview of what is sometimes referred to as \"Obamacare\"", "id":
|
603
|
+
"887553535", "description_html": "Basic overview of what is sometimes referred
|
604
|
+
to as \"Obamacare\"", "title": "PPACA or \"Obamacare\"", "progress_key": "v887553535",
|
605
|
+
"edit_slug": "edit/v/887553535", "author_names": ["Sal Khan"], "deleted_mod_time":
|
606
|
+
"2013-07-13T00:03:08Z", "description": "Basic overview of what is sometimes
|
607
|
+
referred to as \"Obamacare\"", "extra_properties": null, "node_slug": "v/ppaca--or--obamacare",
|
608
|
+
"deleted": false, "backup_timestamp": "2013-09-22T10:35:42Z", "date_added":
|
609
|
+
"2012-07-05T19:25:54Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/8nW9L7cSop4.mp4/8nW9L7cSop4.mp4",
|
610
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/8nW9L7cSop4.mp4/8nW9L7cSop4.png",
|
611
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/8nW9L7cSop4.m3u8/8nW9L7cSop4.m3u8"},
|
612
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=8nW9L7cSop4&feature=youtube_gdata_player",
|
613
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v887553535", "sha": "ff03f9bf43a4e4ff419b69dfa02b83b80fbbd237",
|
614
|
+
"translated_description": "Basic overview of what is sometimes referred to
|
615
|
+
as \"Obamacare\"", "image_url": "https://img.youtube.com/vi/8nW9L7cSop4/hqdefault.jpg",
|
616
|
+
"youtube_id": "8nW9L7cSop4", "position": 10, "content_kind": "Video", "readable_id":
|
617
|
+
"ppaca--or--obamacare"}, {"translated_youtube_id": "9BUDq62Ghic", "relative_url":
|
618
|
+
"/video/the-language-advocates", "has_questions": false, "keywords": "", "ka_url":
|
619
|
+
"http://www.khanacademy.org/video/the-language-advocates", "duration": 212,
|
620
|
+
"translated_title": "The language advocates", "translated_description_html":
|
621
|
+
"", "id": "1049279550", "description_html": "", "title": "The language advocates",
|
622
|
+
"progress_key": "v1049279550", "edit_slug": "edit/v/1049279550", "author_names":
|
623
|
+
["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:07Z", "description": "",
|
624
|
+
"extra_properties": null, "node_slug": "v/the-language-advocates", "deleted":
|
625
|
+
false, "backup_timestamp": "2013-09-22T10:35:41Z", "date_added": "2012-09-22T00:04:25Z",
|
626
|
+
"download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/9BUDq62Ghic.mp4/9BUDq62Ghic.mp4",
|
627
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/9BUDq62Ghic.mp4/9BUDq62Ghic.png",
|
628
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/9BUDq62Ghic.m3u8/9BUDq62Ghic.m3u8"},
|
629
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=9BUDq62Ghic&feature=youtube_gdata_player",
|
630
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v1049279550", "sha": "4eacac16b65b15f90c6bbd2da6eed19b8bb8732e",
|
631
|
+
"translated_description": "", "image_url": "https://img.youtube.com/vi/9BUDq62Ghic/hqdefault.jpg",
|
632
|
+
"youtube_id": "9BUDq62Ghic", "position": 11, "content_kind": "Video", "readable_id":
|
633
|
+
"the-language-advocates"}, {"translated_youtube_id": "xc-TSAQkqJ0", "relative_url":
|
634
|
+
"/video/why-europe-is-worried-about-greece", "has_questions": false, "keywords":
|
635
|
+
"eurozone, crisis, greece, marquee", "ka_url": "http://www.khanacademy.org/video/why-europe-is-worried-about-greece",
|
636
|
+
"duration": 489, "translated_title": "Why Europe is worried about Greece",
|
637
|
+
"translated_description_html": "Why the Greek situation is scary for Europe
|
638
|
+
as a whole", "id": "796535894", "description_html": "Why the Greek situation
|
639
|
+
is scary for Europe as a whole", "title": "Why Europe is worried about Greece",
|
640
|
+
"progress_key": "v796535894", "edit_slug": "edit/v/796535894", "author_names":
|
641
|
+
["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:07Z", "description": "Why
|
642
|
+
the Greek situation is scary for Europe as a whole", "extra_properties": null,
|
643
|
+
"node_slug": "v/why-europe-is-worried-about-greece", "deleted": false, "backup_timestamp":
|
644
|
+
"2013-09-22T10:35:39Z", "date_added": "2012-05-21T17:58:23Z", "download_urls":
|
645
|
+
{"mp4": "http://s3.amazonaws.com/KA-youtube-converted/xc-TSAQkqJ0.mp4/xc-TSAQkqJ0.mp4",
|
646
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/xc-TSAQkqJ0.mp4/xc-TSAQkqJ0.png",
|
647
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/xc-TSAQkqJ0.m3u8/xc-TSAQkqJ0.m3u8"},
|
648
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=xc-TSAQkqJ0&feature=youtube_gdata_player",
|
649
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v796535894", "sha": "ec92c6163a86997435470dbf35f090c826e70b14",
|
650
|
+
"translated_description": "Why the Greek situation is scary for Europe as
|
651
|
+
a whole", "image_url": "https://img.youtube.com/vi/xc-TSAQkqJ0/hqdefault.jpg",
|
652
|
+
"youtube_id": "xc-TSAQkqJ0", "position": 12, "content_kind": "Video", "readable_id":
|
653
|
+
"why-europe-is-worried-about-greece"}, {"translated_youtube_id": "jkmwAJMERrY",
|
654
|
+
"relative_url": "/video/how-and-why-greece-would-leave-the-euro--part-3",
|
655
|
+
"has_questions": false, "keywords": "euro, greece, financial, crisis", "ka_url":
|
656
|
+
"http://www.khanacademy.org/video/how-and-why-greece-would-leave-the-euro--part-3",
|
657
|
+
"duration": 501, "translated_title": "How and why Greece would leave the Euro
|
658
|
+
(part 3)", "translated_description_html": "The pain and mechanics of leaving
|
659
|
+
the Euro", "id": "796307891", "description_html": "The pain and mechanics
|
660
|
+
of leaving the Euro", "title": "How and why Greece would leave the Euro (part
|
661
|
+
3)", "progress_key": "v796307891", "edit_slug": "edit/v/796307891", "author_names":
|
662
|
+
["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:07Z", "description": "The
|
663
|
+
pain and mechanics of leaving the Euro", "extra_properties": null, "node_slug":
|
664
|
+
"v/how-and-why-greece-would-leave-the-euro--part-3", "deleted": false, "backup_timestamp":
|
665
|
+
"2013-09-23T10:33:40Z", "date_added": "2012-05-21T17:58:01Z", "download_urls":
|
666
|
+
{"mp4": "http://s3.amazonaws.com/KA-youtube-converted/jkmwAJMERrY.mp4/jkmwAJMERrY.mp4",
|
667
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/jkmwAJMERrY.mp4/jkmwAJMERrY.png",
|
668
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/jkmwAJMERrY.m3u8/jkmwAJMERrY.m3u8"},
|
669
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=jkmwAJMERrY&feature=youtube_gdata_player",
|
670
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v796307891", "sha": "5c9016e4c6b7d762870a3efb849c781dbef10517",
|
671
|
+
"translated_description": "The pain and mechanics of leaving the Euro", "image_url":
|
672
|
+
"https://img.youtube.com/vi/jkmwAJMERrY/hqdefault.jpg", "youtube_id": "jkmwAJMERrY",
|
673
|
+
"position": 13, "content_kind": "Video", "readable_id": "how-and-why-greece-would-leave-the-euro--part-3"},
|
674
|
+
{"translated_youtube_id": "-fCVxTTAtFQ", "relative_url": "/video/monte-carlo-simulation-to-answer-lebron-s-question",
|
675
|
+
"has_questions": false, "keywords": "marquee", "ka_url": "http://www.khanacademy.org/video/monte-carlo-simulation-to-answer-lebron-s-question",
|
676
|
+
"duration": 491, "translated_title": "Monte Carlo simulation to answer LeBron''s
|
677
|
+
question", "translated_description_html": "When down 3 with 30 seconds left,
|
678
|
+
is it better to take a hard 3 or an easy 2 and try to get another possession?
|
679
|
+
Simulation at: http://www.khanacademy.org/cs/basketball-decisions/1024155511",
|
680
|
+
"id": "1094139389", "description_html": "When down 3 with 30 seconds left,
|
681
|
+
is it better to take a hard 3 or an easy 2 and try to get another possession?
|
682
|
+
Simulation at: http://www.khanacademy.org/cs/basketball-decisions/1024155511",
|
683
|
+
"title": "Monte Carlo simulation to answer LeBron''s question", "progress_key":
|
684
|
+
"v1094139389", "edit_slug": "edit/v/1094139389", "author_names": ["Sal Khan"],
|
685
|
+
"deleted_mod_time": "2013-07-13T00:03:07Z", "description": "When down 3 with
|
686
|
+
30 seconds left, is it better to take a hard 3 or an easy 2 and try to get
|
687
|
+
another possession? Simulation at: http://www.khanacademy.org/cs/basketball-decisions/1024155511",
|
688
|
+
"extra_properties": null, "node_slug": "v/monte-carlo-simulation-to-answer-lebron-s-question",
|
689
|
+
"deleted": false, "backup_timestamp": "2013-09-22T10:35:41Z", "date_added":
|
690
|
+
"2012-10-18T17:39:57Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/-fCVxTTAtFQ.mp4/-fCVxTTAtFQ.mp4",
|
691
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/-fCVxTTAtFQ.mp4/-fCVxTTAtFQ.png",
|
692
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/-fCVxTTAtFQ.m3u8/-fCVxTTAtFQ.m3u8"},
|
693
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=-fCVxTTAtFQ&feature=youtube_gdata_player",
|
694
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v1094139389", "sha": "2c303ddd400fa3267febdf5ed75069e737bb2e5a",
|
695
|
+
"translated_description": "When down 3 with 30 seconds left, is it better
|
696
|
+
to take a hard 3 or an easy 2 and try to get another possession? Simulation
|
697
|
+
at: http://www.khanacademy.org/cs/basketball-decisions/1024155511", "image_url":
|
698
|
+
"https://img.youtube.com/vi/-fCVxTTAtFQ/hqdefault.jpg", "youtube_id": "-fCVxTTAtFQ",
|
699
|
+
"position": 14, "content_kind": "Video", "readable_id": "monte-carlo-simulation-to-answer-lebron-s-question"},
|
700
|
+
{"translated_youtube_id": "9p10aMu1Glo", "relative_url": "/video/greek-debt-recession-and-austerity--part-1",
|
701
|
+
"has_questions": false, "keywords": "EU, crisis, greece, italy, spain", "ka_url":
|
702
|
+
"http://www.khanacademy.org/video/greek-debt-recession-and-austerity--part-1",
|
703
|
+
"duration": 420, "translated_title": "Greek debt recession and austerity (part
|
704
|
+
1)", "translated_description_html": "A primer of why Greece is in a tough
|
705
|
+
situation (more in future videos)", "id": "796502981", "description_html":
|
706
|
+
"A primer of why Greece is in a tough situation (more in future videos)",
|
707
|
+
"title": "Greek debt recession and austerity (part 1)", "progress_key": "v796502981",
|
708
|
+
"edit_slug": "edit/v/796502981", "author_names": ["Sal Khan"], "deleted_mod_time":
|
709
|
+
"2013-07-13T00:03:07Z", "description": "A primer of why Greece is in a tough
|
710
|
+
situation (more in future videos)", "extra_properties": null, "node_slug":
|
711
|
+
"v/greek-debt-recession-and-austerity--part-1", "deleted": false, "backup_timestamp":
|
712
|
+
"2013-09-23T10:33:40Z", "date_added": "2012-05-21T17:56:47Z", "download_urls":
|
713
|
+
{"mp4": "http://s3.amazonaws.com/KA-youtube-converted/9p10aMu1Glo.mp4/9p10aMu1Glo.mp4",
|
714
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/9p10aMu1Glo.mp4/9p10aMu1Glo.png",
|
715
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/9p10aMu1Glo.m3u8/9p10aMu1Glo.m3u8"},
|
716
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=9p10aMu1Glo&feature=youtube_gdata_player",
|
717
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v796502981", "sha": "b4c9a93828a478420d6f0c2dd485817a7aace2b5",
|
718
|
+
"translated_description": "A primer of why Greece is in a tough situation
|
719
|
+
(more in future videos)", "image_url": "https://img.youtube.com/vi/9p10aMu1Glo/hqdefault.jpg",
|
720
|
+
"youtube_id": "9p10aMu1Glo", "position": 15, "content_kind": "Video", "readable_id":
|
721
|
+
"greek-debt-recession-and-austerity--part-1"}, {"translated_youtube_id": "CkNArgNPI2Y",
|
722
|
+
"relative_url": "/video/greek-financial-crisis--part-2", "has_questions":
|
723
|
+
false, "keywords": "greece, financial, crisis, eurozone, euro", "ka_url":
|
724
|
+
"http://www.khanacademy.org/video/greek-financial-crisis--part-2", "duration":
|
725
|
+
636, "translated_title": "Greek financial crisis (part 2)", "translated_description_html":
|
726
|
+
"What Greece could have done if it had its own currency", "id": "796434657",
|
727
|
+
"description_html": "What Greece could have done if it had its own currency",
|
728
|
+
"title": "Greek financial crisis (part 2)", "progress_key": "v796434657",
|
729
|
+
"edit_slug": "edit/v/796434657", "author_names": ["Sal Khan"], "deleted_mod_time":
|
730
|
+
"2013-07-13T00:03:07Z", "description": "What Greece could have done if it
|
731
|
+
had its own currency", "extra_properties": null, "node_slug": "v/greek-financial-crisis--part-2",
|
732
|
+
"deleted": false, "backup_timestamp": "2013-09-23T10:33:41Z", "date_added":
|
733
|
+
"2012-05-21T17:57:10Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/CkNArgNPI2Y.mp4/CkNArgNPI2Y.mp4",
|
734
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/CkNArgNPI2Y.mp4/CkNArgNPI2Y.png",
|
735
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/CkNArgNPI2Y.m3u8/CkNArgNPI2Y.m3u8"},
|
736
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=CkNArgNPI2Y&feature=youtube_gdata_player",
|
737
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v796434657", "sha": "6d9df469fc17b596c1bc2765d4e04fad598ae81b",
|
738
|
+
"translated_description": "What Greece could have done if it had its own currency",
|
739
|
+
"image_url": "https://img.youtube.com/vi/CkNArgNPI2Y/hqdefault.jpg", "youtube_id":
|
740
|
+
"CkNArgNPI2Y", "position": 16, "content_kind": "Video", "readable_id": "greek-financial-crisis--part-2"},
|
741
|
+
{"translated_youtube_id": "SQzjzStU1RQ", "relative_url": "/video/why-dividing-by-zero-is-undefined",
|
742
|
+
"has_questions": false, "keywords": "zero, undefined", "ka_url": "http://www.khanacademy.org/video/why-dividing-by-zero-is-undefined",
|
743
|
+
"duration": 248, "translated_title": "Why dividing by zero is undefined",
|
744
|
+
"translated_description_html": "Thinking about why dividing by zero is left
|
745
|
+
undefined", "id": "871510490", "description_html": "Thinking about why dividing
|
746
|
+
by zero is left undefined", "title": "Why dividing by zero is undefined",
|
747
|
+
"progress_key": "v871510490", "edit_slug": "edit/v/871510490", "author_names":
|
748
|
+
["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:07Z", "description": "Thinking
|
749
|
+
about why dividing by zero is left undefined", "extra_properties": null, "node_slug":
|
750
|
+
"v/why-dividing-by-zero-is-undefined", "deleted": false, "backup_timestamp":
|
751
|
+
"2013-09-23T18:42:23Z", "date_added": "2012-06-25T15:07:06Z", "download_urls":
|
752
|
+
{"mp4": "http://s3.amazonaws.com/KA-youtube-converted/SQzjzStU1RQ.mp4/SQzjzStU1RQ.mp4",
|
753
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/SQzjzStU1RQ.mp4/SQzjzStU1RQ.png",
|
754
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/SQzjzStU1RQ.m3u8/SQzjzStU1RQ.m3u8"},
|
755
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=SQzjzStU1RQ&feature=youtube_gdata_player",
|
756
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v871510490", "sha": "3c2e60f94a6dda0460d7de2d8859335ce7d1ed36",
|
757
|
+
"translated_description": "Thinking about why dividing by zero is left undefined",
|
758
|
+
"image_url": "https://img.youtube.com/vi/SQzjzStU1RQ/hqdefault.jpg", "youtube_id":
|
759
|
+
"SQzjzStU1RQ", "position": 17, "content_kind": "Video", "readable_id": "why-dividing-by-zero-is-undefined"},
|
760
|
+
{"translated_youtube_id": "uzvopM4PZLw", "relative_url": "/video/the-fundamental-theorem-of-arithmetic",
|
761
|
+
"has_questions": false, "keywords": "fundamental, theorem, of, arithmetic",
|
762
|
+
"ka_url": "http://www.khanacademy.org/video/the-fundamental-theorem-of-arithmetic",
|
763
|
+
"duration": 273, "translated_title": "The fundamental theorem of arithmetic",
|
764
|
+
"translated_description_html": "Ben Eater and Sal walk through the \"Fundamental
|
765
|
+
theorem of arithmetic\" module: http://www.khanacademy.org/math/arithmetic/factors-multiples/e/the_fundamental_theorem_of_arithmetic",
|
766
|
+
"id": "884392300", "description_html": "Ben Eater and Sal walk through the
|
767
|
+
\"Fundamental theorem of arithmetic\" module: http://www.khanacademy.org/math/arithmetic/factors-multiples/e/the_fundamental_theorem_of_arithmetic",
|
768
|
+
"title": "The fundamental theorem of arithmetic", "progress_key": "v884392300",
|
769
|
+
"edit_slug": "edit/v/884392300", "author_names": ["Sal Khan"], "deleted_mod_time":
|
770
|
+
"2013-07-13T00:03:08Z", "description": "Ben Eater and Sal walk through the
|
771
|
+
\"Fundamental theorem of arithmetic\" module: http://www.khanacademy.org/math/arithmetic/factors-multiples/e/the_fundamental_theorem_of_arithmetic",
|
772
|
+
"extra_properties": null, "node_slug": "v/the-fundamental-theorem-of-arithmetic",
|
773
|
+
"deleted": false, "backup_timestamp": "2013-09-23T10:33:39Z", "date_added":
|
774
|
+
"2012-07-03T14:16:39Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/uzvopM4PZLw.mp4/uzvopM4PZLw.mp4",
|
775
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/uzvopM4PZLw.mp4/uzvopM4PZLw.png",
|
776
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/uzvopM4PZLw.m3u8/uzvopM4PZLw.m3u8"},
|
777
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=uzvopM4PZLw&feature=youtube_gdata_player",
|
778
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v884392300", "sha": "b31f5f784f98ae59211243db6c22a3b6ecce5db6",
|
779
|
+
"translated_description": "Ben Eater and Sal walk through the \"Fundamental
|
780
|
+
theorem of arithmetic\" module: http://www.khanacademy.org/math/arithmetic/factors-multiples/e/the_fundamental_theorem_of_arithmetic",
|
781
|
+
"image_url": "https://img.youtube.com/vi/uzvopM4PZLw/hqdefault.jpg", "youtube_id":
|
782
|
+
"uzvopM4PZLw", "position": 18, "content_kind": "Video", "readable_id": "the-fundamental-theorem-of-arithmetic"},
|
783
|
+
{"translated_youtube_id": "XPMzosLWGHo", "relative_url": "/video/fermat-s-little-theorem--visualization",
|
784
|
+
"has_questions": false, "keywords": "fermat''s little theorem", "ka_url":
|
785
|
+
"http://www.khanacademy.org/video/fermat-s-little-theorem--visualization",
|
786
|
+
"duration": 366, "translated_title": "Fermat''s little theorem", "translated_description_html":
|
787
|
+
"Introduction to a key result in elementary number theory using a visualization
|
788
|
+
with beads", "id": "x77e83a17", "description_html": "Introduction to a key
|
789
|
+
result in elementary number theory using a visualization with beads", "title":
|
790
|
+
"Fermat''s little theorem", "progress_key": "vx77e83a17", "edit_slug": "edit/v/x77e83a17",
|
791
|
+
"author_names": [], "deleted_mod_time": "2013-07-13T00:03:07Z", "description":
|
792
|
+
"Introduction to a key result in elementary number theory using a visualization
|
793
|
+
with beads", "extra_properties": {"original_url": ""}, "node_slug": "v/fermat-s-little-theorem--visualization",
|
794
|
+
"deleted": false, "backup_timestamp": "2013-09-22T10:35:41Z", "date_added":
|
795
|
+
"2013-03-09T15:20:48Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/XPMzosLWGHo.mp4/XPMzosLWGHo.mp4",
|
796
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/XPMzosLWGHo.mp4/XPMzosLWGHo.png",
|
797
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/XPMzosLWGHo.m3u8/XPMzosLWGHo.m3u8"},
|
798
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=XPMzosLWGHo&feature=youtube_gdata_player",
|
799
|
+
"ka_user_license": "yt-standard", "global_id": "vx77e83a17", "sha": "4a5cde09a1ee18ee70afe6f771f2f6d46a772c3b",
|
800
|
+
"translated_description": "Introduction to a key result in elementary number
|
801
|
+
theory using a visualization with beads", "image_url": "https://img.youtube.com/vi/XPMzosLWGHo/hqdefault.jpg",
|
802
|
+
"youtube_id": "XPMzosLWGHo", "position": 19, "content_kind": "Video", "readable_id":
|
803
|
+
"fermat-s-little-theorem--visualization"}, {"translated_youtube_id": "NehkLV77ITk",
|
804
|
+
"relative_url": "/video/the-why-of-the-3-divisibility-rule", "has_questions":
|
805
|
+
false, "keywords": "divisibility", "ka_url": "http://www.khanacademy.org/video/the-why-of-the-3-divisibility-rule",
|
806
|
+
"duration": 303, "translated_title": "The why of the 3 divisibility rule",
|
807
|
+
"translated_description_html": "Why you can add the digits to see if something
|
808
|
+
is divisible by 3", "id": "884395195", "description_html": "Why you can add
|
809
|
+
the digits to see if something is divisible by 3", "title": "The why of the
|
810
|
+
3 divisibility rule", "progress_key": "v884395195", "edit_slug": "edit/v/884395195",
|
811
|
+
"author_names": ["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:09Z",
|
812
|
+
"description": "Why you can add the digits to see if something is divisible
|
813
|
+
by 3", "extra_properties": null, "node_slug": "v/the-why-of-the-3-divisibility-rule",
|
814
|
+
"deleted": false, "backup_timestamp": "2013-09-23T10:33:40Z", "date_added":
|
815
|
+
"2012-07-03T14:10:38Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/NehkLV77ITk.mp4/NehkLV77ITk.mp4",
|
816
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/NehkLV77ITk.mp4/NehkLV77ITk.png",
|
817
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/NehkLV77ITk.m3u8/NehkLV77ITk.m3u8"},
|
818
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=NehkLV77ITk&feature=youtube_gdata_player",
|
819
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v884395195", "sha": "edf47bb810464de5b5f660b123e098d009deba26",
|
820
|
+
"translated_description": "Why you can add the digits to see if something
|
821
|
+
is divisible by 3", "image_url": "https://img.youtube.com/vi/NehkLV77ITk/hqdefault.jpg",
|
822
|
+
"youtube_id": "NehkLV77ITk", "position": 20, "content_kind": "Video", "readable_id":
|
823
|
+
"the-why-of-the-3-divisibility-rule"}, {"translated_youtube_id": "CcziDRr5Myc",
|
824
|
+
"relative_url": "/video/bit-zee classroom", "has_questions": false, "keywords":
|
825
|
+
"Bit-zee bot", "ka_url": "http://www.khanacademy.org/video/bit-zee classroom",
|
826
|
+
"duration": 71, "translated_title": "Bit-zeeeeeeeeeee", "translated_description_html":
|
827
|
+
"<p>Bit-zee is a project designed to inspire students to explore math and
|
828
|
+
science. It was created from everyday items (a hair dryer, tap light, alarm
|
829
|
+
clock, digital camera, and a universal remote). See the following link for
|
830
|
+
help with the code https://sites.google.com/site/khanacademyprojects/home<\/p>\n",
|
831
|
+
"id": "1077533640", "description_html": "<p>Bit-zee is a project designed
|
832
|
+
to inspire students to explore math and science. It was created from everyday
|
833
|
+
items (a hair dryer, tap light, alarm clock, digital camera, and a universal
|
834
|
+
remote). See the following link for help with the code https://sites.google.com/site/khanacademyprojects/home<\/p>\n",
|
835
|
+
"title": "Bit-zeeeeeeeeeee", "progress_key": "v1077533640", "edit_slug": "edit/v/1077533640",
|
836
|
+
"author_names": ["Karl Wendt"], "deleted_mod_time": "2013-07-13T00:03:08Z",
|
837
|
+
"description": "Bit-zee is a project designed to inspire students to explore
|
838
|
+
math and science. It was created from everyday items (a hair dryer, tap light,
|
839
|
+
alarm clock, digital camera, and a universal remote). See the following link
|
840
|
+
for help with the code https://sites.google.com/site/khanacademyprojects/home\n",
|
841
|
+
"extra_properties": {"original_url": ""}, "node_slug": "v/bit-zee classroom",
|
842
|
+
"deleted": false, "backup_timestamp": "2013-09-25T16:38:55Z", "date_added":
|
843
|
+
"2012-10-09T05:17:09Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/CcziDRr5Myc.mp4/CcziDRr5Myc.mp4",
|
844
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/CcziDRr5Myc.mp4/CcziDRr5Myc.png",
|
845
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/CcziDRr5Myc.m3u8/CcziDRr5Myc.m3u8"},
|
846
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=CcziDRr5Myc&feature=youtube_gdata_player",
|
847
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v1077533640", "sha": "932e460c1667ba6de97d8a1c5a1a9f1330e4f899",
|
848
|
+
"translated_description": "Bit-zee is a project designed to inspire students
|
849
|
+
to explore math and science. It was created from everyday items (a hair dryer,
|
850
|
+
tap light, alarm clock, digital camera, and a universal remote). See the following
|
851
|
+
link for help with the code https://sites.google.com/site/khanacademyprojects/home\n",
|
852
|
+
"image_url": "https://img.youtube.com/vi/CcziDRr5Myc/hqdefault.jpg", "youtube_id":
|
853
|
+
"CcziDRr5Myc", "position": 21, "content_kind": "Video", "readable_id": "bit-zee
|
854
|
+
classroom"}, {"translated_youtube_id": "3tRc6mUumFk", "relative_url": "/video/super-yoga-plans--basic-variables-and-equations",
|
855
|
+
"has_questions": false, "keywords": "", "ka_url": "http://www.khanacademy.org/video/super-yoga-plans--basic-variables-and-equations",
|
856
|
+
"duration": 439, "translated_title": "Super Yoga plans: Basic variables and
|
857
|
+
equations", "translated_description_html": "Beginning to evaluate which yoga
|
858
|
+
plan is better for me", "id": "1094227108", "description_html": "Beginning
|
859
|
+
to evaluate which yoga plan is better for me", "title": "Super Yoga plans:
|
860
|
+
Basic variables and equations", "progress_key": "v1094227108", "edit_slug":
|
861
|
+
"edit/v/1094227108", "author_names": [], "deleted_mod_time": "2013-07-13T00:03:07Z",
|
862
|
+
"description": "Beginning to evaluate which yoga plan is better for me", "extra_properties":
|
863
|
+
null, "node_slug": "v/super-yoga-plans--basic-variables-and-equations", "deleted":
|
864
|
+
false, "backup_timestamp": "2013-09-24T15:20:16Z", "date_added": "2012-10-18T17:51:13Z",
|
865
|
+
"download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/3tRc6mUumFk.mp4/3tRc6mUumFk.mp4",
|
866
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/3tRc6mUumFk.mp4/3tRc6mUumFk.png",
|
867
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/3tRc6mUumFk.m3u8/3tRc6mUumFk.m3u8"},
|
868
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=3tRc6mUumFk&feature=youtube_gdata_player",
|
869
|
+
"ka_user_license": "yt-standard", "global_id": "v1094227108", "sha": "a4f1e5ec27ebe9ec630c22120ef3168d8573c9b4",
|
870
|
+
"translated_description": "Beginning to evaluate which yoga plan is better
|
871
|
+
for me", "image_url": "https://img.youtube.com/vi/3tRc6mUumFk/hqdefault.jpg",
|
872
|
+
"youtube_id": "3tRc6mUumFk", "position": 22, "content_kind": "Video", "readable_id":
|
873
|
+
"super-yoga-plans--basic-variables-and-equations"}, {"translated_youtube_id":
|
874
|
+
"hq1bUM2tyg0", "relative_url": "/video/super-yoga-plans--solving-one-step-equations",
|
875
|
+
"has_questions": false, "keywords": "", "ka_url": "http://www.khanacademy.org/video/super-yoga-plans--solving-one-step-equations",
|
876
|
+
"duration": 460, "translated_title": "Super Yoga plans: Solving one-step equations",
|
877
|
+
"translated_description_html": "Solving one-step equations to see how many
|
878
|
+
sessions can be attended", "id": "1094119956", "description_html": "Solving
|
879
|
+
one-step equations to see how many sessions can be attended", "title": "Super
|
880
|
+
Yoga plans: Solving one-step equations", "progress_key": "v1094119956", "edit_slug":
|
881
|
+
"edit/v/1094119956", "author_names": [], "deleted_mod_time": "2013-07-13T00:03:08Z",
|
882
|
+
"description": "Solving one-step equations to see how many sessions can be
|
883
|
+
attended", "extra_properties": null, "node_slug": "v/super-yoga-plans--solving-one-step-equations",
|
884
|
+
"deleted": false, "backup_timestamp": "2013-09-23T10:33:41Z", "date_added":
|
885
|
+
"2012-10-18T17:52:05Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/hq1bUM2tyg0.mp4/hq1bUM2tyg0.mp4",
|
886
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/hq1bUM2tyg0.mp4/hq1bUM2tyg0.png",
|
887
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/hq1bUM2tyg0.m3u8/hq1bUM2tyg0.m3u8"},
|
888
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=hq1bUM2tyg0&feature=youtube_gdata_player",
|
889
|
+
"ka_user_license": "yt-standard", "global_id": "v1094119956", "sha": "f42f7f9bcc557deebf3154c04c6bd83f1fb5bc41",
|
890
|
+
"translated_description": "Solving one-step equations to see how many sessions
|
891
|
+
can be attended", "image_url": "https://img.youtube.com/vi/hq1bUM2tyg0/hqdefault.jpg",
|
892
|
+
"youtube_id": "hq1bUM2tyg0", "position": 23, "content_kind": "Video", "readable_id":
|
893
|
+
"super-yoga-plans--solving-one-step-equations"}, {"translated_youtube_id":
|
894
|
+
"xCIHAjsZCE0", "relative_url": "/video/king-s-cupcakes---solving-systems-by-elimination",
|
895
|
+
"has_questions": false, "keywords": "", "ka_url": "http://www.khanacademy.org/video/king-s-cupcakes---solving-systems-by-elimination",
|
896
|
+
"duration": 540, "translated_title": "King''s cupcakes: Solving systems by
|
897
|
+
elimination", "translated_description_html": "Using simple elimination to
|
898
|
+
figure out how many cupcakes are eaten by children and adults", "id": "1112847811",
|
899
|
+
"description_html": "Using simple elimination to figure out how many cupcakes
|
900
|
+
are eaten by children and adults", "title": "King''s cupcakes: Solving systems
|
901
|
+
by elimination", "progress_key": "v1112847811", "edit_slug": "edit/v/1112847811",
|
902
|
+
"author_names": [], "deleted_mod_time": "2013-07-13T00:03:07Z", "description":
|
903
|
+
"Using simple elimination to figure out how many cupcakes are eaten by children
|
904
|
+
and adults", "extra_properties": null, "node_slug": "v/king-s-cupcakes---solving-systems-by-elimination",
|
905
|
+
"deleted": false, "backup_timestamp": "2013-09-22T10:35:39Z", "date_added":
|
906
|
+
"2012-10-29T17:49:16Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/xCIHAjsZCE0.mp4/xCIHAjsZCE0.mp4",
|
907
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/xCIHAjsZCE0.mp4/xCIHAjsZCE0.png",
|
908
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/xCIHAjsZCE0.m3u8/xCIHAjsZCE0.m3u8"},
|
909
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=xCIHAjsZCE0&feature=youtube_gdata_player",
|
910
|
+
"ka_user_license": "yt-standard", "global_id": "v1112847811", "sha": "2cf74a83a28ebf02909e125fbd327fc375b3900d",
|
911
|
+
"translated_description": "Using simple elimination to figure out how many
|
912
|
+
cupcakes are eaten by children and adults", "image_url": "https://img.youtube.com/vi/xCIHAjsZCE0/hqdefault.jpg",
|
913
|
+
"youtube_id": "xCIHAjsZCE0", "position": 24, "content_kind": "Video", "readable_id":
|
914
|
+
"king-s-cupcakes---solving-systems-by-elimination"}, {"translated_youtube_id":
|
915
|
+
"VuJEidLhY1E", "relative_url": "/video/how-many-bags-of-potato-chips-do-people-eat",
|
916
|
+
"has_questions": false, "keywords": "", "ka_url": "http://www.khanacademy.org/video/how-many-bags-of-potato-chips-do-people-eat",
|
917
|
+
"duration": 561, "translated_title": "How many bags of potato chips do people
|
918
|
+
eat?", "translated_description_html": "Using elimination to solve a system
|
919
|
+
of equations", "id": "1114711148", "description_html": "Using elimination
|
920
|
+
to solve a system of equations", "title": "How many bags of potato chips do
|
921
|
+
people eat?", "progress_key": "v1114711148", "edit_slug": "edit/v/1114711148",
|
922
|
+
"author_names": [], "deleted_mod_time": "2013-07-13T00:03:07Z", "description":
|
923
|
+
"Using elimination to solve a system of equations", "extra_properties": null,
|
924
|
+
"node_slug": "v/how-many-bags-of-potato-chips-do-people-eat", "deleted": false,
|
925
|
+
"backup_timestamp": "2013-09-22T10:35:40Z", "date_added": "2012-10-30T16:59:34Z",
|
926
|
+
"download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/VuJEidLhY1E.mp4/VuJEidLhY1E.mp4",
|
927
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/VuJEidLhY1E.mp4/VuJEidLhY1E.png",
|
928
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/VuJEidLhY1E.m3u8/VuJEidLhY1E.m3u8"},
|
929
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=VuJEidLhY1E&feature=youtube_gdata_player",
|
930
|
+
"ka_user_license": "yt-standard", "global_id": "v1114711148", "sha": "19ebfa03b68a958d849f765499479678a83a9024",
|
931
|
+
"translated_description": "Using elimination to solve a system of equations",
|
932
|
+
"image_url": "https://img.youtube.com/vi/VuJEidLhY1E/hqdefault.jpg", "youtube_id":
|
933
|
+
"VuJEidLhY1E", "position": 25, "content_kind": "Video", "readable_id": "how-many-bags-of-potato-chips-do-people-eat"},
|
934
|
+
{"translated_youtube_id": "ufymsKi9S3U", "relative_url": "/video/hundred-days-and-waterloo",
|
935
|
+
"has_questions": false, "keywords": "", "ka_url": "http://www.khanacademy.org/video/hundred-days-and-waterloo",
|
936
|
+
"duration": 453, "translated_title": "Hundred days and Waterloo", "translated_description_html":
|
937
|
+
"Napoleon''s escapes from Elba and retakes control only to be defeated at
|
938
|
+
Waterloo", "id": "1081957510", "description_html": "Napoleon''s escapes from
|
939
|
+
Elba and retakes control only to be defeated at Waterloo", "title": "Hundred
|
940
|
+
days and Waterloo", "progress_key": "v1081957510", "edit_slug": "edit/v/1081957510",
|
941
|
+
"author_names": [], "deleted_mod_time": "2013-07-13T00:03:08Z", "description":
|
942
|
+
"Napoleon''s escapes from Elba and retakes control only to be defeated at
|
943
|
+
Waterloo", "extra_properties": null, "node_slug": "v/hundred-days-and-waterloo",
|
944
|
+
"deleted": false, "backup_timestamp": "2013-09-25T16:13:01Z", "date_added":
|
945
|
+
"2012-10-11T15:33:17Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/ufymsKi9S3U.mp4/ufymsKi9S3U.mp4",
|
946
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/ufymsKi9S3U.mp4/ufymsKi9S3U.png",
|
947
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/ufymsKi9S3U.m3u8/ufymsKi9S3U.m3u8"},
|
948
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=ufymsKi9S3U&feature=youtube_gdata_player",
|
949
|
+
"ka_user_license": "yt-standard", "global_id": "v1081957510", "sha": "45480b8b099bbf4bbbc6b6f313c054a306d99789",
|
950
|
+
"translated_description": "Napoleon''s escapes from Elba and retakes control
|
951
|
+
only to be defeated at Waterloo", "image_url": "https://img.youtube.com/vi/ufymsKi9S3U/hqdefault.jpg",
|
952
|
+
"youtube_id": "ufymsKi9S3U", "position": 26, "content_kind": "Video", "readable_id":
|
953
|
+
"hundred-days-and-waterloo"}, {"translated_youtube_id": "OcNt-36QKu8", "relative_url":
|
954
|
+
"/video/trolls--tolls--and-systems-of-equations", "has_questions": false,
|
955
|
+
"keywords": "", "ka_url": "http://www.khanacademy.org/video/trolls--tolls--and-systems-of-equations",
|
956
|
+
"duration": 411, "translated_title": "Trolls, tolls, and systems of equations",
|
957
|
+
"translated_description_html": "A troll forces us to use algebra to figure
|
958
|
+
out the make-up of his currency. We end up setting up a system of equations",
|
959
|
+
"id": "1095856196", "description_html": "A troll forces us to use algebra
|
960
|
+
to figure out the make-up of his currency. We end up setting up a system
|
961
|
+
of equations", "title": "Trolls, tolls, and systems of equations", "progress_key":
|
962
|
+
"v1095856196", "edit_slug": "edit/v/1095856196", "author_names": [], "deleted_mod_time":
|
963
|
+
"2013-07-13T00:03:08Z", "description": "A troll forces us to use algebra to
|
964
|
+
figure out the make-up of his currency. We end up setting up a system of
|
965
|
+
equations", "extra_properties": null, "node_slug": "v/trolls--tolls--and-systems-of-equations",
|
966
|
+
"deleted": false, "backup_timestamp": "2013-09-22T10:35:42Z", "date_added":
|
967
|
+
"2012-10-19T16:56:41Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/OcNt-36QKu8.mp4/OcNt-36QKu8.mp4",
|
968
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/OcNt-36QKu8.mp4/OcNt-36QKu8.png",
|
969
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/OcNt-36QKu8.m3u8/OcNt-36QKu8.m3u8"},
|
970
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=OcNt-36QKu8&feature=youtube_gdata_player",
|
971
|
+
"ka_user_license": "yt-standard", "global_id": "v1095856196", "sha": "7c59d9f6f750f45278a5a799e7a28327f8ecae32",
|
972
|
+
"translated_description": "A troll forces us to use algebra to figure out
|
973
|
+
the make-up of his currency. We end up setting up a system of equations",
|
974
|
+
"image_url": "https://img.youtube.com/vi/OcNt-36QKu8/hqdefault.jpg", "youtube_id":
|
975
|
+
"OcNt-36QKu8", "position": 27, "content_kind": "Video", "readable_id": "trolls--tolls--and-systems-of-equations"},
|
976
|
+
{"translated_youtube_id": "TLSYwkWCIzA", "relative_url": "/video/transfer-pricing-and-tax-havens",
|
977
|
+
"has_questions": false, "keywords": "", "ka_url": "http://www.khanacademy.org/video/transfer-pricing-and-tax-havens",
|
978
|
+
"duration": 407, "translated_title": "Transfer pricing and tax havens", "translated_description_html":
|
979
|
+
"How a corporation can set up a tax haven and use it through transfer pricing.",
|
980
|
+
"id": "1090948774", "description_html": "How a corporation can set up a tax
|
981
|
+
haven and use it through transfer pricing.", "title": "Transfer pricing and
|
982
|
+
tax havens", "progress_key": "v1090948774", "edit_slug": "edit/v/1090948774",
|
983
|
+
"author_names": [], "deleted_mod_time": "2013-07-13T00:03:07Z", "description":
|
984
|
+
"How a corporation can set up a tax haven and use it through transfer pricing.",
|
985
|
+
"extra_properties": null, "node_slug": "v/transfer-pricing-and-tax-havens",
|
986
|
+
"deleted": false, "backup_timestamp": "2013-09-22T10:35:41Z", "date_added":
|
987
|
+
"2012-10-17T00:08:52Z", "download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/TLSYwkWCIzA.mp4/TLSYwkWCIzA.mp4",
|
988
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/TLSYwkWCIzA.mp4/TLSYwkWCIzA.png",
|
989
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/TLSYwkWCIzA.m3u8/TLSYwkWCIzA.m3u8"},
|
990
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=TLSYwkWCIzA&feature=youtube_gdata_player",
|
991
|
+
"ka_user_license": "yt-standard", "global_id": "v1090948774", "sha": "7a0e9417cb6b79d9c7f4ef29f548b923e3ee1f07",
|
992
|
+
"translated_description": "How a corporation can set up a tax haven and use
|
993
|
+
it through transfer pricing.", "image_url": "https://img.youtube.com/vi/TLSYwkWCIzA/hqdefault.jpg",
|
994
|
+
"youtube_id": "TLSYwkWCIzA", "position": 28, "content_kind": "Video", "readable_id":
|
995
|
+
"transfer-pricing-and-tax-havens"}, {"translated_youtube_id": "RcLy8Cyxw2k",
|
996
|
+
"relative_url": "/video/overview-of-khanacademy-org", "has_questions": false,
|
997
|
+
"keywords": "KA, Walkthrough, 2012", "ka_url": "http://www.khanacademy.org/video/overview-of-khanacademy-org",
|
998
|
+
"duration": 326, "translated_title": "Overview of KhanAcademy.org", "translated_description_html":
|
999
|
+
"An overview of the different ways to use Khan Academy", "id": "1013985489",
|
1000
|
+
"description_html": "An overview of the different ways to use Khan Academy",
|
1001
|
+
"title": "Overview of KhanAcademy.org", "progress_key": "v1013985489", "edit_slug":
|
1002
|
+
"edit/v/1013985489", "author_names": ["Sal Khan"], "deleted_mod_time": "2013-07-13T00:03:07Z",
|
1003
|
+
"description": "An overview of the different ways to use Khan Academy", "extra_properties":
|
1004
|
+
{"original_url": ""}, "node_slug": "v/overview-of-khanacademy-org", "deleted":
|
1005
|
+
false, "backup_timestamp": "2013-09-23T10:33:40Z", "date_added": "2012-08-31T01:17:21Z",
|
1006
|
+
"download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/RcLy8Cyxw2k.mp4/RcLy8Cyxw2k.mp4",
|
1007
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/RcLy8Cyxw2k.mp4/RcLy8Cyxw2k.png",
|
1008
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/RcLy8Cyxw2k.m3u8/RcLy8Cyxw2k.m3u8"},
|
1009
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=RcLy8Cyxw2k&feature=youtube_gdata_player",
|
1010
|
+
"ka_user_license": "cc-by-nc-sa", "global_id": "v1013985489", "sha": "3a72ca4c0b7e5574f21bfb9b3a85185b83faf30b",
|
1011
|
+
"translated_description": "An overview of the different ways to use Khan Academy",
|
1012
|
+
"image_url": "https://img.youtube.com/vi/RcLy8Cyxw2k/hqdefault.jpg", "youtube_id":
|
1013
|
+
"RcLy8Cyxw2k", "position": 29, "content_kind": "Video", "readable_id": "overview-of-khanacademy-org"},
|
1014
|
+
{"translated_youtube_id": "6bsu9w9iIQY", "relative_url": "/video/electrolye--temperature-test",
|
1015
|
+
"has_questions": false, "keywords": "electrolyte", "ka_url": "http://www.khanacademy.org/video/electrolye--temperature-test",
|
1016
|
+
"duration": 97, "translated_title": "Electrolyte (temperature test)", "translated_description_html":
|
1017
|
+
"Here we experiment with hot vs. cold vinegar as our electrolyte. Does the
|
1018
|
+
deflection in our galvanometer depend on temperature? Why?", "id": "xca214ba1",
|
1019
|
+
"description_html": "Here we experiment with hot vs. cold vinegar as our electrolyte.
|
1020
|
+
Does the deflection in our galvanometer depend on temperature? Why?", "title":
|
1021
|
+
"Electrolyte (temperature test)", "progress_key": "vxca214ba1", "edit_slug":
|
1022
|
+
"edit/v/xca214ba1", "author_names": [], "deleted_mod_time": "2013-07-13T00:03:09Z",
|
1023
|
+
"description": "Here we experiment with hot vs. cold vinegar as our electrolyte.
|
1024
|
+
Does the deflection in our galvanometer depend on temperature? Why?", "extra_properties":
|
1025
|
+
{"original_url": ""}, "node_slug": "v/electrolye--temperature-test", "deleted":
|
1026
|
+
false, "backup_timestamp": "2013-09-23T10:33:41Z", "date_added": "2013-04-20T15:47:34Z",
|
1027
|
+
"download_urls": {"mp4": "http://s3.amazonaws.com/KA-youtube-converted/6bsu9w9iIQY.mp4/6bsu9w9iIQY.mp4",
|
1028
|
+
"png": "http://s3.amazonaws.com/KA-youtube-converted/6bsu9w9iIQY.mp4/6bsu9w9iIQY.png",
|
1029
|
+
"m3u8": "http://s3.amazonaws.com/KA-youtube-converted/6bsu9w9iIQY.m3u8/6bsu9w9iIQY.m3u8"},
|
1030
|
+
"translated_youtube_lang": "en", "kind": "Video", "url": "http://www.youtube.com/watch?v=6bsu9w9iIQY&feature=youtube_gdata_player",
|
1031
|
+
"ka_user_license": "yt-standard", "global_id": "vxca214ba1", "sha": "a5be6c87ed86735bb59dd78c223e415427b86617",
|
1032
|
+
"translated_description": "Here we experiment with hot vs. cold vinegar as
|
1033
|
+
our electrolyte. Does the deflection in our galvanometer depend on temperature?
|
1034
|
+
Why?", "image_url": "https://img.youtube.com/vi/6bsu9w9iIQY/hqdefault.jpg",
|
1035
|
+
"youtube_id": "6bsu9w9iIQY", "position": 30, "content_kind": "Video", "readable_id":
|
1036
|
+
"electrolye--temperature-test"}]'
|
1037
|
+
http_version:
|
1038
|
+
recorded_at: Fri, 22 Nov 2013 15:56:38 GMT
|
1039
|
+
recorded_with: VCR 2.6.0
|