From 245524e6a3782efccb27f35d1f75bf9b63fe36c6 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 21 Jul 2021 23:32:21 +0530 Subject: Release 2021.07.21 and fix some typos Closes #538 --- yt_dlp/YoutubeDL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/YoutubeDL.py') diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 494c0d33b..2a7c05374 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -255,7 +255,7 @@ class YoutubeDL(object): writedesktoplink: Write a Linux internet shortcut file (.desktop) writesubtitles: Write the video subtitles to a file writeautomaticsub: Write the automatically generated subtitles to a file - allsubtitles: Deprecated - Use subtitlelangs = ['all'] + allsubtitles: Deprecated - Use subtitleslangs = ['all'] Downloads all the subtitles of the video (requires writesubtitles or writeautomaticsub) listsubtitles: Lists all available subtitles for the video -- cgit v1.2.3