No, but could you feed the website with mismatched tags through something like tidy first? That error looks like maybe it's expecting xhtml and getting html. Maybe the site is declaring one, then using the other. Lots of software won't care because it's a pretty common error, but some panics.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
HTML 5 in actual production use is only partially convertible (it's lossy). You need to get handsy with it. *
But one way around: get a markdown editor that can convert copy&paste from the web (i know of typora, it fetches (and opt. saves) images too) and then pandoc that.
* div#main, a.h1, div with naked text, i've seen things...
I recently learned about abogen and audiblez and what I want to do is blog to adiobook but I'm still stuck in getting the book from the blog.
I'm now thinking maybe c/linux would have been a better place to ask since I'm not trying to program anything. Let me know if I should move it there.