Fixed a problem with the built-in search when it couldn't save file with names longer than allowed by Windows
Fixed several bugs in the Custom Parsers engine
Version 3.49.0.0
Added the ability to set HTTP request type POST to URLs generated with Custom Parsers and set any POST data you want for that request using Regular Expression matches. Finally Extreme Picture Finder can send POST requests!
Added the ability to modify HTTP Referer field for URLs generated with Custom Parsers.
Brand-new Regular Expression Tester window with test results shown as a tree for each Regular Expression in the list with the ability to select any result in the tree and view the detailed information about every regular Expression match.
Version 3.48.1.0
Fixed a bug in the new option that allows to re-download parent URL
New window for Excluded Page Parts testing improved
Several smaller fixes and improvements
Version 3.48.0.0
New window for Excluded Page Parts testing which allows to see the number of excluded page parts removed by selected Regular Expression and the text of any excluded page part
New option in the download project properties allowing to re-download previously downloaded URL if there was a redirect to this URL from a child URL
SSL protocol support improved
Fixed all procedures that require a connection to the official program website: update check, template share, template version check and so on
Version 3.47.0.0
Google.com search fixed
Imgur.com search fixed
Version 3.46.3.0
Added HexToDec function to Custom Parsers to convert hexadecimal numbers to decimal form
Version 3.46.2.0
SOCKS proxy support improved
Fixed a bug in Excluded Page Parts
Version 3.46.1.0
Page parsing algorithm improved
Fixed a bug in Excluded Page Parts
Version 3.46.0.0
New option in saved file naming - ability to use value of the HTML tag attribute where link to this file was found
Custom Parsers engine improved. Now it's possible to generate a number of similar URLs using not only static values, but also results of built-in functions, like Math().
Version 3.45.1.0
SSL support improved to work with newer protocol versions
Version 3.45.0.0
Another improvement of Custom Parsers - the ability to add current page address as well as all referring page addresses to the page text before the parsing starts. It helps a lot in situations when crucial information is missing in the page text but present in the page address.
Version 3.44.1.0
Custom Parsers engine upgraded. We added new functions which help emulate JavaScript: CharFromCode, CharFromHexCode.
Page parsing algorithm improved to work with the updated specification of "srcset" attribute for IMG tag.
Version 3.44.0.0
Support for Unicode characters in saved file and folder names
Version 3.43.1.0
Google.com image search fixed
Version 3.43.0.0
Operations with multiple selected projects and/or categories now available. You can delete, move, and start all selected projects. Starting multiple projects puts them in a queue where a next project starts automatically once current is finished
Built-in search improved. It works way faster now when used with a small number of images in the [ Results limit ] field
Version 3.42.8.0
Increased download speed for TGP websites
Version 3.42.7.0
SSL support improved
Version 3.42.6.0
User name and password information is now copied from template when template is selected (automatically or manually) in [ Create New Project ] window
Version 3.42.5.0
[ Copy address(es) to clipboard ] menu item now copies URLs of all selected files to the clipboard
[ Open address(es) in browser ] menu item now opens URLs of all selected files. Please be careful with this one - opening thousands of URLs at once may take a lot of time
New function in [ Custom Parsers ] - [#Math(a+b)#] allows to use the result of the most basic mathematic equations with only 2 numbers. You can use matches from other Custom Parsers in your project with this function like this: [#Math([#1] - [#3:2])#]
Version 3.42.4.0
imgur.com search fixed
Extended the syntax of the Result text in the Custom Parser. Now, when you generate URL list from a Regular Expression match using [$from-to$], you can specify minimal number of digits and step like this: [$from-to$digits$step$]