This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"all_urls": [ | |
"http:\/\/www.youtube.com\/watch?v=VohNDqzWP9E" | |
], | |
"allow_community_edits": false, | |
"allow_video_urls_edit": true, | |
"complete_date": null, | |
"created": "2014-11-21T11:42:09", | |
"description": "In the spirit of ideas worth spreading, TEDx is a program of local, self-organized events that bring people together to share a TED-like experience. At a TEDx event, TEDTalks video and live speakers combine to spark deep discussion and connection in a small group. These local, self-organized events are branded TEDx, where x = independently organized TED event. The TED Conference provides general guidance for the TEDx program, but individual TEDx events are self-organized.* (*Subject to certain rules and regulations)", | |
"duration": 547, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"languages": { | |
"aa": "Afar", | |
"ab": "Abkhazian", | |
"ae": "Avestan", | |
"aeb": "Tunisian Arabic", | |
"af": "Afrikaans", | |
"aka": "Akan", | |
"am": "Amharic", | |
"amh": "Amharic", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
headers = { | |
'Content-Type': 'application/json', | |
'Accept': 'application/json', | |
'X-apikey': api_key.key, | |
'X-api-username': api_key.username, | |
} | |
video_data = { | |
'duration': 60, |