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

use beautifulsoup for parsing for M1 ARM compatibility #325

Open sontek opened 2 years ago

sontek commented 2 years ago

I've found many books don't parse properly on ARM (M1 macbook) with master but using beautifulsoup it works perfectly. Similar to this issue:

https://github.com/lorenzodifuccia/safaribooks/issues/29

cjfields commented 1 year ago

This worked for me fixing a parsing issue on my MacBook Pro M1.

javishere commented 1 year ago

Same as former one, thanks.

sontek commented 1 year ago

@lorenzodifuccia Any chance you'll have time to look at this? M1 is a fairly popular platform right now

sontek commented 1 year ago

@lorenzodifuccia Just checking in. Have you seen this PR?