Small fix.

This commit is contained in:
2019-01-18 07:49:20 +01:00
parent eb0bfd4e71
commit 1f63bcf85f
2 changed files with 7 additions and 1 deletions

View File

@@ -18,3 +18,9 @@ Almost everything. I will add stuff when I need stuff. But hey, if you found thi
- [ ] List cache entries - [ ] List cache entries
- [ ] Clear cache entries - [ ] Clear cache entries
- [ ] Add some nice colors, so it's easier to read the output. - [ ] 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

View File

@@ -20,7 +20,7 @@ struct Content {
#[html(selector = "p:nth-child(2)", attr = "inner", default = "")] #[html(selector = "p:nth-child(2)", attr = "inner", default = "")]
title: String, title: String,
#[html(selector = "p:nth-child(5)", attr = "inner")] #[html(selector = "p:nth-child(4)", attr = "inner")]
history: String, history: String,
} }