diff options
Diffstat (limited to 'gallery_dl/extractor/erome.py')
| -rw-r--r-- | gallery_dl/extractor/erome.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gallery_dl/extractor/erome.py b/gallery_dl/extractor/erome.py index 842de7e..2e2e952 100644 --- a/gallery_dl/extractor/erome.py +++ b/gallery_dl/extractor/erome.py @@ -85,14 +85,14 @@ class EromeAlbumExtractor(EromeExtractor): """Extractor for albums on erome.com""" subcategory = "album" pattern = BASE_PATTERN + r"/a/(\w+)" - test = ("https://www.erome.com/a/KandxY7y", { - "pattern": r"https://s\d+\.erome\.com/355/KandxY7y/\w+", - "count": 26, + test = ("https://www.erome.com/a/TyFMI7ik", { + "pattern": r"https://s\d+\.erome\.com/\d+/TyFMI7ik/\w+", + "count": 9, "keyword": { - "album_id": "KandxY7y", + "album_id": "TyFMI7ik", "num": int, - "title": "Therealbrittfitt", - "user": "pokow", + "title": "Ryan Ryans", + "user": "xanub", }, }) @@ -103,7 +103,7 @@ class EromeAlbumExtractor(EromeExtractor): class EromeUserExtractor(EromeExtractor): subcategory = "user" pattern = BASE_PATTERN + r"/(?!a/|search\?)([^/?#]+)" - test = ("https://www.erome.com/gutiquq", { + test = ("https://www.erome.com/xanub", { "range": "1-25", "count": 25, }) |
