Update vidfast/vidfast.js
This commit is contained in:
+2
-1
@@ -296,7 +296,8 @@ async function ilovearmpits(m3u8Url) {
|
|||||||
const headers = {
|
const headers = {
|
||||||
"Accept": "*/*",
|
"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",
|
"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);
|
const response = await fetchv2(m3u8Url, headers);
|
||||||
|
|||||||
Reference in New Issue
Block a user