getsitemap

A Python library that retrieves all URLs in the sitemaps on a website.

MIT License

Downloads
238
Stars
1
Committers
3

Bot releases are hidden (Show)

getsitemap - v0.1.1 Latest Release

Published by capjamesg about 2 years ago

[0.1.1] - 2022-10-09

Added

  • Refactored get_individual_sitemap to allow use as a public function.
  • Documentation for the get_individual_sitemap function.
getsitemap - v0.1.0

Published by capjamesg about 2 years ago

[0.1.0] - 2022-10-09

Added

  • Initial release of getsitemap.
  • retrieve_sitemap_urls to retrieve all the URLs from a sitemap.
  • Documentation for the retrieve_sitemap_urls function.