Skip to content

Commit

Permalink
[hatenablog] implement additional suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
the-blank-x committed Jan 12, 2024
1 parent 293f155 commit 9f53daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/hatenablog.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


BASE_PATTERN = (
r"(?:hatenablog:https?://([^/]+)|(?:https?://)?"
r"(?:hatenablog:https?://([^/?#]+)|(?:https?://)?"
r"([\w-]+\.(?:hatenablog\.(?:com|jp)"
r"|hatenadiary\.com|hateblo\.jp)))"
)
Expand Down

0 comments on commit 9f53daa

Please sign in to comment.