fix --range causing crashes (#4557)

regression caused by a383eca7
This commit is contained in:
Mike Fährmann
2023-09-21 23:14:08 +02:00
parent 3528974459
commit 2cd801232b
5 changed files with 29 additions and 7 deletions

View File

@@ -206,6 +206,7 @@ class ResultJob(job.DownloadJob):
self.extractor.filename_fmt).format_map
def run(self):
self._init()
for msg in self.extractor:
self.dispatch(msg)