|
|
|
|
|
This software was checked for viruses and was found to contain no viruses.
Click here
to see antivirus report.
|
|
| |
|
|
Video tutorial for Extreme URL Generator 1.4
|
Review
This is official description
Extreme URL Generator is an easy way to generate and save a list of similar URLs. It provides clean and intuitive user interface that lets you generate hundreds and thousands of URLs with just a few mouse clicks. After the URL list is generated you can save it into a text file or copy it into the Windows clipboard with another mouse click.
But this is not all! Extreme URL Generator provides you with many options when you save the generated list of URLs into a text file. You can add prefix and suffix to every URL, save the entire list as a single line or make each URL occupy its own line in the file. So the saved file is immediately usable by any other program like Extreme Picture Finder that lets you download and save the entire URL list automatically.
The following review written by one of the Software Informer contributors applies to version 1.3
Extreme URL Generator is a very small application. It can be used to generate URLs based on a particular sequence.
For example, if we need to 100 files from website and the URLs are in the order
http://www.site.com/gallery/img000.jpg
http://www.site.com/gallery/img001.jpg
http://www.site.com/gallery/img002.jpg
...........
Then we can use this application to generate the names. You can specify the URL syntax
http://www.site.com/gallery/img[1].jpg
and the range from 0 to 10 with step 1 (or the number added), number of digits 3.
There is a "varying number" which we can enable. Any number of this term can be specified. What it does is that it will iterate the urls.
For example,
http://www.site.com/gallery/img[1][2].jpg
With the usual numbering "1" as 1, 2, 3 and another varying number "2" as 1,2,3 will generate
http://www.site.com/gallery/img001001.jpg
http://www.site.com/gallery/img001002.jpg
http://www.site.com/gallery/img001003.jpg
http://www.site.com/gallery/img002002.jpg
http://www.site.com/gallery/img002002.jpg
.......................
I have no idea why would anyone buy this program for 14.95$. The same data can easily be generated by a simple iterative command in VB Script or Java Script or in the "command prompt" in windows.
For example, try the JavaScript code
//______________START_________________________________
var fso, f1;
fso = new ActiveXObject("Scripting.FileSystemObject");
f1 = fso.CreateTextFile("URLs.txt", true);
var i,j;
for (i=0;i<5;i++) { f1.write ("http://www.site.com/gallery/img00" + i + ".jpg\n");
}
f1.close();
//______________END___________________________________
copy this into a file with "JS" extension and run it directly or by "wscript.exe" from command line. More looping parts can be added inside each of them to create the second type of sequence. |
- Small program.
- Can save to text file!
|
- High Price (Not a freeeare).
- Less features.
- Need another program to download the urls.
|
|
Reviewed by: Zack Martin Reviewer rating: Reviewed: 3 years ago
|
What's new in version 1.4
- Increased maximum number of URLs in one project to 2,147,483,647
- Minor bug fixes and improvements
- Unlimited Varying Numbers
- Iterate letters, not only digits
- URL list generation speed increased What's new in version 1.3
Unlimited number of Varying Numbers; Iterate letters, not only digits; Generation speed increased |
|
Report a wrong version
Report a wrong program title
Suggest a correction
|
Screenshots
All 6 screenshots |