Skip to content

Commit

Permalink
Add support for RSS 2.0 / Atom 0.3 / Atom 1.0 sitemaps
Browse files Browse the repository at this point in the history
Fixes #3.
  • Loading branch information
pypt committed Jul 17, 2019
1 parent 8fb3721 commit 4182e59
Show file tree
Hide file tree
Showing 5 changed files with 634 additions and 24 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ Website sitemap parser for Python 3.5+.
Features
========

- Supports multiple sitemap formats:
- Supports all sitemap formats:

- `XML sitemaps <https://www.sitemaps.org/protocol.html#xmlTagDefinitions>`_
- `Google News sitemaps <https://support.google.com/news/publisher-center/answer/74288?hl=en>`_
- `plain text sitemaps <https://www.sitemaps.org/protocol.html#otherformats>`_
- `RSS 2.0 / Atom 0.3 / Atom 1.0 sitemaps <https://www.sitemaps.org/protocol.html#otherformats>`_
- `robots.txt sitemaps <https://developers.google.com/search/reference/robots_txt#sitemap>`_

- Field-tested with ~1 million URLs as part of the `Media Cloud project <https://mediacloud.org/>`_
Expand Down

0 comments on commit 4182e59

Please sign in to comment.