diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py index 8c80f71cd..7aa1c52c8 100644 --- a/youtube_dl/FileDownloader.py +++ b/youtube_dl/FileDownloader.py @@ -6,12 +6,14 @@ import sys import time from .utils import ( + compat_cookiejar, compat_urllib_error, compat_urllib_request, ContentTooShortError, determine_ext, encodeFilename, sanitize_open, + std_headers, timeconvert, )