mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
[kemonoparty] match URLs with www subdomain
This commit is contained in:
parent
addb72e1bb
commit
e298882acc
@ -14,7 +14,7 @@ from ..cache import cache
|
||||
import itertools
|
||||
import re
|
||||
|
||||
BASE_PATTERN = r"(?:https?://)?kemono\.party"
|
||||
BASE_PATTERN = r"(?:https?://)?(?:www\.)?kemono\.party"
|
||||
USER_PATTERN = BASE_PATTERN + r"/([^/?#]+)/user/([^/?#]+)"
|
||||
|
||||
|
||||
@ -273,6 +273,7 @@ class KemonopartyPostExtractor(KemonopartyExtractor):
|
||||
}]},
|
||||
}),
|
||||
("https://kemono.party/subscribestar/user/alcorart/post/184330"),
|
||||
("https://www.kemono.party/subscribestar/user/alcorart/post/184330"),
|
||||
)
|
||||
|
||||
def __init__(self, match):
|
||||
|
Loading…
Reference in New Issue
Block a user