httrack
httrack copied to clipboard
Feature Request: Capitalization Insensitivity
Can we please get a filter context that ignores CaPitAliZaTION, without having to write out the entire thing
site.com/[C,c][A,a][P,p][I,i][T,t][A,a][L,l][I,i][Z,z][A,a][T,t][I,i][O,o][N,n]/
My thought would be *^STRING^ to match any variation of "STRING" (string, String, STRING, sTRING, etc) due to capitalization.
SO site.com/*^Capitalization^/ would match the same as the garbled pattern above
This could be expanded to ^STRINGX^ where X is a specifier to indicate how to store the files, and alter links locally. L - All lower Case U - All UPPER Case F - First Letter Only A - Acquire, First instance of the Link sets the Case for all others