[idolcomplex] support new pool URLs
This commit is contained in:
@@ -222,8 +222,8 @@ class IdolcomplexPoolExtractor(IdolcomplexExtractor):
|
|||||||
subcategory = "pool"
|
subcategory = "pool"
|
||||||
directory_fmt = ("{category}", "pool", "{pool}")
|
directory_fmt = ("{category}", "pool", "{pool}")
|
||||||
archive_fmt = "p_{pool}_{id}"
|
archive_fmt = "p_{pool}_{id}"
|
||||||
pattern = BASE_PATTERN + r"/pools?/show/(\d+)"
|
pattern = BASE_PATTERN + r"/pools?/(?:show/)?(\w+)"
|
||||||
example = "https://idol.sankakucomplex.com/pools/show/12345"
|
example = "https://idol.sankakucomplex.com/pools/0123456789abcdef"
|
||||||
per_page = 24
|
per_page = 24
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
|
|||||||
Reference in New Issue
Block a user