Page 2 of 2

Re: Configuration problem! I don't know how to download.

Posted: 14 Feb 2020, 19:00
by nnina084
It's good here now.

I also want to download individual pages with the ful name URL:



https://proza.ru/2018/06/04/1775

FileName: 2018_06_04_1775


and
https://proza.ru/2000/12/02-05

FileName: 2000_12_02-05

proza\.ru/(\d+)/(\d+)/(\d+)/(\d+)|proza\.ru/(\d+)/(\d+)/(\d+-\d+)

Re: Configuration problem! I don't know how to download.

Posted: 15 Feb 2020, 11:51
by Maksym
Simply add the following filter to the "Included URLs":

\.ru/[\d/\-]+$

And you'll have to create your own Regular Expressions for file and folder names.

Re: Configuration problem! I don't know how to download.

Posted: 15 Feb 2020, 13:17
by nnina084
.

Re: Configuration problem! I don't know how to download.

Posted: 16 Feb 2020, 11:43
by Maksym
I need a full screenshot of your "About Extreme Picture Finder" window please.

Re: Configuration problem! I don't know how to download.

Posted: 31 Mar 2020, 22:19
by nnina084
I don't know how to download the entire site of one user

Where can I add my regular expression as the file name?

Start site:
\.ru/avtor/([a-zA-Z0-9-]+)
https://www.proza.ru/avtor/wladi

Download all user content:
\.ru/(20[01][0-9]|2020)/0*([1-9]|1[0-2])(/(\d+[-/]\d+)+)


Foldername:avtor_wladi
FileName: wladi
Filename: xxx_xxx_xxx_xxx.htm and xxx_xxx_xxx-xxx.htm
2018_06_07_1098.htm
Example: Parse All subpage + Multipage:<a href="/2018/06/07/1098
<a\s+(?:(?:\w+\s*=\s*)(?:\w+|"[^"]*"|'[^']*'))*?\s*href\s*=\s*(?<url>\w+|"[^"]*"|'[^']*')(?:(?:\s+\w+\s*=\s*)(?:\w+|"[^"]*"|'[^']*'))*?>.+?</a>

Re: Configuration problem! I don't know how to download.

Posted: 01 Apr 2020, 14:48
by Maksym
I still need the screenshot I asked you about in my previous message. Can you make screenshots?