@@ -756,8 +756,9 @@ class PixivNovelExtractor(PixivExtractor):
|
|||||||
subcategory = "novel"
|
subcategory = "novel"
|
||||||
request_interval = 1.0
|
request_interval = 1.0
|
||||||
pattern = (r"(?:https?://)?(?:www\.|touch\.)?pixiv\.net"
|
pattern = (r"(?:https?://)?(?:www\.|touch\.)?pixiv\.net"
|
||||||
r"/novel/show\.php\?id=(\d+)")
|
r"/n(?:ovel/show\.php\?id=|/)(\d+)")
|
||||||
test = ("https://www.pixiv.net/novel/show.php?id=19612040", {
|
test = (
|
||||||
|
("https://www.pixiv.net/novel/show.php?id=19612040", {
|
||||||
"count": 1,
|
"count": 1,
|
||||||
"content": "c6f22167f9df7aeaf63b51933b4c8ef6fc5e6a1e",
|
"content": "c6f22167f9df7aeaf63b51933b4c8ef6fc5e6a1e",
|
||||||
"keyword": {
|
"keyword": {
|
||||||
@@ -791,7 +792,9 @@ class PixivNovelExtractor(PixivExtractor):
|
|||||||
"visible": True,
|
"visible": True,
|
||||||
"x_restrict": 0,
|
"x_restrict": 0,
|
||||||
},
|
},
|
||||||
})
|
}),
|
||||||
|
("https://www.pixiv.net/n/19612040"),
|
||||||
|
)
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
PixivExtractor.__init__(self, match)
|
PixivExtractor.__init__(self, match)
|
||||||
|
|||||||
Reference in New Issue
Block a user