You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor update: I did some research on this matter, and I found out that smry.ai uses JSDOM to parse Google Webcache/Wayback machine archives to retrieve dynamically rendered content, and then renders the page displayed to the web user.
I couldn't find a good JSDOM-like library in Rust, so I'm thinking I'll create something like ladder (it doesn't render dynamic pages like smry; or I would use it) and use it as a supporting service for libmedium. I have a rough proof-of-concept ready, but it needs a lot of work before it is production ready.
These can be viewed through Google/Bing's cache for example.
Example URL: https://medium.com/@steve_mullen/an-introduction-to-lean-canvas-5c17c469d3e0
Here's a tool that can read it: https://www.smry.ai/proxy?url=https%3A%2F%2Fmedium.com%2F%40steve_mullen%2Fan-introduction-to-lean-canvas-5c17c469d3e0
The text was updated successfully, but these errors were encountered: