-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Describe the bug
template variable {url-href-flat} and {url-protocol} contains colons e.g. https: in the rendered text when it should not, at least it used to not do that.
To Reproduce
Steps to reproduce the behavior:
- Set the filename template to
archives/{url-href-flat}_{time-ms}.{filename-extension} - Save any page
- You get a file named
https:_tmuxcheatsheet.com__1766629534709.html(notice the colon)
Expected behavior
A filename like this https__tmuxcheatsheet.com__1714886210483.html (without the colon) matching the example in the template variable documentation
Environment
- Browser: Firefox Extension v1.22.96, Safari
Metadata
Metadata
Assignees
Labels
No labels