update extractor test results
This commit is contained in:
@@ -225,9 +225,9 @@ EXTRACTORS = {
|
||||
}),
|
||||
),
|
||||
"test-manga":
|
||||
("https://sensescans.com/reader/series/hakkenden/", {
|
||||
"url": "3e0559029c21ca5af8a2082dd6de1567fcec4d83",
|
||||
"keyword": "4919f2bfed38e3a34dc984ec8d1dbd7a03044e23",
|
||||
("https://sensescans.com/reader/series/yotsubato/", {
|
||||
"url": "ee4dca7c421bf15ac039200f8c0bcb0858153640",
|
||||
"keyword": "f94961bd731bd878bbd4d48555bc3ace1d937364",
|
||||
}),
|
||||
},
|
||||
"worldthree": {
|
||||
|
||||
@@ -386,7 +386,7 @@ class InstagramImageExtractor(InstagramExtractor):
|
||||
|
||||
# GraphVideo
|
||||
("https://www.instagram.com/p/Bqxp0VSBgJg/", {
|
||||
"pattern": r"/47129943_191645575115739_8539303288426725376_n\.mp4",
|
||||
"pattern": r"/46840863_726311431074534_7805566102611403091_n\.mp4",
|
||||
"keyword": {
|
||||
"date": "dt:2018-11-29 19:23:58",
|
||||
"description": str,
|
||||
@@ -404,7 +404,7 @@ class InstagramImageExtractor(InstagramExtractor):
|
||||
|
||||
# GraphVideo (IGTV)
|
||||
("https://www.instagram.com/tv/BkQjCfsBIzi/", {
|
||||
"pattern": r"/10000000_1760663964018792_716207142595461120_n\.mp4",
|
||||
"pattern": r"/10000000_597132547321814_702169244961988209_n\.mp4",
|
||||
"keyword": {
|
||||
"date": "dt:2018-06-20 19:51:32",
|
||||
"description": str,
|
||||
|
||||
@@ -23,8 +23,10 @@ class SpeakerdeckPresentationExtractor(Extractor):
|
||||
r"/([^/?&#]+)/([^/?&#]+)")
|
||||
test = (
|
||||
(("https://speakerdeck.com/speakerdeck/introduction-to-speakerdeck"), {
|
||||
"url": "e97d4a7d5c64267e921c13eb7946d7074794a0d2",
|
||||
"pattern": r"https://files.speakerdeck.com/presentations/"
|
||||
r"50021f75cf1db900020005e7/slide_\d+.jpg",
|
||||
"content": "75c7abf0969b0bcab23e0da9712c95ee5113db3a",
|
||||
"count": 6,
|
||||
}),
|
||||
)
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ class TsuminoGalleryExtractor(TsuminoBase, GalleryExtractor):
|
||||
"collection": "",
|
||||
"artist" : ["Itou Life"],
|
||||
"group" : ["Itou Life"],
|
||||
"parody" : ["Fate/Grand Order"],
|
||||
"parody" : list,
|
||||
"characters": list,
|
||||
"tags" : list,
|
||||
"type" : "Doujinshi",
|
||||
|
||||
@@ -31,7 +31,9 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"bobx",
|
||||
"imagevenue",
|
||||
"kissmanga",
|
||||
"photobucket",
|
||||
"seiga",
|
||||
"worldthree",
|
||||
|
||||
Reference in New Issue
Block a user