feeds: add fake path to default html parser
Without it, some websites were accidentally matching it (false positives)master
parent
f018437544
commit
67c096ad5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue