[nsfwalbum] update test album

the old one is no longer available
This commit is contained in:
Mike Fährmann
2019-09-28 20:48:15 +02:00
parent 1faec285d1
commit de4e2029d1
2 changed files with 4 additions and 5 deletions

View File

@@ -21,10 +21,10 @@ class NsfwalbumAlbumExtractor(GalleryExtractor):
directory_fmt = ("{category}", "{album_id} {title}") directory_fmt = ("{category}", "{album_id} {title}")
archive_fmt = "{id}" archive_fmt = "{id}"
pattern = r"(?:https?://)?(?:www\.)?nsfwalbum\.com(/album/(\d+))" pattern = r"(?:https?://)?(?:www\.)?nsfwalbum\.com(/album/(\d+))"
test = ("https://nsfwalbum.com/album/295201", { test = ("https://nsfwalbum.com/album/401611", {
"range": "1-5", "range": "1-5",
"url": "e60eced1873215f5deee1ca7226d60cb4dcc051c", "url": "b0481fc7fad5982da397b6359fbed8421b8ba284",
"keyword": "e0573ecb1966611e96d10172a3ca1db1078a7984", "keyword": "fc1ad4ebcd6d4cf32da15203120112b8bcf12eec",
}) })
def __init__(self, match): def __init__(self, match):

View File

@@ -21,14 +21,13 @@ TRAVIS_SKIP = {
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", "bobx", "exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", "bobx",
"archivedmoe", "archiveofsins", "thebarchive", "fireden", "4plebs", "archivedmoe", "archiveofsins", "thebarchive", "fireden", "4plebs",
"sankaku", "idolcomplex", "mangahere", "readcomiconline", "mangadex", "sankaku", "idolcomplex", "mangahere", "readcomiconline", "mangadex",
"sankakucomplex", "warosu", "sankakucomplex", "warosu", "fuskator",
} }
# temporary issues, etc. # temporary issues, etc.
BROKEN = { BROKEN = {
"8chan", "8chan",
"mangapark", "mangapark",
"nsfwalbum",
} }