diff options
author | Ismael Mejia <iemejia@gmail.com> | 2013-02-22 04:50:05 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-03-20 08:41:54 +0100 |
commit | 2a4093eaf3af07fa0a74926ce09cb49aba73017e (patch) | |
tree | 8c993997506e889bd2f3f72f2964aa32f5b5a848 /youtube_dl/FileDownloader.py | |
parent | 9e62bc443996c1950de0841997c76d110cb77c6e (diff) |
Added new option '--list-subs' to show the available subtitle languages
Diffstat (limited to 'youtube_dl/FileDownloader.py')
-rw-r--r-- | youtube_dl/FileDownloader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py index a041e1219..164d25e54 100644 --- a/youtube_dl/FileDownloader.py +++ b/youtube_dl/FileDownloader.py @@ -81,6 +81,7 @@ class FileDownloader(object): writesubtitles: Write the video subtitles to a file onlysubtitles: Downloads only the subtitles of the video allsubtitles: Downloads all the subtitles of the video + listsubtitles: Lists all available subtitles for the video subtitlesformat: Subtitle format [sbv/srt] (default=srt) subtitleslang: Language of the subtitles to download test: Download only first bytes to test the downloader. |