You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jaime Marquínez Ferrándiz a504ced097 Improve subtitles support
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.
9 years ago
..
swftests [swfinterp] Add more builtins and improve static variables 10 years ago
__init__.py Add support for single-test tox runs 11 years ago
helper.py [franceculture] Rewrite for new HTML scheme (Fixes #4853) 9 years ago
parameters.json [test/parameters.json] Set 'fixup' to 'never' 9 years ago
test_InfoExtractor.py [InfoExtractor/common] Correct and test meta tag matching 9 years ago
test_YoutubeDL.py [test/test_YoutubeDL] Remove debug print call 9 years ago
test_age_restriction.py [test_age_restriction] remove misbehaving test 9 years ago
test_all_urls.py [twitch] Move URL matching tests into extractor 9 years ago
test_cache.py [test_cache] Add a dot in the file name 10 years ago
test_compat.py [test/test_compat] Restore the old value of the HOME environment variable 10 years ago
test_download.py [test_download] Remove references to "file" in test definitions 9 years ago
test_execution.py [tests] Modernize 10 years ago
test_http.py [test_http] PEP8 9 years ago
test_jsinterp.py [jsinterp] Beef up and add tests 9 years ago
test_subtitles.py Improve subtitles support 9 years ago
test_swfinterp.py [tests] Modernize 10 years ago
test_unicode_literals.py [test/test_unicode_literals] Remove duplicated imports 10 years ago
test_utils.py [YoutubeDL] Add generic video filtering (Fixes #4916) 9 years ago
test_write_annotations.py [test_unicode_literals] Arm unicode_literals check 10 years ago
test_youtube_lists.py [test_unicode_literals] Arm unicode_literals check 10 years ago
test_youtube_signature.py [test/test_youtube_signature] Use fake YDL 9 years ago
testcert.pem Add a test for --no-check-certificate 9 years ago