| when you choose user-defined structure, %N returns
filename + extension, but without the dot! (e.g.,
somepagehtml) -- is this a bug??
also, a feature request (i hope this is the right
place to post this): please add the ability to use a
substring of the path using regex matching or similar.
for example, given this url...
<http://www.gamesdomain.com/gdreview/zones/reviews/pc/ap>
r02/fifa02.html
...i would like to extract the last subdirectory in
the path and combine it with %n to have my download
directory look like this:
~/myprojects/gamesdomain/apr02-fifa02/
-10bt | |