This commit is contained in:
pukkandan 2022-01-11 00:31:19 +05:30
parent 99d6f9461d
commit dc5f409cdc
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
1 changed files with 1 additions and 1 deletions

View File

@ -3280,7 +3280,7 @@ class YoutubeDL(object):
for tmpl in self.params['forceprint'].get(key, []):
self._forceprint(tmpl, info)
for pp in (additional_pps or []) + self._pps[key]:
info = self.run_pp(info)
info = self.run_pp(pp, info)
return info
def pre_process(self, ie_info, key='pre_process', files_to_move=None):