]> jfr.im git - yt-dlp.git/commit
[networking] Add module (#2861)
authorpukkandan <redacted>
Sat, 15 Jul 2023 09:00:08 +0000 (14:30 +0530)
committerpukkandan <redacted>
Sat, 15 Jul 2023 10:48:34 +0000 (16:18 +0530)
commitc365dba8430ee33abda85d31f95128605bf240eb
tree174d35c23267863ca89a1a030935b445edf56799
parent1b392f905d20ef1f1b300b180f867d43c9ce49b8
[networking] Add module (#2861)

No actual changes - code is only moved around
13 files changed:
Makefile
devscripts/make_changelog.py
test/test_networking.py [moved from test/test_http.py with 100% similarity]
test/test_utils.py
yt_dlp/YoutubeDL.py
yt_dlp/networking/__init__.py [new file with mode: 0644]
yt_dlp/networking/_helper.py [new file with mode: 0644]
yt_dlp/networking/_urllib.py [new file with mode: 0644]
yt_dlp/networking/exceptions.py [new file with mode: 0644]
yt_dlp/utils/__init__.py
yt_dlp/utils/_deprecated.py
yt_dlp/utils/_utils.py
yt_dlp/utils/networking.py [new file with mode: 0644]