aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-05-11 14:25:31 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-05-11 14:25:31 +0530
commit41712218233ae144d55f841818df9c63d2bd23d3 (patch)
treeda46e9f4b85125c57a8daf949161dd50c5ad1bb5 /yt_dlp/YoutubeDL.py
parenteaeca38fc4790257cc16fc77f1d06d89156a5b2c (diff)
downloadhypervideo-pre-41712218233ae144d55f841818df9c63d2bd23d3.tar.lz
hypervideo-pre-41712218233ae144d55f841818df9c63d2bd23d3.tar.xz
hypervideo-pre-41712218233ae144d55f841818df9c63d2bd23d3.zip
Add compat-option `no-attach-infojson`
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 3cf86cee7..c51be22cb 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,
+ Note that only format-sort, format-spec, no-live-chat, no-attach-infojson
playlist-index, list-formats, no-youtube-channel-redirect
and no-youtube-unavailable-videos works when used via the API