Skip to content

Commit

Permalink
fix: example feed in config/feeds.yml broken
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Aug 9, 2024
1 parent 55814d2 commit a30f0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ feeds:
ttl: 120
selectors:
items:
selector: "ol > li > div"
selector: "li > div"
title:
selector: "p"
selector: "h4"
link:
selector: "a"
extractor: "href"

0 comments on commit a30f0af

Please sign in to comment.