Page 1 of 1

Doubts on how to use

Posted: 17 May 2021, 15:40
by felipea
Hello, I have two questions.
1. How to work with sites that the images/videos are generate through js or that it needs an extra mouse click, some examples:
https://mangapark.net/comic/10554/hajim ... apter/en/4
https://leitor.net/manga/villain-to-kil ... -4#/!page1
2. It's possible to use a Regular Expression to get some text on the parent page and use it as the file name?

Re: Doubts on how to use

Posted: 18 May 2021, 13:26
by Maksym
This would have been easy since all image URLs are already in the page text, but they all require URL parameters which are encrypted and cannot be found/generated from the page text :( So, it all depends on the website. For some you create a couple of Custom Parsers to get links to all images/pages, and for others, like this one - it's impossible.
Cannot access this site. Cloudflare protection won't let me in. Tried all my proxies - no luck.
2. It's possible to use a Regular Expression to get some text on the parent page and use it as the file name?
You can currently use title of any parent page that matches your RE. No other text from parent page can be used. You can check out project properties [Save - Naming] section to see all available options.

Re: Doubts on how to use

Posted: 31 May 2021, 20:51
by Tanker_5455
Thanks, I thought I needed to have a special template for this or that site to save the pictures! I actually ended up using Extreme Picture Finder for something work-related, as it allowed me to get most pictures from Italian rental properties website without much effort, as I needed them for a market report, and that's all thanks to your explanations.