mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-12 07:09:11 +03:00
[ie/youtube] Drop support for bun<1.2.11 and bun>1.3.14 (#16786)
Closes #16766 Authored by: bashonly
This commit is contained in:
@@ -40,7 +40,7 @@ class IEContentProviderLogger(abc.ABC):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def info(self, message: str):
|
||||
def info(self, message: str, *, once=False):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user