From e167860ce71bae6e46b77b47d5958c9c26d5543f Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 18 Mar 2021 21:04:09 +0530 Subject: [documentation] Add deprecated options and aliases in readme --- yt_dlp/extractor/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yt_dlp/extractor/common.py') diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index 1b6e926e9..839bdeaf3 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -252,8 +252,8 @@ class InfoExtractor(object): * "data": The subtitles file contents * "url": A URL pointing to the subtitles file "ext" will be calculated from URL if missing - automatic_captions: Like 'subtitles', used by the YoutubeIE for - automatically generated captions + automatic_captions: Like 'subtitles'; contains automatically generated + captions instead of normal subtitles duration: Length of the video in seconds, as an integer or float. view_count: How many users have watched the video on the platform. like_count: Number of positive ratings of the video -- cgit v1.2.3