mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
update test results
This commit is contained in:
parent
1f2a69f3c5
commit
82f7f4172a
@ -120,8 +120,8 @@ EXTRACTORS = {
|
||||
},
|
||||
"fireden": {
|
||||
"root": "https://boards.fireden.net",
|
||||
"test-thread": ("https://boards.fireden.net/a/thread/159803223/", {
|
||||
"url": "01b7baacfb0656a68e566368290e3072b27f86c9",
|
||||
"test-thread": ("https://boards.fireden.net/sci/thread/11264294/", {
|
||||
"url": "3adfe181ee86a8c23021c705f623b3657a9b0a43",
|
||||
}),
|
||||
},
|
||||
"nyafuu": {
|
||||
|
@ -56,7 +56,7 @@ class LusciousAlbumExtractor(LusciousExtractor):
|
||||
"__typename" : "Album",
|
||||
"audiences" : list,
|
||||
"content" : "Hentai",
|
||||
"cover" : "re:https://cdnio.luscious.net/.+/277031/",
|
||||
"cover" : "re:https://\\w+.luscious.net/.+/277031/",
|
||||
"created" : 1479625853,
|
||||
"created_by" : "NTRshouldbeillegal",
|
||||
"date" : "type:datetime",
|
||||
@ -102,7 +102,7 @@ class LusciousAlbumExtractor(LusciousExtractor):
|
||||
},
|
||||
}),
|
||||
("https://luscious.net/albums/virgin-killer-sweater_282582/", {
|
||||
"url": "21cc68a7548f4d71dfd67d8caf96349dde7e791c",
|
||||
"url": "0be0cc279be1de99f727764819e03435e2a79915",
|
||||
}),
|
||||
("https://luscious.net/albums/not-found_277035/", {
|
||||
"exception": exception.NotFoundError,
|
||||
|
@ -26,7 +26,9 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"dokireader",
|
||||
"erolord",
|
||||
"mangadex",
|
||||
"mangapark",
|
||||
"photobucket",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user