feat: Enhance M3U8 ad detection with proxy URL unwrapping and segment-level analysis, and implement proxy fallback for HLS playlist fetching.

This commit is contained in:
kuekhaoyang
2026-02-16 10:31:09 +08:00
parent 9aafe20505
commit bb7bc3e75f
5 changed files with 265 additions and 260 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "kvideo",
"version": "4.0.7",
"version": "4.0.8",
"private": true,
"scripts": {
"dev": "next dev",
@@ -15,7 +15,7 @@
"@dnd-kit/utilities": "^3.2.2",
"@vercel/analytics": "^1.6.1",
"hls.js": "^1.6.15",
"lucide-react": "^0.563.0",
"lucide-react": "^0.564.0",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
@@ -27,7 +27,7 @@
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint": "^10",
"eslint-config-next": "16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^4",