Update vidfast/vidfast.js

This commit is contained in:
aka paul
2026-03-08 20:21:41 +00:00
parent 6b97575731
commit 8f7d0c3b10
+2 -1
View File
@@ -296,7 +296,8 @@ async function ilovearmpits(m3u8Url) {
const headers = {
"Accept": "*/*",
"User-Agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36",
"Referer": "https://vidfast.pro/"
"Referer": "https://vidfast.pro/",
"X-Requested-With": "XMLHttpRequest"
};
const response = await fetchv2(m3u8Url, headers);