mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
update extractor tests
This commit is contained in:
parent
ca326bd275
commit
32bbd12f08
@ -53,7 +53,7 @@ class KonachanPostExtractor(booru.PostMixin, KonachanExtractor):
|
||||
("http://konachan.com/post/show/205189", {
|
||||
"content": "674e75a753df82f5ad80803f575818b8e46e4b65",
|
||||
}),
|
||||
("http://konachan.com/post/show/205189", None),
|
||||
("http://konachan.net/post/show/205189", None),
|
||||
]
|
||||
|
||||
|
||||
|
@ -75,7 +75,7 @@ class SeigaUserExtractor(SeigaExtractor):
|
||||
test = [
|
||||
("http://seiga.nicovideo.jp/user/illust/39537793", {
|
||||
"pattern": r"https://lohas\.nicoseiga\.jp/priv/[0-9a-f]+/\d+/\d+",
|
||||
"count": 3,
|
||||
"count": ">= 4",
|
||||
"keyword": {
|
||||
"user": {
|
||||
"id": 39537793,
|
||||
|
@ -18,9 +18,11 @@ SKIP = {
|
||||
"archivedmoe", "archiveofsins", "thebarchive",
|
||||
|
||||
# temporary issues
|
||||
"imgcandy",
|
||||
"imgchili",
|
||||
"imgtrex",
|
||||
"powermanga",
|
||||
"pinterest",
|
||||
"puremashiro",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user