1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-28 16:09:32 +00:00

Update test/test_download.py

This commit is contained in:
dirkf 2024-02-21 11:25:26 +00:00 committed by GitHub
parent 40b4b691ee
commit 6ae54a47a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,8 +28,8 @@ import re
import youtube_dl.YoutubeDL
from youtube_dl.compat import (
compat_filter as filter,
compat_map as map,
compat_http_client,
compat_map as map,
compat_urllib_error,
compat_HTTPError,
)