Merge branch 'main' into dev

This commit is contained in:
cc
2026-02-28 19:30:57 +08:00
committed by GitHub
2 changed files with 117 additions and 247 deletions

View File

@@ -291,6 +291,7 @@ class VideoService {
const attrMatch = /\smd5\s*=\s*['"]([a-fA-F0-9]+)['"]/i.exec(content)
if (attrMatch) {
console.log('[VideoService] Found MD5 via attribute:', attrMatch[1])
return attrMatch[1].toLowerCase()
}