feeds: add fake path to default html parser
Without it, some websites were accidentally matching it (false positives)
This commit is contained in:
		@@ -90,6 +90,9 @@ item_updated = updated
 | 
				
			|||||||
[html]
 | 
					[html]
 | 
				
			||||||
mode = html
 | 
					mode = html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					path =
 | 
				
			||||||
 | 
					  http://localhost/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
title = //div[@id='header']/h1
 | 
					title = //div[@id='header']/h1
 | 
				
			||||||
desc = //div[@id='header']/h2
 | 
					desc = //div[@id='header']/h2
 | 
				
			||||||
items = //div[@id='content']/div
 | 
					items = //div[@id='content']/div
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user