mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
# model
|
|
|
|
- feed:
|
|
- title
|
|
- site_url
|
|
- feed_url
|
|
|
|
- item:
|
|
- guid
|
|
- date
|
|
- url
|
|
- title
|
|
- content
|
|
- image_url
|
|
- podcast_url
|
|
|
|
# specs
|
|
|
|
- rss
|
|
https://en.wikipedia.org/wiki/RSS
|
|
- 0.90:
|
|
https://www.rssboard.org/rss-0-9-0
|
|
https://web.archive.org/web/20001208063100/http://my.netscape.com/publish/help/quickstart.html
|
|
- 0.91 (netscape)
|
|
https://www.rssboard.org/rss-0-9-1-netscape
|
|
- 0.91 (userland)
|
|
https://www.rssboard.org/rss-0-9-1
|
|
- 0.92
|
|
https://www.rssboard.org/rss-0-9-2
|
|
- 0.93 (withdrawn)
|
|
http://backend.userland.com/rss093
|
|
- 0.94 (withdrawn)
|
|
- 1.0
|
|
https://web.resource.org/rss/1.0/
|
|
- 2.0
|
|
https://cyber.harvard.edu/rss/rss.html
|
|
https://www.rssboard.org/rss-2-0
|
|
|
|
- atom
|
|
https://en.wikipedia.org/wiki/Atom_(Web_standard)
|
|
- 0.3
|
|
https://support.google.com/merchants/answer/160598?hl=en
|
|
http://web.archive.org/web/20060811235523/http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html
|
|
- 1.0
|
|
https://tools.ietf.org/html/rfc4287
|
|
https://validator.w3.org/feed/docs/atom.html
|
|
|
|
- json
|
|
https://en.wikipedia.org/wiki/JSON_Feed
|
|
- 1.0
|
|
https://jsonfeed.org/version/1
|
|
- 1.1
|
|
https://jsonfeed.org/version/1.1
|
|
|
|
# parsers
|
|
|
|
https://feedparser.readthedocs.io/en/latest/
|
|
https://github.com/mmcdole/gofeed
|
|
https://github.com/miniflux/v2/tree/2.0.28/reader/
|
|
https://github.com/Ranchero-Software/RSParser
|
|
https://github.com/feederco/feeder-parser
|