1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 11:41:35 +01:00

[hatenablog] implement additional suggestion

This commit is contained in:
blankie 2024-01-13 10:43:25 +11:00
parent 293f1559df
commit 9f53daabb8
No known key found for this signature in database
GPG Key ID: CC15FC822C7F61F5

View File

@ -12,7 +12,7 @@ from .. import text
BASE_PATTERN = (
r"(?:hatenablog:https?://([^/]+)|(?:https?://)?"
r"(?:hatenablog:https?://([^/?#]+)|(?:https?://)?"
r"([\w-]+\.(?:hatenablog\.(?:com|jp)"
r"|hatenadiary\.com|hateblo\.jp)))"
)