lorenzodifuccia / safaribooks

Download and generate EPUB of your favorite books from O'Reilly Learning (aka Safari Books Online) library.
Do What The F*ck You Want To Public License
4.61k stars 684 forks source link

Adding font downloading functionality for non-English books #343

Open chuxiuhong opened 1 year ago

chuxiuhong commented 1 year ago

Background: In some non-English books, it is often necessary to use special fonts for citation purposes. Therefore, we need to download these fonts to ensure the quality of the book.

Function: The collect_fonts function has been implemented, following the download approach similar to CSS and images. It ensures the display of a progress bar and includes detailed comments.

Additionally, made some formatting adjustments to comply with the PEP8 standard.

I hope to be able to merge branches:)