mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
Merge pull request #438 from neon-mmd/CHORE/432_duckduckgo-engine-code-according-to-the-new-html-changes
👽️ `Duckduckgo` engine code according to the new `html` changes
This commit is contained in:
commit
bb06797dec
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
|
||||
|
||||
[[package]]
|
||||
name = "websurfx"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "websurfx"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
edition = "2021"
|
||||
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
||||
repository = "https://github.com/neon-mmd/websurfx"
|
||||
|
@ -29,8 +29,8 @@ impl DuckDuckGo {
|
||||
Ok(Self {
|
||||
parser: SearchResultParser::new(
|
||||
".no-results",
|
||||
".result",
|
||||
".result__a",
|
||||
".results>.result",
|
||||
".result__title>.result__a",
|
||||
".result__url",
|
||||
".result__snippet",
|
||||
)?,
|
||||
|
Loading…
Reference in New Issue
Block a user