mirror of
https://github.com/qist/tvbox.git
synced 2026-04-25 08:52:44 +00:00
update
This commit is contained in:
@@ -26,7 +26,8 @@ VOD.vod_name = pdfh(html1, "h2&&Text");
|
||||
let html = request(input, {
|
||||
headers: {
|
||||
// 'User-Agent':'PC_UA',
|
||||
'User-Agent':'MOBILE_UA',
|
||||
// 'User-Agent':'MOBILE_UA',
|
||||
'User-Agent':'Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',
|
||||
'Referer': input,
|
||||
}
|
||||
});
|
||||
@@ -44,7 +45,7 @@ VOD.vod_name = pdfh(html1, "h2&&Text");
|
||||
if (!playMap.hasOwnProperty(source)) {
|
||||
playMap[source] = []
|
||||
}
|
||||
playMap[source].push(playurl["url"])
|
||||
playMap[source].push(playurl["url"].replaceAll('##','#'))
|
||||
})
|
||||
});
|
||||
let playFrom = [];
|
||||
|
||||
Reference in New Issue
Block a user