update
This commit is contained in:
+2
-2
@@ -99,7 +99,7 @@ async function extractStreamUrl(slug) {
|
||||
|
||||
if (data?.sources?.length) {
|
||||
for (const source of data.sources) {
|
||||
let streamUrl = `https://mega-cloud.top/proxy${source.url}`;
|
||||
let streamUrl = `https://swiftstream.top/proxy${source.url}`;
|
||||
let quality = source.quality;
|
||||
|
||||
if (server.id === 'kite') {
|
||||
@@ -109,7 +109,7 @@ async function extractStreamUrl(slug) {
|
||||
const lines = m3u8Content.split('\n').filter(line => line.trim() !== '');
|
||||
const targetLine = lines.find(line => !line.startsWith('#'));
|
||||
if (targetLine) {
|
||||
streamUrl = `https://mega-cloud.top/proxy/oppai/kite/${targetLine.trim()}`;
|
||||
streamUrl = `https://swiftstream.top/proxy/oppai/kite/${targetLine.trim()}`;
|
||||
}
|
||||
if (quality.toLowerCase() === 'master') {
|
||||
quality = '1080p';
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"name": "50/50",
|
||||
"icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s"
|
||||
},
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"language": "English (DUB/SUB)",
|
||||
"streamType": "HLS",
|
||||
"quality": "1080p",
|
||||
|
||||
Reference in New Issue
Block a user