💀 lower case from anime servers

pull/40/head
capitanwesler 4 years ago
parent e7d45c19d2
commit 9bdbc458fc

@ -624,7 +624,7 @@ export const videoServersMonosChinos = async (id: string) => {
.get();
videoServers.push({
id: videoNames[0],
id: videoNames[0].toLowerCase(),
url: decodeURIComponent(
$('.TPlayer div iframe').attr('src')?.split('url=')[1]!,
).split('&id')[0],

Loading…
Cancel
Save