enable '--chapter-filter'
The same filter infrastructure that can be applied to image URLS now also works for manga chapters and other delegated URLs. TODO: actually provide any metadata (currently supported is only deviantart and imagefap).
This commit is contained in:
@@ -33,4 +33,4 @@ class RecursiveExtractor(Extractor):
|
||||
yield Message.Version, 1
|
||||
with extractor.blacklist(blist):
|
||||
for match in re.finditer(r"https?://[^\s\"']+", page):
|
||||
yield Message.Queue, match.group(0)
|
||||
yield Message.Queue, match.group(0), {}
|
||||
|
||||
Reference in New Issue
Block a user