logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libwget-parse_sitemap - Sitemap URL extraction routines

Author

       Generated automatically by Doxygen for wget2 from the source code.

wget2                                             Version 2.2.0                         libwget-parse_sitemap(3)

Detailed Description

       Routines for URL extraction from Sitemap XML data.

Function Documentation

voidwget_sitemap_get_urls_inline(constchar*sitemap,wget_vector**urls,wget_vector**sitemap_urls)Parameterssitemap Sitemap XML data
           urls Pointer to return vector of URLs
           sitemap_urls Pointer to return vector of sitemap URLs

       Finds all URLs and sitemap URLs within the Sitemap XML data sitemap and returns them as vector in urls
       and/or sitemap_urls.

Name

       libwget-parse_sitemap - Sitemap URL extraction routines

Synopsis

DataStructures
       struct sitemap_contextFunctions
       void wget_sitemap_get_urls_inline (const char *sitemap, wget_vector **urls, wget_vector **sitemap_urls)

See Also