]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__init__.py
[utils] Add `deprecation_warning`
[yt-dlp.git] / yt_dlp / __init__.py
index e9234e6f49186257c6e195aa5b742b9b7a6751b3..3dc9b6e569b33eb9a4e6e178c74a7fb3c24732fe 100644 (file)
@@ -63,6 +63,8 @@
 )
 from .YoutubeDL import YoutubeDL
 
+_IN_CLI = False
+
 
 def _exit(status=0, *args):
     for msg in args: