mrss_parse_url_with_options

Parses a url and creates the data struct of the feed RSS url. This function downloads your request if this is http or ftp. with an options struct.

extern (C) @system nothrow @nogc
mrss_parse_url_with_options

Parameters

url char*

The url to be parsed

mrss mrss_t**

the pointer to your data struct

options mrss_options_t*

a pointer to a options data struct

Return Value

the error code

Meta