diff --git a/gallery_dl/extractor/35photo.py b/gallery_dl/extractor/35photo.py index d3e9276f..1bbd93ec 100644 --- a/gallery_dl/extractor/35photo.py +++ b/gallery_dl/extractor/35photo.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2019 Mike Fährmann +# Copyright 2019-2020 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -143,19 +143,7 @@ class _35photoGenreExtractor(_35photoExtractor): directory_fmt = ("{category}", "Genre", "{genre}") archive_fmt = "g{genre_id}_{id}_{num}" pattern = r"(?:https?://)?(?:[a-z]+\.)?35photo\.pro/genre_(\d+)(/new/)?" - test = ( - ("https://35photo.pro/genre_109/", { - "range": "1-30", - }), - ("https://35photo.pro/genre_103/", { - "range": "1-30", - "count": 30, - }), - ("https://35photo.pro/genre_103/new/", { - "range": "1-30", - "count": 30, - }), - ) + test = ("https://35photo.pro/genre_109/",) def __init__(self, match): _35photoExtractor.__init__(self, match) diff --git a/test/test_results.py b/test/test_results.py index 8951d4df..9c8bddab 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -27,7 +27,6 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { - "35photo", "mangapark", "photobucket", "worldthree",