[sponskrub] Don't raise error when the video does not exist
Eg: `--convert-sub srt --no-download --sponskrub` gave error before :ci skip dl
This commit is contained in:
parent
df692c5a7a
commit
1bf540d28b
2 changed files with 5 additions and 2 deletions
|
|
@ -2349,7 +2349,7 @@ class YoutubeDL(object):
|
|||
downloaded.append(fname)
|
||||
partial_success, real_download = dl(fname, new_info)
|
||||
success = success and partial_success
|
||||
info_dict['__postprocessors'] = postprocessors
|
||||
info_dict['__postprocessors'].append(postprocessors)
|
||||
info_dict['__files_to_merge'] = downloaded
|
||||
# Even if there were no downloads, it is being merged only now
|
||||
info_dict['__real_download'] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue