mrss_parse_url

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

extern (C) @system nothrow @nogc
mrss_parse_url
(
char* url
,)

Parameters

url char*

The url to be parsed

mrss mrss_t**

the pointer to your data struct

Return Value

the error code

Meta