This commit is contained in:
dirkf 2023-04-12 17:19:15 +00:00 committed by GitHub
commit a55ae5f7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2100,7 +2100,7 @@ class YoutubeDL(object):
[info_filename], mode='r',
openhook=fileinput.hook_encoded('utf-8'))) as f:
# FileInput doesn't have a read method, we can't call json.load
#TODO: let's use io.open(), then
# TODO: let's use io.open(), then
info = self.filter_requested_info(json.loads('\n'.join(f)))
try:
self.process_ie_result(info, download=True)