rsstail.py icon indicating copy to clipboard operation
rsstail.py copied to clipboard

Particular feed not showing

Open vico93 opened this issue 2 years ago • 0 comments

Hello! Thanks a lot for this tool!

I'm testing the tool to use in a bash to post in discord webhooks, but one particular feed didn't load any items:

rsstail -i 3 --format '%(title)s -> %(link)s\n' -u "https://manualdousuario.net/feed/" -n 0 -v | while read x; do echo "$x"; done

Seems to be a valid RSS feed according to W3C.

vico93 avatar Nov 04 '21 14:11 vico93