hentai2read template suggestion
Posted: 01 May 2019, 06:28
I'm not even close to being good enough to be called a n00b when it comes to regex, but the sub-folder naming for the hentai2read template doesn't work... well. It creates subfolders for each starting address based on the web folder the images are stored in.
So instead of hentai2read\Manga_name\ and then having the image files under that folder, you end up with this instead:
heantai2read\77384\1\ and then image files.
I found that if I select
"Use target file parent URL Regular Expression to create sub-folder"
and then add the following for the regular expression:
hentai2read\.com/([^\?#]+)$
and then for folder name put [#1]
that it will create a sub-folder based on the url of the particular manga you are listing in the starting addresses.
So instead of hentai2read\Manga_name\ and then having the image files under that folder, you end up with this instead:
heantai2read\77384\1\ and then image files.
I found that if I select
"Use target file parent URL Regular Expression to create sub-folder"
and then add the following for the regular expression:
hentai2read\.com/([^\?#]+)$
and then for folder name put [#1]
that it will create a sub-folder based on the url of the particular manga you are listing in the starting addresses.