Fix www.duckduckgo.com misrouting to yt-dlp external video extraction (#962)

This commit is contained in:
Yuri Chukhlib
2026-08-23 12:21:50 +02:00
committed by GitHub
parent f4cf9e8b8d
commit 63b625bcde
2 changed files with 21 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ struct URLRouter: Sendable {
let excludedHosts = [
"google.com", "www.google.com",
"bing.com", "www.bing.com",
"duckduckgo.com",
"duckduckgo.com", "www.duckduckgo.com",
"apple.com", "www.apple.com",
"github.com", "www.github.com"
]