mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
update test results
This commit is contained in:
parent
e26ba682a2
commit
966a9ca3a0
@ -68,8 +68,8 @@ class FallenangelsMangaExtractor(MangaExtractor):
|
||||
scheme = "https"
|
||||
test = [
|
||||
("http://manga.fascans.com/manga/trinity-seven", {
|
||||
"url": "1e6527966a6d81184a8f37495756ed0040b2678a",
|
||||
"keyword": "4fa293a5a62906072ee436518d0c15e66816d7ea",
|
||||
"url": "92699a250ff7d5adcf4b06e6a45b0c05f3426643",
|
||||
"keyword": "afc785c37da7c48e639d3a596e8e0401482b628f",
|
||||
}),
|
||||
("https://truyen.fascans.com/manga/rakudai-kishi-no-eiyuutan", {
|
||||
"url": "51a731a6b82d5eb7a335fbae6b02d06aeb2ab07b",
|
||||
|
@ -134,7 +134,7 @@ class RedditImageExtractor(Extractor):
|
||||
(("https://i.reddituploads.com/0f44f1b1fca2461f957c713d9592617d"
|
||||
"?fit=max&h=1536&w=1536&s=e96ce7846b3c8e1f921d2ce2671fb5e2"), {
|
||||
"url": "f24f25efcedaddeec802e46c60d77ef975dc52a5",
|
||||
"content": "d13c3b5f7e39b454fa21b33d7d6b0e0f07126849",
|
||||
"content": "541dbcc3ad77aa01ee21ca49843c5e382371fae7",
|
||||
}),
|
||||
]
|
||||
|
||||
|
@ -28,7 +28,7 @@ class SenmangaChapterExtractor(Extractor):
|
||||
}),
|
||||
("http://raw.senmanga.com/Love-Lab/2016-03/1", {
|
||||
"url": "8347b9f00c14b864dd3c19a1f5ae52adb2ef00de",
|
||||
"keyword": "4e72e4ade57671ad0af9c8d81feeff4259d5bbec",
|
||||
"keyword": "8a8ab2529ba2edfc83a6b3a8bede1d6c580db7b4",
|
||||
}),
|
||||
]
|
||||
root = "https://raw.senmanga.com"
|
||||
|
@ -23,6 +23,9 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"deviantart",
|
||||
"dokireader",
|
||||
"imagefap",
|
||||
"seaotterscans",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user