]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/compat/_legacy.py
Update to ytdl-commit-de39d128
[yt-dlp.git] / yt_dlp / compat / _legacy.py
index 09259c98890a1eeeeddec9a96cbd6da65fbf696d..d19333d31423af4a41c27bb24bb12f308825ec06 100644 (file)
@@ -48,6 +48,7 @@ def compat_setenv(key, value, env=os.environ):
 
 
 compat_basestring = str
+compat_casefold = str.casefold
 compat_chr = chr
 compat_collections_abc = collections.abc
 compat_cookiejar = http.cookiejar