mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
update test results etc
This commit is contained in:
parent
d5fbb2d9de
commit
1848788970
@ -121,7 +121,7 @@ class ExhentaiGalleryExtractor(ExhentaiExtractor):
|
||||
r"|/s/([\da-f]{10})/(\d+)-(\d+))")
|
||||
test = (
|
||||
("https://exhentai.org/g/1200119/d55c44d3d0/", {
|
||||
"keyword": "1b353fad00dff0665b1746cdd151ab5cc326df23",
|
||||
"keyword": "3eeae7bde70dd992402d4cc0230ea0f2c4af46c5",
|
||||
"content": "e9891a4c017ed0bb734cd1efba5cd03f594d31ff",
|
||||
}),
|
||||
("https://exhentai.org/g/960461/4f0e369d82/", {
|
||||
|
@ -152,8 +152,8 @@ class HentaifoundryScrapsExtractor(HentaifoundryExtractor):
|
||||
r"/pictures/user/([^/]+)/scraps(?:/page/(\d+))?")
|
||||
test = (
|
||||
("https://www.hentai-foundry.com/pictures/user/Evulchibi/scraps", {
|
||||
"url": "00a11e30b73ff2b00a1fba0014f08d49da0a68ec",
|
||||
"keyword": "410c6c900cfd23a8dd1e53dfcc97a79ea68c3359",
|
||||
"url": "7cd9c6ec6258c4ab8c44991f7731be82337492a7",
|
||||
"keyword": "40b07a9822b6b868fea2fa9b1c0b212ae8735da7",
|
||||
}),
|
||||
("https://www.hentai-foundry.com"
|
||||
"/pictures/user/Evulchibi/scraps/page/3"),
|
||||
|
@ -23,9 +23,9 @@ class MyportfolioGalleryExtractor(Extractor):
|
||||
r"(?:https?://)?([^.]+\.myportfolio\.com))"
|
||||
r"(/[^/?&#]+)?")
|
||||
test = (
|
||||
("https://hannahcosgrove.myportfolio.com/robyn", {
|
||||
"url": "93b5430e765e53564b13e7d9c64c30c286011a6b",
|
||||
"keyword": "25cb3dbdad6b011242a133f30ec598318b7512e8",
|
||||
("https://hannahcosgrove.myportfolio.com/niamh-1", {
|
||||
"url": "8cbd73a73e5bf3b4f5d1b1d4a1eb114c01a72a66",
|
||||
"keyword": "7a460bb5641e648ae70702ff91c2fb11054b0e0b",
|
||||
}),
|
||||
("https://hannahcosgrove.myportfolio.com/lfw", {
|
||||
"pattern": r"https://hannahcosgrove\.myportfolio\.com/[^/?&#+]+$",
|
||||
|
@ -29,7 +29,6 @@ BROKEN = {
|
||||
"8chan",
|
||||
"imgth",
|
||||
"mangapark",
|
||||
"mangoxo",
|
||||
}
|
||||
|
||||
|
||||
@ -285,12 +284,14 @@ def setup_test_config():
|
||||
config.set(("extractor", "timeout"), 60)
|
||||
config.set(("extractor", "username"), name)
|
||||
config.set(("extractor", "password"), name)
|
||||
config.set(("extractor", "nijie", "username"), email)
|
||||
config.set(("extractor", "seiga", "username"), email)
|
||||
config.set(("extractor", "nijie" , "username"), email)
|
||||
config.set(("extractor", "seiga" , "username"), email)
|
||||
config.set(("extractor", "danbooru" , "username"), None)
|
||||
config.set(("extractor", "instagram", "username"), None)
|
||||
config.set(("extractor", "twitter" , "username"), None)
|
||||
config.set(("extractor", "mangoxo" , "password"), "VZ8DL3983u")
|
||||
|
||||
config.set(("extractor", "mangoxo" , "username"), "LiQiang3")
|
||||
config.set(("extractor", "mangoxo" , "password"), "5zbQF10_5u25259Ma")
|
||||
|
||||
config.set(("extractor", "deviantart", "client-id"), "7777")
|
||||
config.set(("extractor", "deviantart", "client-secret"),
|
||||
|
Loading…
Reference in New Issue
Block a user