1
0
Fork 0
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:
coletdjnz 2025-02-09 10:14:49 +13:00 committed by GitHub
parent 8a585c0fc6
commit afbbb360bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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