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. |
10 years ago | |
---|---|---|
.. | ||
downloader | [downloader/external] Simplify source_address | 10 years ago |
extractor | Improve subtitles support | 10 years ago |
postprocessor | Improve subtitles support | 10 years ago |
YoutubeDL.py | Improve subtitles support | 10 years ago |
__init__.py | Improve subtitles support | 10 years ago |
__main__.py | [test_unicode_literals] Arm unicode_literals check | 10 years ago |
aes.py | [aes] style: Put __all__ variable at the end of the file | 10 years ago |
cache.py | [cache] Fix writing to paths with unicode characters | 10 years ago |
compat.py | [compat] Correct compat_basestring definition | 10 years ago |
jsinterp.py | [jsinterp] Correct div command | 10 years ago |
options.py | Improve subtitles support | 10 years ago |
swfinterp.py | Fix imports and general cleanup | 10 years ago |
update.py | Add new option --source-address | 10 years ago |
utils.py | [camdemy] Simplify and make more robust (#4938) | 10 years ago |
version.py | release 2015.02.11 | 10 years ago |