mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
# TODO!
This commit is contained in:
parent
31cb9b9a0f
commit
a55ae5f7a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue