aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ted.py
AgeCommit message (Collapse)Author
2019-09-26[ted] check for resources validity and extract subtitled downloads(closes ↵Remita Amine
#22513)
2019-07-04[ted] Restrict info regex (closes #21631)Sergey M․
2019-06-08[ted] Improve playlist extraction (closes #21032)Sergey M․
2019-06-08[ted] Fix playlist extraction (closes #20844)biwubo
2019-01-19[ted] correct acodec for http formats(#18923)Remita Amine
2019-01-01Refactor code to use url_resultElan Ruusamäe
2018-10-15[ted] fix extraction for http and rtmp formats(closes #5941)(closes ↵Remita Amine
#17572)(closes #17894)
2018-07-28[ted] Improve extraction and update testsSergey M․
2018-07-28[ted] Fix extraction for videos without nativeDownloads (closes #16756, ↵Sergey M․
closes #17085)
2017-07-11[ted] Fix subtitles extraction (closes #13628, closes #13629)Sergey M․
2017-07-01[ted] Fix extraction (closes #13535))Sergey M․
2017-04-27Don't list master m3u8 playlists in format list (closes #12832)Sergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-04-30[ted] add support for youtube embeds and update testsremitamine
2016-04-30[ted] extract all http formatsremitamine
2016-03-05update tests related to the change in youtube http format sortingremitamine
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
2015-04-20[ted] Skip hls quality selection formatSergey M․
2015-04-20[ted] Lower preference for direct audio since it's monoSergey M․
2015-04-20[ted] Fix hls audio/video-only formatsSergey M․
2015-04-20[ted] Clarify IE_NAMESergey M․
2015-04-20[ted] Clarify audio/video-only formatsSergey M․
2015-04-10[ted] Extract all formats (Closes #5397)Sergey M․
2015-02-23Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz
(Closes PR #4964)
2015-02-22[ted] Always extract the subtitlesJaime Marquínez Ferrándiz
The required info is already in the webpage
2015-02-21[ted] Improve external video handling and add testSergey M․
2015-02-20prefer 'code' to 'uri' if presentminusf
2015-02-16Improve subtitles supportJaime Marquínez Ferrándiz
For each language the extractor builds a list with the available formats sorted (like for video formats), then YoutubeDL selects one of them using the '--sub-format' option which now allows giving the format preferences (for example 'ass/srt/best'). For each format the 'url' field can be set so that we only download the contents if needed, or if the contents needs to be processed (like in crunchyroll) the 'data' field can be used. The reasons for this change are: * We weren't checking that the format given with '--sub-format' was available, checking it in each extractor would be repetitive. * It allows to easily support giving a format preference. * The subtitles were automatically downloaded in the extractor, but I think that if you use for example the '--dump-json' option you want to finish as fast as possible. Currently only the ted extractor has been updated, but the old system still works.
2015-01-05[ted] Add support for embed-ssl.ted.com embedded videosJaime Marquínez Ferrándiz
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
2014-12-03[ted] Fix type_watch links extractionSergey M․
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-12[ted] Extract duration (closes #4155)Jaime Marquínez Ferrándiz
2014-10-15[ted] Add support for external videos (fixes #3948)Jaime Marquínez Ferrándiz
2014-09-29[generic] Fix testcasesPhilipp Hagemeister
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-08-27[ted] Remove md5sum from testPhilipp Hagemeister
This failed multiple times, and the md5sum is not that important anyways.
2014-06-12[ted] Update test md5Sergey M․
2014-04-22[ted] Update testSergey M․
2014-04-21[ted] Extend search for descriptionPhilipp Hagemeister
2014-04-21[ted] Remove superfluous u prefixesPhilipp Hagemeister
2014-04-14[ted] Use the rtmp links if there http downloads are not available.Jaime Marquínez Ferrándiz
2014-04-07[ted] Add width and height (Fixes #2716)Philipp Hagemeister
2014-03-27[ted] Add support for watch/ URLs (Fixes #2637)Philipp Hagemeister
2014-03-20[ted] Simplify embed code (#2587)Philipp Hagemeister
2014-03-20[TEDIE] Add support for embeded TED video URLsanovicecodemonkey
2014-03-16[ted] Add 'http://' to the thumbnail url if it's missingJaime Marquínez Ferrándiz
2014-03-05[ted] Remove unused import and modernize testJaime Marquínez Ferrándiz
2014-03-05[ted] Style fixesJaime Marquínez Ferrándiz
2014-03-05[ted] Fix playlist extraction and add a testJaime Marquínez Ferrándiz
2014-03-04[ted] Fix video extractionJaime Marquínez Ferrándiz
The site has been redesigned