Merge remote-tracking branch 'dz0ny/patch-1'
This commit is contained in:
commit
86bd5f2ca9
2 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@ class YoutubeDL(object):
|
|||
return
|
||||
|
||||
if self.params.get('writeinfojson', False):
|
||||
infofn = filename + u'.info.json'
|
||||
infofn = os.path.splitext(filename)[0] + u'.info.json'
|
||||
self.report_writeinfojson(infofn)
|
||||
try:
|
||||
json_info_dict = dict((k, v) for k, v in info_dict.items() if not k in ['urlhandle'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue