@Addicted wrote:
tasks: tvshows: priority: 1 inputs: - rss: http://showrss.info/user/xxxx.rss?magnets=false&namespaces=true&name=null&quality=null&re=yes imdb_lookup: yes thetvdb_lookup: yes tvmaze_lookup: yes series: settings: hdtv: identified_by: ep hdtv: - 12 Monkeys - Arrow send_telegram: recipients: - username: '{{secrets.tg.user}}' bot_token: '{{secrets.tg.bot_tk}}' parse_mode: markdown template: | *{{imdb_name}}* *{{title}}* *Size-* [{{content_size}}] MB *Rating-* [{{imdb_score}}]/10 [{{imdb_votes}}] Votes *Plot-* [{{imdb_plot_outline}}] [{{imdb_url}}]
When i send to telegram using above template,"imdb_name" "imdb_score" "imdb_votes" "imdb_plot_outline" was sent as None.
I'm i doing something wrong?
Posts: 1
Participants: 1