table of contents
libwget-parse_atom(3) | wget2 | libwget-parse_atom(3) |
NAME¶
libwget-parse_atom - Atom URL extraction routines
SYNOPSIS¶
Functions¶
void wget_atom_get_urls_inline (const char *atom,
wget_vector_t **urls)
Detailed Description¶
Routines for URL extraction from Atom feeds.
Function Documentation¶
void wget_atom_get_urls_inline (const char * atom, wget_vector_t ** urls)¶
Parameters
atom Atom XML data
urls Pointer to return vector of URLs
urls Pointer to return vector of URLs
Finds all URLs within the Atom XML data atom and returns them as vector in urls.
Author¶
Generated automatically by Doxygen for wget2 from the source code.
Tue Jan 26 2021 | Version 1.99.1 |