selairi / planetlibre

Simple RSS reader like a planet side
BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

Escape ampersand in feed URLs. Fixes #8 #9

Closed fcestrada closed 6 months ago

fcestrada commented 6 months ago
$ curl https://victorhck.gitlab.io/planetalibre/feed.xml -o /tmp/feed.xml
$ xmllint --noout /tmp/feed.xml 2>&1 | head -n 1
feed.xml:40: parser error : EntityRef: expecting ';'
$ sed 's/&/&/g' /tmp/feed.xml > /tmp/feed-test.xml
$ xmllint --noout /tmp/feed-test.xml
# Caused by: https://blog.bricogeek.com/noticias/feed/ (&utm --> &utm)