You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.5.0 has added support of more placeholders like %source-pathname% to get the pathname. However, currently the value of any placeholder will be escaped to be safe in a filename. Adding support of /s from a placeholder breaks backward compatibility and consistency with currently available placeholders (such as %title%), and needs further investigation.
%source% - URL of the source.
Can it removed https:// and https:// from url and create folder structure like
https://github.com/danny0838/webscrapbook/issues/
to
github.com/danny0838/webscrapbook/issues
because %source% only transform special character into _
The text was updated successfully, but these errors were encountered: