Fix line length

This commit is contained in:
Balgden
2023-04-03 13:38:42 +00:00
committed by GitHub
parent ffd30abcb3
commit bbc5977121

View File

@@ -117,7 +117,8 @@ class HotleakPostExtractor(HotleakExtractor):
class HotleakCreatorExtractor(HotleakExtractor): class HotleakCreatorExtractor(HotleakExtractor):
"""Extractor for all posts from a hotleak creator""" """Extractor for all posts from a hotleak creator"""
subcategory = "creator" subcategory = "creator"
pattern = BASE_PATTERN + r"/(?!(?:hot|creators|videos|photos)(?:$|/))([^/?#]+)/?$" pattern = (BASE_PATTERN + r"/(?!(?:hot|creators|videos|photos)(?:$|/))"
r"([^/?#]+)/?$")
test = ( test = (
("https://hotleak.vip/kaiyakawaii", { ("https://hotleak.vip/kaiyakawaii", {
"range": "1-200", "range": "1-200",