diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-03 17:43:22 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-03 17:43:22 +0000 |
commit | fd69106947dbb0a5139b032c6c8f7978092061ca (patch) | |
tree | 0ae2243b91fa88b5acc13d5082b4f12763e1b529 /src/htsopt.h | |
parent | 5bd7e12eae850318e4c853177c2e97500985a1ac (diff) |
Added option '-%t', preserving the original file type (which may produce non-browseable file locally)
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index 7e7615f..76dc793 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -289,6 +289,7 @@ struct httrackp { int depth; // nombre de niveaux de récursion int extdepth; // nombre de niveaux de récursion à l'éxtérieur int urlmode; // liens relatifs etc + int no_type_change; // do not change file type according to MIME int debug; // mode débug log int getmode; // sauver html, images.. FILE *log; // fichier log |