-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to debug feeds that throw an error? #80
Comments
Curious if something similar to extractus/article-extractor#326 is viable for this library - it'd be great to fetch the xml on my own and provide that to this parser |
Sorry last thing but I think the type for headers in
|
@kylealwyn same idea, this lib should have that method too. |
@kylealwyn https://www.nature.com/nature.rss uses RDF, It's been a long time since I've seen this format! |
@kylealwyn v6.2.1 has just been released with 2 new methods for extracting feed data from XML or JSON string. That mays resolve your case. Regarding
Could you share more info about your code here? This lib does not modify or verify proxy url. it simply prefers to pick the url from the proxy if that presents. |
Awesome! Will check it out. Would be great to expose the utils to validate whether xml or json feed, or have a unified entrypoint that runs the validation & normalization, but I will copy those over for now!
Makes sense
I'm doing something like
Where the target is the url initially shared, or any ip/port combination, and getting back an |
Also, what would be the lift on supporting RDF feeds? https://rss.slashdot.org/Slashdot/slashdotMain is another big one I'm interested in. Seeing the format quite a bit through my explorations. |
@kylealwyn thank you, RDF can reuse almost logic from RSS parser. I will try to implement a draft. |
Trying to pull something like https://www.nature.com/nature.rss - getting an error both locally and in demo. Ran the address through the w3c validator and came up valid.
Somewhat related, I'm also trying to use a proxy but to no avail as
http://[email protected]:8887
is throwingInvalid URL
The text was updated successfully, but these errors were encountered: