[YoutubeDL] store the subtitles to download in the 'requested_subtitles' field
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 16 Feb 2015 20:12:31 +0000 (21:12 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 16 Feb 2015 20:51:08 +0000 (21:51 +0100)
commitc84dd8a90dcc75547b343449b921b644a2119c4f
tree3173266bbbee4bc5554d0a641d49ca06ffa623b3
parent65469a7f8b0ba50bd3c8918707e35125962aa2cd
[YoutubeDL] store the subtitles to download in the 'requested_subtitles' field

We need to keep the orginal subtitles information, so that the '--load-info' option can be used to list or select the subtitles again.
We'll also be able to have a separate field for storing the automatic captions info.
test/test_subtitles.py
youtube_dl/YoutubeDL.py
youtube_dl/extractor/common.py
youtube_dl/postprocessor/ffmpeg.py