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.startsWith('//')) {
|
||||
highestQuality = 'https:' + highestQuality;
|
||||
}
|
||||
|
||||
return {
|
||||
title: player.team.name,
|
||||
streamUrl: highestQuality,
|
||||
|
||||
Reference in New Issue
Block a user