xroche / httrack

HTTrack Website Copier, copy websites to your computer (Official repository)
http://www.httrack.com/
Other
3.51k stars 647 forks source link

url portion after the last dot ignored #115

Open helder-jaspion opened 7 years ago

helder-jaspion commented 7 years ago

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

smokris commented 2 years ago

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.