'title':'Vishal Sikka: The beauty and power of algorithms',
'thumbnail':'re:^https?://.+\.jpg',
'description':'Adaptive, intelligent, and consistent, algorithms are emerging as the ultimate app for everything from matching consumers to products to assessing medical diagnoses. Vishal Sikka shares his appreciation for the algorithm, charting both its inherent beauty and its growing power.',
}
}]
_FORMATS_PREFERENCE={
_FORMATS_PREFERENCE={
'low':1,
'low':1,
@ -57,6 +69,8 @@ class TEDIE(SubtitlesInfoExtractor):
name=m.group('name')
name=m.group('name')
ifm.group('type_talk'):
ifm.group('type_talk'):
returnself._talk_info(url,name)
returnself._talk_info(url,name)
elifm.group('type_watch'):
returnself._watch_info(url,name)
else:
else:
returnself._playlist_videos_info(url,name)
returnself._playlist_videos_info(url,name)
@ -123,3 +137,26 @@ class TEDIE(SubtitlesInfoExtractor):
else:
else:
self._downloader.report_warning(u'video doesn\'t have subtitles')
self._downloader.report_warning(u'video doesn\'t have subtitles')