youtube-dl/test
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.
..
swftests [swfinterp] Add more builtins and improve static variables
__init__.py Add support for single-test tox runs
helper.py [franceculture] Rewrite for new HTML scheme (Fixes )
parameters.json [test/parameters.json] Set 'fixup' to 'never'
test_InfoExtractor.py [InfoExtractor/common] Correct and test meta tag matching
test_YoutubeDL.py [test/test_YoutubeDL] Remove debug print call
test_age_restriction.py [test_age_restriction] remove misbehaving test
test_all_urls.py [twitch] Move URL matching tests into extractor
test_cache.py [test_cache] Add a dot in the file name
test_compat.py [test/test_compat] Restore the old value of the HOME environment variable
test_download.py [test_download] Remove references to "file" in test definitions
test_execution.py [tests] Modernize
test_http.py [test_http] PEP8
test_jsinterp.py [jsinterp] Beef up and add tests
test_subtitles.py Improve subtitles support
test_swfinterp.py [tests] Modernize
test_unicode_literals.py [test/test_unicode_literals] Remove duplicated imports
test_utils.py [YoutubeDL] Add generic video filtering (Fixes )
test_write_annotations.py [test_unicode_literals] Arm unicode_literals check
test_youtube_lists.py [test_unicode_literals] Arm unicode_literals check
test_youtube_signature.py [test/test_youtube_signature] Use fake YDL
testcert.pem Add a test for --no-check-certificate