Skip to content
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

Support Atom feeds #10

Closed
3 tasks
jaywick opened this issue Jul 17, 2019 · 1 comment
Closed
3 tasks

Support Atom feeds #10

jaywick opened this issue Jul 17, 2019 · 1 comment
Milestone

Comments

@jaywick
Copy link
Owner

jaywick commented Jul 17, 2019

Atom feeds have a different format to the current RSS parsing strategy

Sample

From https://validator.w3.org/feed/docs/atom.html#sampleFeed

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>Example Feed</title>
  <link href="http://example.org/"/>
  <updated>2003-12-13T18:30:02Z</updated>
  <author>
    <name>John Doe</name>
  </author>
  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>

  <entry>
    <title>Atom-Powered Robots Run Amok</title>
    <link href="http://example.org/2003/12/13/atom03"/>
    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
    <updated>2003-12-13T18:30:02Z</updated>
    <summary>Some text.</summary>
  </entry>

</feed>

Requirements

  • parsing strategy
  • cheap validator
  • simple checker before choosing strategy
@jaywick
Copy link
Owner Author

jaywick commented Dec 26, 2019

Fixed in beta-4 but now looks like it's broken XML RSS 🤦‍♂️
Raising new issue for that

@jaywick jaywick added this to the Beta 4 milestone Dec 26, 2019
@jaywick jaywick closed this as completed Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant