1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-02-03 04:26:56 +00:00

[cleanup, utils] Split into submodules (#7090)

Closes https://github.com/yt-dlp/yt-dlp/pull/2173

Authored by: pukkandan, coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
coletdjnz
2023-05-21 09:56:23 +12:00
committed by GitHub
parent 23c39a4bea
commit 69bec6730e
8 changed files with 480 additions and 444 deletions

View File

@@ -8,6 +8,7 @@ ignore = E402,E501,E731,E741,W503
max_line_length = 120
per_file_ignores =
devscripts/lazy_load_template.py: F401
yt_dlp/utils/__init__.py: F401, F403
[autoflake]