mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
e0fd95737d
commit
b69fd25c25
30 changed files with 109 additions and 68 deletions
|
@ -257,7 +257,7 @@ def update_self(to_screen, verbose, opener):
|
|||
|
||||
write_string(
|
||||
'DeprecationWarning: "yt_dlp.update.update_self" is deprecated and may be removed in a future version. '
|
||||
'Use "yt_dlp.update.run_update(ydl)" instead')
|
||||
'Use "yt_dlp.update.run_update(ydl)" instead\n')
|
||||
|
||||
class FakeYDL():
|
||||
_opener = opener
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue