Small fix.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user