diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-01 05:46:15 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-01 05:46:15 +0530 |
commit | 91f071af60829f55c8e53b1c7d12dfd0bab71ddf (patch) | |
tree | be888e29d8cf2482e747e64f172ccf05e3fa52d2 /yt_dlp/YoutubeDL.py | |
parent | 2aa5e2cc01b89a88eab2a6cfaee871e9addaf6a9 (diff) | |
download | hypervideo-pre-91f071af60829f55c8e53b1c7d12dfd0bab71ddf.tar.lz hypervideo-pre-91f071af60829f55c8e53b1c7d12dfd0bab71ddf.tar.xz hypervideo-pre-91f071af60829f55c8e53b1c7d12dfd0bab71ddf.zip |
Release 2021.12.01
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 634169470..8cbdbb5c0 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -327,7 +327,7 @@ class YoutubeDL(object): bidi_workaround: Work around buggy terminals without bidirectional text support, using fridibi debug_printtraffic:Print out sent and received HTTP traffic - include_ads: Download ads as well + include_ads: Download ads as well (deprecated) default_search: Prepend this string if an input url is not valid. 'auto' for elaborate guessing encoding: Use this encoding instead of the system-specified. |