mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update yt_dlp/globals.py
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
8a585c0fc6
commit
afbbb360bb
1 changed files with 1 additions and 2 deletions
|
@ -27,5 +27,4 @@ def __repr__(self, /):
|
|||
|
||||
# Misc
|
||||
IN_CLI = Indirect(False)
|
||||
# `False`=force, `None`=disabled, `True`=enabled
|
||||
LAZY_EXTRACTORS = Indirect(False)
|
||||
LAZY_EXTRACTORS = Indirect(False) # `False`=force, `None`=disabled, `True`=enabled
|
||||
|
|
Loading…
Reference in a new issue