mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
42f2d40b47
[YouTube] Improve fix for ae8ba2c
07af47960f
5 lines
105 B
Python
5 lines
105 B
Python
import warnings
|
|
|
|
warnings.warn(DeprecationWarning(f'{__name__} is deprecated'))
|
|
|
|
casefold = str.casefold
|