diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-02-28 23:31:02 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-02-28 23:51:06 +0530 |
commit | 5b28cef72db3b531680d89c121631c73ae05354f (patch) | |
tree | fe970f6338038a847ed90a01d1501c5561e6886d /yt_dlp/YoutubeDL.py | |
parent | 31e183557fcd1b937582f9429f29207c1261f501 (diff) | |
download | hypervideo-pre-5b28cef72db3b531680d89c121631c73ae05354f.tar.lz hypervideo-pre-5b28cef72db3b531680d89c121631c73ae05354f.tar.xz hypervideo-pre-5b28cef72db3b531680d89c121631c73ae05354f.zip |
[cleanup] Misc
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index d6c5ce769..00846cd7e 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -614,7 +614,7 @@ class YoutubeDL: '\n You will no longer receive updates on this version') if current_version < MIN_SUPPORTED: msg = 'Python version %d.%d is no longer supported' - self.deprecation_warning( + self.deprecated_feature( f'{msg}! Please update to Python %d.%d or above' % (*current_version, *MIN_RECOMMENDED)) if self.params.get('allow_unplayable_formats'): |