C | |
| channel [Rss] | channel items creates a new channel containing items.
|
| channel_of_channel [Rss] | |
| channel_of_file [Rss] | |
| channel_of_string [Rss] | |
| channel_t_of_channel [Rss] | |
| channel_t_of_file [Rss] | channel_[t_]of_X returns the parsed channel and a list of encountered errors.
|
| channel_t_of_string [Rss] | |
| channel_t_of_xmls [Rss] |
Read a channel from XML trees.
|
| compare_item [Rss] | |
| copy_channel [Rss] | |
| copy_item [Rss] | |
D | |
| default_opts [Rss] | |
I | |
| item [Rss] | item() creates a new item with all fields set to None.
|
K | |
| keep_n_items [Rss] | keep_n_items n ch returns a copy of the channel, keeping only
n items maximum.
|
M | |
| make_opts [Rss] |
See Neturl documentation for
schemes and base_syntax options.
|
| merge_channels [Rss] | merge_channels c1 c2 merges the given channels in a new channel,
sorting items using Rss.sort_items_by_date.
|
P | |
| print_channel [Rss] | |
| print_file [Rss] | |
S | |
| sort_items_by_date [Rss] |
Sort items by date, older last.
|
| string_of_date [Rss] |
Format a date/time record as a string according to the format
string
fmt.
|
X | |
| xml_of_source [Rss] |
Read an XML tree from a source.
|