Merge pull request #40 from aruppi/develop

💀 lower case from anime servers
pull/49/head
Jesús María 4 years ago committed by GitHub
commit 526a24c3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 > This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture
> >

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "aruppi", "name": "aruppi",
"version": "4.0.0", "version": "4.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

@ -1,6 +1,6 @@
{ {
"name": "aruppi", "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", "description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
"main": "./src/api/api.ts", "main": "./src/api/api.ts",
"scripts": { "scripts": {

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

Loading…
Cancel
Save