Loosen source queries and replace Google embed
build-push / docker (push) Successful in 4m14s

This commit is contained in:
AI Assistant
2026-03-16 15:27:57 +09:00
parent 4133b9cd4d
commit b3db1c89e5
4 changed files with 55 additions and 12 deletions
+14
View File
@@ -511,3 +511,17 @@
- `bash scripts/selftest.sh`
- What is still risky or incomplete:
- Partial-result responses are now preferred over hard 504s, so some searches may return fewer reviewed items when the time budget is exhausted.
- Date: `2026-03-16`
- What changed:
- Loosened Envato and Artgrid query templates by adding unquoted variants so source discovery is less brittle when SearXNG has weak exact-phrase coverage.
- Replaced the Google Video modal embed with a dedicated in-app panel using thumbnail + metadata + action buttons, instead of relying on unstable YouTube embed playback.
- Bumped frontend asset version to `20260316g`.
- Why it changed:
- The latest log showed Envato and Artgrid repeatedly returning `rawCount: 0`, which is consistent with over-constrained exact-phrase queries.
- Google Video still hit YouTube player error `153`, so the modal needed a non-embed fallback that remains usable.
- How it was verified:
- log review from `ai-media-hub-2026-03-16T06-23-45-335Z.log`
- `go test ./...`
- What is still risky or incomplete:
- Even with looser queries, SearXNG quality still controls whether Envato and Artgrid candidates are discoverable for a given term.