feeds: add fake path to default html parser

Without it, some websites were accidentally matching it (false positives)
master
pictuga 2020-04-12 13:00:56 +02:00
parent f018437544
commit 67c096ad5b
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ item_updated = updated
[html]
mode = html
path =
http://localhost/
title = //div[@id='header']/h1
desc = //div[@id='header']/h2
items = //div[@id='content']/div