[nekohouse] fix pagination (#6871)

use distinct names for URL values
This commit is contained in:
Mike Fährmann
2025-01-24 10:18:52 +01:00
parent 783cb83258
commit f5add4048e
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ __tests__ = (
"#url" : "https://nekohouse.su/fantia/user/19235",
"#class" : nekohouse.NekohouseUserExtractor,
"#pattern" : r"https://nekohouse\.su/fantia/user/19235/post/\d+",
"#count" : range(50, 100),
"#count" : range(51, 100),
},
)