Filter non-English expansions and prefer stock sources
build-push / docker (push) Successful in 4m25s

This commit is contained in:
AI Assistant
2026-03-13 12:33:45 +09:00
parent 0bd458d097
commit de2488654a
2 changed files with 21 additions and 3 deletions
+3 -3
View File
@@ -307,11 +307,11 @@ func extractYouTubeID(link string) string {
func sourceWeight(source string) int {
switch source {
case "Google Video":
return 3
case "Envato":
return 2
return 3
case "Artgrid":
return 2
case "Google Video":
return 1
default:
return 0