mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-21 10:50:11 +09:00
Update test_download.py
This commit is contained in:
parent
a9f55cb69b
commit
f7173cca4d
@ -28,8 +28,8 @@ import youtube_dl.YoutubeDL
|
|||||||
from youtube_dl.compat import (
|
from youtube_dl.compat import (
|
||||||
compat_filter as filter,
|
compat_filter as filter,
|
||||||
compat_http_client,
|
compat_http_client,
|
||||||
compat_map as map,
|
|
||||||
compat_HTTPError,
|
compat_HTTPError,
|
||||||
|
compat_map as map,
|
||||||
compat_open as open,
|
compat_open as open,
|
||||||
compat_urllib_error,
|
compat_urllib_error,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user