diff --git a/Cargo.lock b/Cargo.lock index 571dbaf..0eb15b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "websurfx" -version = "1.6.0" +version = "1.6.1" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 61d0cab..eb2f2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/engines/duckduckgo.rs b/src/engines/duckduckgo.rs index fadddb6..d6316b8 100644 --- a/src/engines/duckduckgo.rs +++ b/src/engines/duckduckgo.rs @@ -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", )?,