httrack icon indicating copy to clipboard operation
httrack copied to clipboard

url portion after the last dot ignored

Open helder-jaspion opened this issue 9 years ago • 1 comments

HTTrack generates html files named just until the last dot.

Example: .../deputados-querem-cortar-repasses-1.884291 becomes .../deputados-querem-cortar-repasses-1.html

but should be .../deputados-querem-cortar-repasses-1.884291.html

helder-jaspion avatar Oct 26 '16 13:10 helder-jaspion

The combination of changing %n to %N (filename including extension) in the custom path spec, and the undocumented -%t flag (which keeps httrack from mangling filenames with dots), and the fix to #55, enables httrack to successfully output HTML files with multiple dots.

smokris avatar Dec 08 '21 20:12 smokris