[idolcomplex] fix pagination for tags containing ':' (#5171)
This commit is contained in:
@@ -206,8 +206,8 @@ class IdolcomplexTagExtractor(IdolcomplexExtractor):
|
|||||||
if not next_url:
|
if not next_url:
|
||||||
return
|
return
|
||||||
|
|
||||||
next_params = text.parse_query(text.unescape(text.unescape(
|
next_params = text.parse_query(text.unquote(text.unescape(
|
||||||
next_url).lstrip("?/")))
|
text.unescape(next_url).lstrip("?/"))))
|
||||||
|
|
||||||
if "next" in next_params:
|
if "next" in next_params:
|
||||||
# stop if the same "next" value occurs twice in a row (#265)
|
# stop if the same "next" value occurs twice in a row (#265)
|
||||||
|
|||||||
Reference in New Issue
Block a user