[cleanup] Misc

This commit is contained in:
pukkandan
2023-02-28 23:31:02 +05:30
parent 31e183557f
commit 5b28cef72d
16 changed files with 212 additions and 203 deletions

View File

@@ -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'):