aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/casefold.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/casefold.py')
-rw-r--r--yt_dlp/casefold.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/yt_dlp/casefold.py b/yt_dlp/casefold.py
new file mode 100644
index 000000000..41a53e5b6
--- /dev/null
+++ b/yt_dlp/casefold.py
@@ -0,0 +1,5 @@
+import warnings
+
+warnings.warn(DeprecationWarning(f'{__name__} is deprecated'))
+
+casefold = str.casefold