[erome] restructure extractor hierarchy (#7804)

This commit is contained in:
Mike Fährmann
2025-07-11 19:58:12 +02:00
parent 2ccb9acf1a
commit 2d3b6155eb
2 changed files with 54 additions and 50 deletions

View File

@@ -42,6 +42,7 @@ __tests__ = (
"#url" : "https://www.erome.com/yYgWBZw8o8qsMzM",
"#category": ("", "erome", "user"),
"#class" : erome.EromeUserExtractor,
"#pattern" : erome.EromeAlbumExtractor.pattern,
"#range" : "1-25",
"#count" : 25,
},
@@ -50,6 +51,7 @@ __tests__ = (
"#url" : "https://www.erome.com/search?q=cute",
"#category": ("", "erome", "search"),
"#class" : erome.EromeSearchExtractor,
"#pattern" : erome.EromeAlbumExtractor.pattern,
"#range" : "1-25",
"#count" : 25,
},