rename 'StopExtraction' to 'AbortExtraction'
for cases where StopExtraction was used to report errors
This commit is contained in:
@@ -351,13 +351,11 @@ def main():
|
||||
else:
|
||||
input_manager.success()
|
||||
|
||||
except exception.StopExtraction:
|
||||
pass
|
||||
except exception.TerminateExtraction:
|
||||
pass
|
||||
except exception.RestartExtraction:
|
||||
log.debug("Restarting '%s'", url)
|
||||
continue
|
||||
except exception.ControlException:
|
||||
pass
|
||||
except exception.NoExtractorError:
|
||||
log.error("Unsupported URL '%s'", url)
|
||||
retval |= 64
|
||||
|
||||
Reference in New Issue
Block a user