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_atom - Atom URL extraction routines

Author

       Generated automatically by Doxygen for wget2 from the source code.

wget2                                             Version 2.2.0                            libwget-parse_atom(3)

Detailed Description

       Routines for URL extraction from Atom feeds.

Function Documentation

voidwget_atom_get_urls_inline(constchar*atom,wget_vector**urls)Parametersatom Atom XML data
           urls Pointer to return vector of URLs

       Finds all URLs within the Atom XML data atom and returns them as vector in urls.

Name

       libwget-parse_atom - Atom URL extraction routines

Synopsis

DataStructures
       struct atom_contextFunctions
       void wget_atom_get_urls_inline (const char *atom, wget_vector **urls)

See Also