chbrown / overdrive

Bash script to download mp3s from the OverDrive audiobook service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate tidy

chbrown opened this issue · comments

Try to find an alternative to tidy.

It's only used in one place, in the extract_metadata function, to sanitize the metadata XML.

macOS comes with an old version (2006-10-31) of tidy:

/usr/bin/tidy -v

HTML Tidy for Mac OS X released on 31 October 2006 - Apple Inc. build 16.4

so for the most part it does work, but tidy is finicky and opinionated and not exactly stable.