diff --git a/README.md b/README.md index 81d349a..b72de28 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ Almost everything. I will add stuff when I need stuff. But hey, if you found thi - [ ] List cache entries - [ ] Clear cache entries - [ ] Add some nice colors, so it's easier to read the output. +- [ ] Add tests for probes. + +## Unify + +* Comments +* Number of searches the latest 24 hours diff --git a/src/probe/telefonforsaljare.rs b/src/probe/telefonforsaljare.rs index 8ce2c99..5ca2b79 100644 --- a/src/probe/telefonforsaljare.rs +++ b/src/probe/telefonforsaljare.rs @@ -20,7 +20,7 @@ struct Content { #[html(selector = "p:nth-child(2)", attr = "inner", default = "")] title: String, - #[html(selector = "p:nth-child(5)", attr = "inner")] + #[html(selector = "p:nth-child(4)", attr = "inner")] history: String, }