New Version

Post Reply
Maksym
Site Admin
Posts: 2085
Joined: 02 Mar 2009, 17:02

Re: New Version

Post by Maksym » 25 Feb 2014, 17:08

Just as I said before - page parsing is supposed to use a lot of CPU.

utomo
Posts: 145
Joined: 05 Dec 2013, 10:14

Re: New Version

Post by utomo » 25 Feb 2014, 17:23

But it look like it is higher than previous version.
Correct me if I am Wrong.
Or maybe also good ideas if you can set the CPU usage limit or Utilizing memory more compared to the CPU

Other than that look stable

utomo
Posts: 145
Joined: 05 Dec 2013, 10:14

Re: New Version

Post by utomo » 28 Feb 2014, 13:20

Maxim,

My computer just dead.
and I change computer again.
I will wait for your final version before installing it

Thanks

Maksym
Site Admin
Posts: 2085
Joined: 02 Mar 2009, 17:02

Re: New Version

Post by Maksym » 28 Feb 2014, 13:25

Final version is already online. 3.24.1:

http://www.exisoftware.com/picture_find ... rSetup.exe

utomo
Posts: 145
Joined: 05 Dec 2013, 10:14

Re: New Version

Post by utomo » 28 Feb 2014, 14:55

Thanks.
It still not yet updated in the whats new

I need to reinstall my windows 64 bit

utomo
Posts: 145
Joined: 05 Dec 2013, 10:14

Re: New Version

Post by utomo » 05 Mar 2014, 05:16

Hello Maxim,

Can you try possibilities to support downloading presentation from slideshare (with disabled save function)
http://www.mabzicle.com/2013/04/save-sl ... uthor.html
or
http://techawakening.org/download-autho ... ions/1361/

I hope it can be easy enough such as imput the url and the EPF can handle the rest

Thanks

Maksym
Site Admin
Posts: 2085
Joined: 02 Mar 2009, 17:02

Re: New Version

Post by Maksym » 05 Mar 2014, 11:31

It looks like EPF can already handle it using new feature "Custom parsers"... But not as easy as "supplying the URL and clicking start".

utomo
Posts: 145
Joined: 05 Dec 2013, 10:14

Re: New Version

Post by utomo » 06 Mar 2014, 00:57

Can you tell me how?
Maybe also good ideas to make tutorial on your website using epf.
for saving disabled presentation.
example
http://www.slideshare.net/mimeeja/ecomm ... -2014mimee

Including downloading normal presentation on slideshare using epf.
Example I want to download Powerpoint (*.ppt) with ecommerce keyword
http://www.slideshare.net/search/slides ... =ecommerce

Thanks

Maksym
Site Admin
Posts: 2085
Joined: 02 Mar 2009, 17:02

Re: New Version

Post by Maksym » 06 Mar 2014, 14:01

Well, I simply followed the instructions from the one of articles you provided and here are the settings. You can use them as a template and simply change the starting address.

Starting address: http://www.slideshare.net/mimeeja/ecomm ... -2014mimee
Site exploration: Regular site -> Follow all links
Custom parsers:
1.
RE: ["'](https?:\\?/\\?/[^"']+)
Address: [#1]
2.
RE: <meta\s.+?property=\"og\:image\"\s.+?content="(http://.+?/)ss_thumbnails/(.+?-phpapp\d\d).+?"
Address: [#1][#2].xml

Filters->Excluded URLs:
.*

Filters->Included URLs:
\.xml
\.swf
\.ppt

That's it. So, the first custom parser is a standard Regular Expression to parse out URLs between "...". The second one does what the article says: takes the URL from "og:image" property, removes "/ss_thumbnails/" and adds ".xml" at the end.

Maksym
Site Admin
Posts: 2085
Joined: 02 Mar 2009, 17:02

Re: New Version

Post by Maksym » 06 Mar 2014, 14:13

Well, I created a template project. You can download it here:

http://www.exisoftware.com/downloads/pi ... mplate.exe

So, you download and run the above template. It'll create a new category and a new project in your project tree:

slideshare.net -> slideshare.net - template

You simply clone this project (menu command Project->Clone project...) and in the newly created project clone you set the starting address and a destination folder. That's it.

Post Reply