@coyig wrote:
Hi
I've a problem to capture additional fields from RSS using rss plugin and other_fields option.
I've RSS like that: https://pastebin.com/raw/ejKm3Y8D and config file:templates: bad_rss: inputs: - rss: url: https://pastebin.com/raw/ejKm3Y8D other_fields: - category - size - password - usenetdate accept_all: yes exec: - echo {{title}} {{category}} {{size}} {{password}} {{usenetdate}} tasks: bad_rss: template: - bad_rss
It ends with (UndefinedError) 'password' is undefined. Looks like that I can get only first two optional values: category and size.
What can I do to get usenetdate field?
Posts: 2
Participants: 2