mirror of
https://github.com/yattee/yattee.git
synced 2026-08-26 08:52:32 +00:00
Fix www.duckduckgo.com misrouting to yt-dlp external video extraction (#962)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user