Add readabilipy #3360
scottrblock
started this conversation in
Python Packages
Add readabilipy
#3360
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
readabilipy is a python fork of mozilla readability. The latter does not run well in a cf worker because it relies on a full DOM of the html. It does support jsdom as a polyfill for node, but this also does not work great on cf workers, see jsdom/jsdom#2427 and https://community.cloudflare.com/t/jsdom-in-cloudflare-worker/65769
I was hoping to deploy a standalone python worker with ReadabiliPy as a work around
Beta Was this translation helpful? Give feedback.
All reactions