Ubuntu Manpages

libwget-parse_atom

Atom URL extraction routines


void wget_atom_get_urls_inline (const char *atom, wget_vector_t **urls)

Routines for URL extraction from Atom feeds.

Parameters

atom 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.

Generated automatically by Doxygen for wget2 from the source code.