diff options
author | Jesús <heckyel@hyperbola.info> | 2022-12-02 01:34:43 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-12-02 01:34:43 +0800 |
commit | b77587b6ecc7ca7f7deaa89feabae35962ef529a (patch) | |
tree | c63d6512b3f01a5d169e55d25a298223f053a927 | |
parent | 4167b10dad3e362d4bf70d5e381d77d33d3660ee (diff) | |
download | hypervideo-pre-b77587b6ecc7ca7f7deaa89feabae35962ef529a.tar.lz hypervideo-pre-b77587b6ecc7ca7f7deaa89feabae35962ef529a.tar.xz hypervideo-pre-b77587b6ecc7ca7f7deaa89feabae35962ef529a.zip |
remove updater
-rw-r--r-- | yt_dlp/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/__init__.py b/yt_dlp/__init__.py index 1016e3136..6ca847e27 100644 --- a/yt_dlp/__init__.py +++ b/yt_dlp/__init__.py @@ -27,7 +27,6 @@ from .postprocessor import ( MetadataFromFieldPP, MetadataParserPP, ) -from .update import Updater from .utils import ( NO_DEFAULT, POSTPROCESS_WHEN, |