improve handling of text:... URLs
- don't require // after the colon - open output files in text mode
This commit is contained in:
@@ -62,7 +62,7 @@ class PixivUserExtractor(Extractor):
|
||||
work["extension"] = "zip"
|
||||
yield Message.Url, url, work
|
||||
work["extension"] = "txt"
|
||||
yield Message.Url, "text://"+framelist, work
|
||||
yield Message.Url, "text:"+framelist, work
|
||||
|
||||
elif work["page_count"] == 1:
|
||||
yield Message.Url, work["url"], work
|
||||
|
||||
Reference in New Issue
Block a user