[aryion] update folder mime type list (fixes #945)

This commit is contained in:
Mike Fährmann
2020-08-16 22:30:15 +02:00
parent 688bd046fc
commit b2009ea39e
3 changed files with 10 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ class AryionExtractor(Extractor):
# folder
if headers["content-type"] in (
"application/x-folder",
"application/x-comic-folder",
"application/x-comic-folder-nomerge",
):
return False
@@ -184,11 +185,16 @@ class AryionPostExtractor(AryionExtractor):
"_mtime" : "Sat, 16 Feb 2019 19:30:34 GMT",
},
}),
# folder (#694)
# x-folder (#694)
("https://aryion.com/g4/view/588928", {
"pattern": pattern,
"count": ">= 8",
}),
# x-comic-folder (#945)
("https://aryion.com/g4/view/537379", {
"pattern": pattern,
"count": 2,
}),
)
def posts(self):