mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Update animelib/animelib.js
This commit is contained in:
parent
f86212027a
commit
1c3c83c0cf
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue