Pre-process when using `--flat-playlist`

pull/1921/head
pukkandan 2 years ago
parent 38d79fd16c
commit b5475f1145
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -1454,6 +1454,7 @@ class YoutubeDL(object):
info_copy['id'] = ie.get_temp_id(ie_result['url'])
self.add_default_extra_info(info_copy, ie, ie_result['url'])
self.add_extra_info(info_copy, extra_info)
info_copy, _ = self.pre_process(info_copy)
self.__forced_printings(info_copy, self.prepare_filename(info_copy), incomplete=True)
if self.params.get('force_write_download_archive', False):
self.record_download_archive(info_copy)

Loading…
Cancel
Save