mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 11:41:35 +01:00
[8kun] adjust URL pattern
This commit is contained in:
parent
c76c8b765a
commit
80ea9104b8
@ -64,13 +64,14 @@ class _8kunBoardExtractor(Extractor):
|
||||
"""Extractor for 8kun boards"""
|
||||
category = "8kun"
|
||||
subcategory = "board"
|
||||
pattern = r"(?:https?://)?8kun\.top/([^/?&#]+)/(?:index|\d+)\.html$"
|
||||
pattern = r"(?:https?://)?8kun\.top/([^/?&#]+)/(?:index|\d+)\.html"
|
||||
test = (
|
||||
("https://8kun.top/v/index.html", {
|
||||
"pattern": _8kunThreadExtractor.pattern,
|
||||
"count": ">= 100",
|
||||
}),
|
||||
("https://8kun.top/v/2.html"),
|
||||
("https://8kun.top/v/index.html?PageSpeed=noscript"),
|
||||
)
|
||||
|
||||
def __init__(self, match):
|
||||
|
Loading…
x
Reference in New Issue
Block a user