![]() |
wget2
1.0.0
|
Data Structures | |
struct | atom_context |
Functions | |
void | wget_atom_get_urls_inline (const char *atom, wget_vector_t **urls) |
Routines for URL extraction from Atom feeds.
void wget_atom_get_urls_inline | ( | const char * | atom, |
wget_vector_t ** | urls | ||
) |
[in] | atom | Atom XML data |
[in,out] | urls | Pointer to return vector of URLs |
Finds all URLs within the Atom XML data atom
and returns them as vector in urls
.