]> jfr.im git - yt-dlp.git/commit
[cleanup, utils] Split into submodules (#7090)
authorcoletdjnz <redacted>
Sat, 20 May 2023 21:56:23 +0000 (09:56 +1200)
committerGitHub <redacted>
Sat, 20 May 2023 21:56:23 +0000 (21:56 +0000)
commit69bec6730ec9d724bcedeab199d9d684d61423ba
tree600deb0aa06c57ce0c6341a3b8ea0cd2f96b7a23
parent23c39a4beadee382060bb47fdaa21316ca707d38
[cleanup, utils] Split into submodules (#7090)

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

Authored by: pukkandan, coletdjnz
Co-authored-by: pukkandan <redacted>
Makefile
setup.cfg
yt_dlp/YoutubeDL.py
yt_dlp/utils/__init__.py [new file with mode: 0644]
yt_dlp/utils/_deprecated.py [new file with mode: 0644]
yt_dlp/utils/_legacy.py [new file with mode: 0644]
yt_dlp/utils/_utils.py [moved from yt_dlp/utils.py with 92% similarity]
yt_dlp/utils/traversal.py [new file with mode: 0644]