]> jfr.im git - yt-dlp.git/blob - yt_dlp/compat/urllib/__init__.py
[core] Workaround erroneous urllib Windows proxy parsing (#7092)
[yt-dlp.git] / yt_dlp / compat / urllib / __init__.py
1 # flake8: noqa: F405
2 from urllib import * # noqa: F403
3
4 from ..compat_utils import passthrough_module
5
6 passthrough_module(__name__, 'urllib')
7 del passthrough_module