mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
[nsfwalbum] update test album
the old one is no longer available
This commit is contained in:
parent
1faec285d1
commit
de4e2029d1
@ -21,10 +21,10 @@ class NsfwalbumAlbumExtractor(GalleryExtractor):
|
||||
directory_fmt = ("{category}", "{album_id} {title}")
|
||||
archive_fmt = "{id}"
|
||||
pattern = r"(?:https?://)?(?:www\.)?nsfwalbum\.com(/album/(\d+))"
|
||||
test = ("https://nsfwalbum.com/album/295201", {
|
||||
test = ("https://nsfwalbum.com/album/401611", {
|
||||
"range": "1-5",
|
||||
"url": "e60eced1873215f5deee1ca7226d60cb4dcc051c",
|
||||
"keyword": "e0573ecb1966611e96d10172a3ca1db1078a7984",
|
||||
"url": "b0481fc7fad5982da397b6359fbed8421b8ba284",
|
||||
"keyword": "fc1ad4ebcd6d4cf32da15203120112b8bcf12eec",
|
||||
})
|
||||
|
||||
def __init__(self, match):
|
||||
|
@ -21,14 +21,13 @@ TRAVIS_SKIP = {
|
||||
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", "bobx",
|
||||
"archivedmoe", "archiveofsins", "thebarchive", "fireden", "4plebs",
|
||||
"sankaku", "idolcomplex", "mangahere", "readcomiconline", "mangadex",
|
||||
"sankakucomplex", "warosu",
|
||||
"sankakucomplex", "warosu", "fuskator",
|
||||
}
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"8chan",
|
||||
"mangapark",
|
||||
"nsfwalbum",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user