code cleanup and fixing tests
This commit is contained in:
@@ -22,8 +22,8 @@ class Job():
|
||||
self.extractor = extractor.find(url)
|
||||
if self.extractor is None:
|
||||
raise exception.NoExtractorError(url)
|
||||
self.extractor.log.debug("Using %s for %s",
|
||||
self.extractor.__class__.__name__, url)
|
||||
self.extractor.log.debug(
|
||||
"Using %s for %s", self.extractor.__class__.__name__, url)
|
||||
|
||||
items = config.get(("images",))
|
||||
if items:
|
||||
|
||||
Reference in New Issue
Block a user