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