diff --git a/README.md b/README.md index 37a746a..c1e1eb7 100644 --- a/README.md +++ b/README.md @@ -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 > diff --git a/package-lock.json b/package-lock.json index 0819f54..7037a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aruppi", - "version": "4.0.0", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b8deb1d..8db6869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aruppi", - "version": "4.0.0", + "version": "4.0.2", "description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app", "main": "./src/api/api.ts", "scripts": { diff --git a/src/utils/util.ts b/src/utils/util.ts index 0c4e74a..9808175 100644 --- a/src/utils/util.ts +++ b/src/utils/util.ts @@ -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],