[cleanup] Deprecate more compat functions (#11439)
commitf95a92b3d0169a784ee15a138fbe09d82b2754a1
authorsepro <sepro@sepr0.com>
Sat, 16 Nov 2024 23:24:11 +0000 (17 00:24 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Nov 2024 23:24:11 +0000 (17 00:24 +0100)
treefa1e62aceeea805b1f8ed79ec810ee904aaf1b10
parent1d253b0a27110d174c40faf8fb1c999d099e0cde
[cleanup] Deprecate more compat functions (#11439)

Authored by: seproDev
38 files changed:
devscripts/generate_aes_testdata.py
pyproject.toml
test/helper.py
test/test_YoutubeDL.py
test/test_aes.py
test/test_compat.py
test/test_downloader_http.py
test/test_utils.py
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/aes.py
yt_dlp/compat/__init__.py
yt_dlp/compat/_deprecated.py
yt_dlp/compat/_legacy.py
yt_dlp/compat/functools.py [deleted file]
yt_dlp/compat/urllib/request.py
yt_dlp/cookies.py
yt_dlp/downloader/common.py
yt_dlp/downloader/external.py
yt_dlp/downloader/fragment.py
yt_dlp/downloader/http.py
yt_dlp/downloader/rtmp.py
yt_dlp/downloader/rtsp.py
yt_dlp/extractor/abematv.py
yt_dlp/extractor/adn.py
yt_dlp/extractor/anvato.py
yt_dlp/extractor/common.py
yt_dlp/extractor/shemaroome.py
yt_dlp/postprocessor/common.py
yt_dlp/postprocessor/embedthumbnail.py
yt_dlp/postprocessor/ffmpeg.py
yt_dlp/postprocessor/movefilesafterdownload.py
yt_dlp/postprocessor/sponskrub.py
yt_dlp/postprocessor/xattrpp.py
yt_dlp/update.py
yt_dlp/utils/_deprecated.py
yt_dlp/utils/_legacy.py
yt_dlp/utils/_utils.py