miscellaneous fixes
This commit is contained in:
@@ -1434,7 +1434,7 @@ compare
|
||||
-------
|
||||
|
||||
| Compare versions of the same file and replace/enumerate them on mismatch
|
||||
| (requires `downloader.*.part`_ = ``true`` and `extractor.*.skip`_ = `false`)
|
||||
| (requires `downloader.*.part`_ = ``true`` and `extractor.*.skip`_ = ``false``)
|
||||
|
||||
compare.action
|
||||
--------------
|
||||
|
||||
@@ -209,7 +209,7 @@ class DownloadJob(Job):
|
||||
|
||||
# use fallback URLs if available
|
||||
for num, url in enumerate(fallback or (), 1):
|
||||
util.remove_file(self.pathfmt.temppath)
|
||||
util.remove_file(pathfmt.temppath)
|
||||
self.log.info("Trying fallback URL #%d", num)
|
||||
if self.download(url):
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user