]> jfr.im git - yt-dlp.git/commit - test/test_networking_utils.py
[networking] Remove `_CompatHTTPError` (#8871)
authorcoletdjnz <redacted>
Sat, 20 Jan 2024 02:26:50 +0000 (15:26 +1300)
committerGitHub <redacted>
Sat, 20 Jan 2024 02:26:50 +0000 (15:26 +1300)
commit811d298b231cfa29e75c321b23a91d1c2b17602c
tree3d0647bef20f9e5f8874d572d113ddae029a36b8
parent69d31914952dd33082ac7019c6f76b43c45b9d06
[networking] Remove `_CompatHTTPError` (#8871)

Use `yt_dlp.networking.exceptions.HTTPError`.
`_CompatHTTPError` was to help with transition to the networking framework.

Authored by: coletdjnz
test/test_networking_utils.py
yt_dlp/YoutubeDL.py
yt_dlp/compat/_legacy.py
yt_dlp/networking/exceptions.py