I used to use `magic_header_array` to convert MIME to extension in 1.x: https://github.com/eight04/ComicCrawler/blob/b37fb427702c6dd263ee9bad05988b334c910411/comiccrawler/filename_ext.py#L8-L17 It seems that `magic_header_array` was removed in 2.0. Is there an alternative API?
I used to use
magic_header_arrayto convert MIME to extension in 1.x:https://github.com/eight04/ComicCrawler/blob/b37fb427702c6dd263ee9bad05988b334c910411/comiccrawler/filename_ext.py#L8-L17
It seems that
magic_header_arraywas removed in 2.0. Is there an alternative API?