mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-17 12:34:55 +00:00
5 lines
105 B
Python
5 lines
105 B
Python
import warnings
|
|
|
|
warnings.warn(DeprecationWarning(f'{__name__} is deprecated'))
|
|
|
|
casefold = str.casefold
|