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
|
||||
- [ ] 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
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user