Show HN: I made a tool to clean and convert any webpage to Markdown
51–60 of 107 posts
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#52One of the cases when AI not needed. There is very good working algorithm to extract content from the pages, one of implementations: https://github.com/buriy/python-readability
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#53Tried on another page of the same site, then it only gave me the last article on a 6-article page, some weird things going on.
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#54Great idea to offer image downloads and filtering with GPT! I built a similar tool last year that doesn't have those features: https://url2text.com/ Apologies if the UI is slow - you can see some example output on the homepage. The API it's built on is Urlbox's website screenshot API which performs far better when used directly. You can request markdown along with JS rendered HTML, metadata and screenshot all in one…
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#55Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#56Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#57One example --
URL: https://newsletter.pragmaticengineer.com/p/zirp-software-eng...
Sanitized output: https://substack-ai.vercel.app/u/pragmaticengineer/p/zirp-so...
Raw markdown: https://substack-ai.vercel.app/api/users/pragmaticengineer/p...
(Would be happy to open source it if anyone cares!)
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#58Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#59Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#60Nice! I did something similar a while back, but just for substack :) One example -- URL: https://newsletter.pragmaticengineer.com/p/zirp-software-eng... Sanitized output: https://substack-ai.vercel.app/u/pragmaticengineer/p/zirp-so... Raw markdown: https://substack-ai.vercel.app/api/users/pragmaticengineer/p... (Would be happy to open source it if anyone cares!)