]> git.bitcoin.ninja Git - youtube-dl/commitdiff
Merge pull request #7519 from barlik/master
authorSergey M <dstftw@gmail.com>
Thu, 19 Nov 2015 16:44:08 +0000 (22:44 +0600)
committerSergey M <dstftw@gmail.com>
Thu, 19 Nov 2015 16:44:08 +0000 (22:44 +0600)
Clarify that automatic subtitles are generated.

1  2 
youtube_dl/YoutubeDL.py

diff --combined youtube_dl/YoutubeDL.py
index 9d626049a2bd475e64c15adc2ab302857954b739,422f3ffca3ac583366fd6546ca950b967d1a5954..2e824117ad7a5fd21b997052840002d8d0720e00
@@@ -156,7 -156,7 +156,7 @@@ class YoutubeDL(object)
      writethumbnail:    Write the thumbnail image to a file
      write_all_thumbnails:  Write all thumbnail formats to files
      writesubtitles:    Write the video subtitles to a file
-     writeautomaticsub: Write the automatic subtitles to a file
+     writeautomaticsub: Write the automatically generated subtitles to a file
      allsubtitles:      Downloads all the subtitles of the video
                         (requires writesubtitles or writeautomaticsub)
      listsubtitles:     Lists all available subtitles for the video
                                                        extra_info=extra)
                  playlist_results.append(entry_result)
              ie_result['entries'] = playlist_results
 +            self.to_screen('[download] Finished downloading playlist: %s' % playlist)
              return ie_result
          elif result_type == 'compat_list':
              self.report_warning(