mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-27 21:59:17 +01:00
6 lines
105 B
Python
6 lines
105 B
Python
|
import warnings
|
||
|
|
||
|
warnings.warn(DeprecationWarning(f'{__name__} is deprecated'))
|
||
|
|
||
|
casefold = str.casefold
|