forked from 50n50/sources
Update animelib/animelib.js
This commit is contained in:
@@ -102,6 +102,11 @@ async function extractStreamUrl(ID) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (highestQuality) {
|
if (highestQuality) {
|
||||||
|
|
||||||
|
if (highestQuality.startsWith('//')) {
|
||||||
|
highestQuality = 'https:' + highestQuality;
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
title: player.team.name,
|
title: player.team.name,
|
||||||
streamUrl: highestQuality,
|
streamUrl: highestQuality,
|
||||||
|
|||||||
Reference in New Issue
Block a user