Replies: 1 comment 1 reply
-
|
Hi @jlledo. I did think about it at some point, but didn't bother to implementing it because I thought it wasn't too important. However, I'd be happy to merge it if you're interested in contributing to it! Let me know and I'll create an issue, otherwise I think I'll keep focusing on other matters first. Thank you! :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My understanding is there exists a convention where RSS readers will accept HTLM URLs, then parse
<head>to look for feed links—see this StackOverflow answer.This feature is convenient because some authors haven't got any visible links to their feed in the page body.
To keep it simple for the user I would parse all
<head>links until at least one RSS or Atom feed has been found. I'll let you decide which one to prioritise if both kinds are present.As for implementation, astral-tl is an HTML parser with just a single dependency on
memchr.Beta Was this translation helpful? Give feedback.
All reactions