Update to ytdl-commit-07af47
[YouTube] Improve fix for ae8ba2c
07af47960f
This commit is contained in:
parent
1619ab3e67
commit
42f2d40b47
3 changed files with 32 additions and 1 deletions
5
yt_dlp/casefold.py
Normal file
5
yt_dlp/casefold.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import warnings
|
||||
|
||||
warnings.warn(DeprecationWarning(f'{__name__} is deprecated'))
|
||||
|
||||
casefold = str.casefold
|
||||
Loading…
Add table
Add a link
Reference in a new issue