repo.or.cz
/
yt-dlp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ie/youtube] Add age-gate workaround for some embeddable videos (#11821)
[yt-dlp.git]
/
yt_dlp
/
compat
/
urllib
/
__init__.py
blob
9084b3c2bfd747f2d93a483703895cf5e72bf633
1
# flake8: noqa: F405
2
from
urllib
import
*
# noqa: F403
3
4
del
request
# noqa: F821
5
from
.
import
request
# noqa: F401
6
7
from
..
compat_utils
import
passthrough_module
8
9
passthrough_module
(
__name__
,
'urllib'
)
10
del
passthrough_module