aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-05-11 23:34:40 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-05-11 23:34:40 +0530
commitd908aa636ad19c17ae0033e58bde3e45dca870c8 (patch)
tree9e9e909888d56492c4609030f61564d22b99d067 /yt_dlp/YoutubeDL.py
parent3d89341b4748f430e7a87000cfd987deec2e10c6 (diff)
downloadhypervideo-pre-d908aa636ad19c17ae0033e58bde3e45dca870c8.tar.lz
hypervideo-pre-d908aa636ad19c17ae0033e58bde3e45dca870c8.tar.xz
hypervideo-pre-d908aa636ad19c17ae0033e58bde3e45dca870c8.zip
[cleanup] Fix typos
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r--yt_dlp/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py
index c51be22cb..1f9a2dcef 100644
--- a/yt_dlp/YoutubeDL.py
+++ b/yt_dlp/YoutubeDL.py
@@ -386,7 +386,7 @@ class YoutubeDL(object):
if True, otherwise use ffmpeg/avconv if False, otherwise
use downloader suggested by extractor if None.
compat_opts: Compatibility options. See "Differences in default behavior".
- Note that only format-sort, format-spec, no-live-chat, no-attach-infojson
+ Note that only format-sort, format-spec, no-live-chat, no-attach-info-json
playlist-index, list-formats, no-youtube-channel-redirect
and no-youtube-unavailable-videos works when used via the API