From 03cd8d26d7fa213a60febde58f1024d4ebb20fb4 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 22 Jun 2022 14:44:12 +0300 Subject: [PATCH] new url --- sdk/src/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/search.js b/sdk/src/search.js index 060d9c2e..5c7a6cf5 100644 --- a/sdk/src/search.js +++ b/sdk/src/search.js @@ -4,7 +4,7 @@ const url = require("../config.json") class Search{ static async SearchVideo(query){ - const search = await fetch(`https://lighttube.herokuapp.com/api/search?query=${query}`) + const search = await fetch(`https://tube.kuylar.dev/api/search?query=${query}`) const text = await search.text() const j = JSON.parse(xmltojson.toJson(text)); for (item of j.Search.Results.Video) {