aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/ted.py
Commit message (Collapse)AuthorAgeFilesLines
* [ted] Fix subtitles extraction (closes #13628, closes #13629)Sergey M․2017-07-111-14/+16
|
* [ted] Fix extraction (closes #13535))Sergey M․2017-07-011-15/+34
|
* Don't list master m3u8 playlists in format list (closes #12832)Sergey M․2017-04-271-1/+1
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [ted] add support for youtube embeds and update testsremitamine2016-04-301-8/+17
|
* [ted] extract all http formatsremitamine2016-04-301-16/+29
|
* update tests related to the change in youtube http format sortingremitamine2016-03-051-1/+1
| | | | the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
* [ted] Skip hls quality selection formatSergey M․2015-04-201-0/+2
|
* [ted] Lower preference for direct audio since it's monoSergey M․2015-04-201-0/+1
|
* [ted] Fix hls audio/video-only formatsSergey M․2015-04-201-1/+4
|
* [ted] Clarify IE_NAMESergey M․2015-04-201-0/+1
|
* [ted] Clarify audio/video-only formatsSergey M․2015-04-201-2/+6
|
* [ted] Extract all formats (Closes #5397)Sergey M․2015-04-101-14/+37
|
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-12/+11
|\ | | | | | | (Closes PR #4964)
| * [ted] Always extract the subtitlesJaime Marquínez Ferrándiz2015-02-221-4/+1
| | | | | | | | The required info is already in the webpage
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | [ted] Improve external video handling and add testSergey M․2015-02-211-7/+24
| |
* | prefer 'code' to 'uri' if presentminusf2015-02-201-1/+5
|/
* [ted] Add support for embed-ssl.ted.com embedded videosJaime Marquínez Ferrándiz2015-01-051-2/+2
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
| | | | | | | | · 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
* [ted] Fix type_watch links extractionSergey M․2014-12-031-2/+3
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-5/+5
|
* [ted] Extract duration (closes #4155)Jaime Marquínez Ferrándiz2014-11-121-0/+3
|
* [ted] Add support for external videos (fixes #3948)Jaime Marquínez Ferrándiz2014-10-151-0/+23
|
* [generic] Fix testcasesPhilipp Hagemeister2014-09-291-1/+1
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+7
| | | | 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).
* [ted] Remove md5sum from testPhilipp Hagemeister2014-08-271-1/+0
| | | | This failed multiple times, and the md5sum is not that important anyways.
* [ted] Update test md5Sergey M․2014-06-121-1/+1
|
* [ted] Update testSergey M․2014-04-221-6/+3
|
* [ted] Extend search for descriptionPhilipp Hagemeister2014-04-211-1/+4
|
* [ted] Remove superfluous u prefixesPhilipp Hagemeister2014-04-211-2/+2
|
* [ted] Use the rtmp links if there http downloads are not available.Jaime Marquínez Ferrándiz2014-04-141-5/+30
|
* [ted] Add width and height (Fixes #2716)Philipp Hagemeister2014-04-071-6/+9
|
* [ted] Add support for watch/ URLs (Fixes #2637)Philipp Hagemeister2014-03-271-3/+40
|
* [ted] Simplify embed code (#2587)Philipp Hagemeister2014-03-201-4/+7
|
* [TEDIE] Add support for embeded TED video URLsanovicecodemonkey2014-03-201-1/+4
|
* [ted] Add 'http://' to the thumbnail url if it's missingJaime Marquínez Ferrándiz2014-03-161-1/+4
|
* [ted] Remove unused import and modernize testJaime Marquínez Ferrándiz2014-03-051-3/+3
|
* [ted] Style fixesJaime Marquínez Ferrándiz2014-03-051-21/+21
|
* [ted] Fix playlist extraction and add a testJaime Marquínez Ferrándiz2014-03-051-19/+18
|
* [ted] Fix video extractionJaime Marquínez Ferrándiz2014-03-041-42/+39
| | | | The site has been redesigned
* [ted] Updated checksumsPhilipp Hagemeister2014-01-171-1/+1
|
* [ted] Use unicode_literalsPhilipp Hagemeister2014-01-171-7/+10
|
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-2/+1
|
* [ted] Fix playlists (Fixes #1770)Philipp Hagemeister2013-11-151-15/+14
|
* [ted] simplifyPhilipp Hagemeister2013-11-151-7/+2
|
* [ted] Return a single info_dict for talks urlsJaime Marquínez Ferrándiz2013-11-101-1/+1
| | | | It failed with the --list-subs option
* [ted] fixed error in case of no subtitles presentIsmaël Mejía2013-11-051-8/+16
| | | | | I created a test, but I leave it commented since TED videos get new subtitles frequently.
* [ted] Added support for subtitle downloadIsmaël Mejía2013-11-021-4/+24
|
* [ted] Prepare #980 mergePhilipp Hagemeister2013-10-041-7/+15
|