Added new option '--list-subs' to show the available subtitle languages
[youtube-dl] / youtube_dl / FileDownloader.py
index a041e12199d961909aede76ba3dce03b7292381c..164d25e54d44b261c16c3bf25e7336c8cb4048e6 100644 (file)
@@ -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.