Sembiance / dexvert

Converts over two-thousand file formats to modern equivalents
97 stars 5 forks source link

Additional file extension request #13

Closed gingerbeardman closed 1 year ago

gingerbeardman commented 1 year ago

HTML

(Not checked: HTM, HTML, HTX, XHTML, SHTML, PHTML)

Never heard of this myself but there we go!

Examples

Sembiance commented 1 year ago

I just added .hts as a valid HTML extension and Discmaster will reprocess the 34 CDs that contained the 5,000 or so .hts HTML files.

.htx was also added as a valid extension as I found multiple HTML text files with that extension.

.htm/.html/.xhtml/.shtml/.phtml were already being detected due to a blanket /htm/ filename regex check, but there was a Discmaster NGINX mis-configuration that caused .phtml files to be downloaded as octet-stream rather than being served as text/html and that's been fixed.

Thanks again for the report!!

I'll close this once I've confirmed the reprocessing of the CDs mentioned worked ok.

gingerbeardman commented 1 year ago

Discmaster will reprocess the 34 CDs that contained the 5,000 or so .hts HTML files.

Love it! Partial updates - nice.

Sembiance commented 1 year ago

The reprocessing finished and the files processed properly. Thanks again for submitting the issue!!