]> jfr.im git - yt-dlp.git/commit - yt_dlp/compat/_legacy.py
[compat] Split into sub-modules (#2173)
authorfelix <redacted>
Fri, 4 Feb 2022 13:37:02 +0000 (14:37 +0100)
committerpukkandan <redacted>
Sun, 17 Apr 2022 22:56:43 +0000 (04:26 +0530)
commit77f9033095cd8e1092a80db67f2b577cf13f95a8
treed3124c5be0d7b00d225da2edd1f5f7e244aef88f
parent19a0394044bfad36cd665450271b8eb048a41c02
[compat] Split into sub-modules (#2173)

Authored by: fstirlitz, pukkandan
test/test_compat.py
yt_dlp/compat.py [deleted file]
yt_dlp/compat/__init__.py [new file with mode: 0644]
yt_dlp/compat/_deprecated.py [new file with mode: 0644]
yt_dlp/compat/_legacy.py [new file with mode: 0644]
yt_dlp/compat/asyncio/__init__.py [new file with mode: 0644]
yt_dlp/compat/asyncio/tasks.py [new file with mode: 0644]
yt_dlp/compat/re.py [new file with mode: 0644]
yt_dlp/downloader/websocket.py
yt_dlp/extractor/common.py
yt_dlp/webvtt.py