Hi, all!

  I need some advanced logging capabilities in wget. Since long-awaited 
content-disposition feature appeared, it came impossible to associate 
textual descriptions with downloaded files (filename on disk can be 
completely different of url). Yes, I know of --no-content-disposition 
option, but maybe it's time to write some code to add such feature? Looking 
at the sources of wget, I assume that I can add such code. But maybe someone 
already did such a job, but haven't committed to svn?

 Some details on feature request:
- description can be added as command-line option and as a comment in url 
list for downloading ( comment start marker like double spaces or 
something )
- description file can be created one per url, or for the entire url list in 
one file
- description file format can be one line per url (using some template) (Far 
manager users'll benefit from descript.ion), or be of some tagged structure 
like Record-Jar Format
- description file macros like %file% (stands for filename on disk), 
%describ%, %time-download%, %url-org% and so on.

Thanks 


Reply via email to