💀 lower case from anime servers
@ -1,4 +1,4 @@
# **Aruppi API** (v4.0.0)
# **Aruppi API** (v4.0.2)
> This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture
>
@ -1,6 +1,6 @@
{
"name": "aruppi",
"version": "4.0.0",
"version": "4.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
"main": "./src/api/api.ts",
"scripts": {
@ -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],