alan-turing-institute / ReadabiliPy

A simple HTML content extractor in Python. Can be run as a wrapper for Mozilla's Readability.js package or in pure-python mode.
MIT License
230 stars 36 forks source link

How to update newest Readability.js of Mozilla? #101

Closed ducnguyenphanhoai closed 1 year ago

ducnguyenphanhoai commented 2 years ago

I want to update newest version of Readability.js. In this URL: https://github.com/mozilla/readability So where in code I will replace for upgrade newest version readability?

nelson-liu commented 1 year ago

this is fixed in 8b59a64ce67383fb80be592c0bd81e9ea7042ad1 , now readabiliby will pull from npm instead of using a locally stored version of the src. if you want to upgrade, the easiest thing to do is to uninstall and reinstall the package.