From 5cf38dcdf0ff3717ae9bd8799c13a46be56378f5 Mon Sep 17 00:00:00 2001 From: sinkaroid Date: Tue, 18 Apr 2023 11:27:35 +0700 Subject: [PATCH] refactor(controller): change sinkaroid.org => scathach.id docs types --- src/controller/pornhub/pornhubGet.ts | 6 +++--- src/controller/pornhub/pornhubGetRelated.ts | 6 +++--- src/controller/pornhub/pornhubRandom.ts | 6 +++--- src/controller/pornhub/pornhubSearch.ts | 8 ++++---- src/controller/redtube/redtubeGet.ts | 6 +++--- src/controller/redtube/redtubeGetRelated.ts | 6 +++--- src/controller/redtube/redtubeRandom.ts | 6 +++--- src/controller/redtube/redtubeSearch.ts | 8 ++++---- src/controller/xhamster/xhamsterGet.ts | 6 +++--- src/controller/xhamster/xhamsterGetRelated.ts | 6 +++--- src/controller/xhamster/xhamsterRandom.ts | 6 +++--- src/controller/xhamster/xhamsterSearch.ts | 8 ++++---- src/controller/xnxx/xnxxGet.ts | 6 +++--- src/controller/xnxx/xnxxGetRelated.ts | 6 +++--- src/controller/xnxx/xnxxRandom.ts | 6 +++--- src/controller/xnxx/xnxxSearch.ts | 8 ++++---- src/controller/xvideos/xvideosGet.ts | 6 +++--- src/controller/xvideos/xvideosGetRelated.ts | 6 +++--- src/controller/xvideos/xvideosRandom.ts | 6 +++--- src/controller/xvideos/xvideosSearch.ts | 8 ++++---- src/controller/youporn/youpornGet.ts | 6 +++--- src/controller/youporn/youpornGetRelated.ts | 6 +++--- src/controller/youporn/youpornRandom.ts | 6 +++--- src/controller/youporn/youpornSearch.ts | 8 ++++---- 24 files changed, 78 insertions(+), 78 deletions(-) diff --git a/src/controller/pornhub/pornhubGet.ts b/src/controller/pornhub/pornhubGet.ts index 7b23447..f1546f5 100644 --- a/src/controller/pornhub/pornhubGet.ts +++ b/src/controller/pornhub/pornhubGet.ts @@ -22,19 +22,19 @@ export async function getPornhub(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/pornhub/get?id=ph63c4e1dc48fe7 + * curl -i https://lust.scathach.id/pornhub/get?id=ph63c4e1dc48fe7 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/pornhub/get?id=ph63c4e1dc48fe7") + * axios.get("https://lust.scathach.id/pornhub/get?id=ph63c4e1dc48fe7") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/pornhub/get?id=ph63c4e1dc48fe7") as resp: + * async with session.get("https://lust.scathach.id/pornhub/get?id=ph63c4e1dc48fe7") as resp: * print(await resp.json()) */ diff --git a/src/controller/pornhub/pornhubGetRelated.ts b/src/controller/pornhub/pornhubGetRelated.ts index 8672f8a..92e9aac 100644 --- a/src/controller/pornhub/pornhubGetRelated.ts +++ b/src/controller/pornhub/pornhubGetRelated.ts @@ -22,19 +22,19 @@ export async function relatedPornhub(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/pornhub/get?id=ph63c4e1dc48fe7 + * curl -i https://lust.scathach.id/pornhub/get?id=ph63c4e1dc48fe7 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/pornhub/get?id=ph63c4e1dc48fe7") + * axios.get("https://lust.scathach.id/pornhub/get?id=ph63c4e1dc48fe7") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/pornhub/get?id=ph63c4e1dc48fe7") as resp: + * async with session.get("https://lust.scathach.id/pornhub/get?id=ph63c4e1dc48fe7") as resp: * print(await resp.json()) */ diff --git a/src/controller/pornhub/pornhubRandom.ts b/src/controller/pornhub/pornhubRandom.ts index 4e3f194..2c6ef99 100644 --- a/src/controller/pornhub/pornhubRandom.ts +++ b/src/controller/pornhub/pornhubRandom.ts @@ -17,19 +17,19 @@ export async function randomPornhub(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/pornhub/random + * curl -i https://lust.scathach.id/pornhub/random * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/pornhub/random") + * axios.get("https://lust.scathach.id/pornhub/random") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/pornhub/random") as resp: + * async with session.get("https://lust.scathach.id/pornhub/random") as resp: * print(await resp.json()) * */ diff --git a/src/controller/pornhub/pornhubSearch.ts b/src/controller/pornhub/pornhubSearch.ts index dba7233..a706428 100644 --- a/src/controller/pornhub/pornhubSearch.ts +++ b/src/controller/pornhub/pornhubSearch.ts @@ -21,20 +21,20 @@ export async function searchPornhub(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/pornhub/search?key=milf - * curl -i https://lust.sinkaroid.org/pornhub/search?key=milf&page=2&sort=mr + * curl -i https://lust.scathach.id/pornhub/search?key=milf + * curl -i https://lust.scathach.id/pornhub/search?key=milf&page=2&sort=mr * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/pornhub/search?key=milf") + * axios.get("https://lust.scathach.id/pornhub/search?key=milf") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/pornhub/search?key=milf") as resp: + * async with session.get("https://lust.scathach.id/pornhub/search?key=milf") as resp: * print(await resp.json()) */ diff --git a/src/controller/redtube/redtubeGet.ts b/src/controller/redtube/redtubeGet.ts index 3638c26..61d47db 100644 --- a/src/controller/redtube/redtubeGet.ts +++ b/src/controller/redtube/redtubeGet.ts @@ -23,19 +23,19 @@ export async function getRedtube(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/redtube/get?id=42763661 + * curl -i https://lust.scathach.id/redtube/get?id=42763661 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/redtube/get?id=42763661") + * axios.get("https://lust.scathach.id/redtube/get?id=42763661") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/redtube/get?id=42763661") as resp: + * async with session.get("https://lust.scathach.id/redtube/get?id=42763661") as resp: * print(await resp.json()) */ diff --git a/src/controller/redtube/redtubeGetRelated.ts b/src/controller/redtube/redtubeGetRelated.ts index 5b7b005..8865a75 100644 --- a/src/controller/redtube/redtubeGetRelated.ts +++ b/src/controller/redtube/redtubeGetRelated.ts @@ -17,19 +17,19 @@ export async function relatedRedtube(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/redtube/get?id=41698751 + * curl -i https://lust.scathach.id/redtube/get?id=41698751 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/redtube/get?id=41698751") + * axios.get("https://lust.scathach.id/redtube/get?id=41698751") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/redtube/get?id=41698751") as resp: + * async with session.get("https://lust.scathach.id/redtube/get?id=41698751") as resp: * print(await resp.json()) */ diff --git a/src/controller/redtube/redtubeRandom.ts b/src/controller/redtube/redtubeRandom.ts index 1d6ff14..3dd6257 100644 --- a/src/controller/redtube/redtubeRandom.ts +++ b/src/controller/redtube/redtubeRandom.ts @@ -25,19 +25,19 @@ export async function randomRedtube(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/redtube/random + * curl -i https://lust.scathach.id/redtube/random * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/redtube/random") + * axios.get("https://lust.scathach.id/redtube/random") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/redtube/random") as resp: + * async with session.get("https://lust.scathach.id/redtube/random") as resp: * print(await resp.json()) */ const resolve = await lust.fetchBody(c.REDTUBE); diff --git a/src/controller/redtube/redtubeSearch.ts b/src/controller/redtube/redtubeSearch.ts index de52927..afaf7ca 100644 --- a/src/controller/redtube/redtubeSearch.ts +++ b/src/controller/redtube/redtubeSearch.ts @@ -19,20 +19,20 @@ export async function searchRedtube(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/redtube/search?key=milf - * curl -i https://lust.sinkaroid.org/redtube/search?key=milf&page=2 + * curl -i https://lust.scathach.id/redtube/search?key=milf + * curl -i https://lust.scathach.id/redtube/search?key=milf&page=2 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/redtube/search?key=milf") + * axios.get("https://lust.scathach.id/redtube/search?key=milf") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/redtube/search?key=milf") as resp: + * async with session.get("https://lust.scathach.id/redtube/search?key=milf") as resp: * print(await resp.json()) */ diff --git a/src/controller/xhamster/xhamsterGet.ts b/src/controller/xhamster/xhamsterGet.ts index 3ff50cf..981b67a 100644 --- a/src/controller/xhamster/xhamsterGet.ts +++ b/src/controller/xhamster/xhamsterGet.ts @@ -22,19 +22,19 @@ export async function getXhamster(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xhamster/get?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx + * curl -i https://lust.scathach.id/xhamster/get?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xhamster/get?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") + * axios.get("https://lust.scathach.id/xhamster/get?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xhamster/get?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") as resp: + * async with session.get("https://lust.scathach.id/xhamster/get?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") as resp: * print(await resp.json()) */ diff --git a/src/controller/xhamster/xhamsterGetRelated.ts b/src/controller/xhamster/xhamsterGetRelated.ts index 42e09ac..7f88e44 100644 --- a/src/controller/xhamster/xhamsterGetRelated.ts +++ b/src/controller/xhamster/xhamsterGetRelated.ts @@ -22,19 +22,19 @@ export async function relatedXhamster(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xhamster/related?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx + * curl -i https://lust.scathach.id/xhamster/related?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xhamster/related?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") + * axios.get("https://lust.scathach.id/xhamster/related?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xhamster/related?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") as resp: + * async with session.get("https://lust.scathach.id/xhamster/related?id=videos/horny-makima-tests-new-toy-and-cums-intensely-xhAa5wx") as resp: * print(await resp.json()) */ diff --git a/src/controller/xhamster/xhamsterRandom.ts b/src/controller/xhamster/xhamsterRandom.ts index 981a349..b2dd4ae 100644 --- a/src/controller/xhamster/xhamsterRandom.ts +++ b/src/controller/xhamster/xhamsterRandom.ts @@ -23,19 +23,19 @@ export async function randomXhamster(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xhamster/random + * curl -i https://lust.scathach.id/xhamster/random * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xhamster/random") + * axios.get("https://lust.scathach.id/xhamster/random") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xhamster/random") as resp: + * async with session.get("https://lust.scathach.id/xhamster/random") as resp: * print(await resp.json()) */ const resolve = await lust.fetchBody(`${c.XHAMSTER}/newest`); diff --git a/src/controller/xhamster/xhamsterSearch.ts b/src/controller/xhamster/xhamsterSearch.ts index ad3987a..5590546 100644 --- a/src/controller/xhamster/xhamsterSearch.ts +++ b/src/controller/xhamster/xhamsterSearch.ts @@ -19,20 +19,20 @@ export async function searchXhamster(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xhamster/search?key=milf - * curl -i https://lust.sinkaroid.org/xhamster/search?key=milf&page=2 + * curl -i https://lust.scathach.id/xhamster/search?key=milf + * curl -i https://lust.scathach.id/xhamster/search?key=milf&page=2 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xhamster/search?key=milf") + * axios.get("https://lust.scathach.id/xhamster/search?key=milf") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xhamster/search?key=milf") as resp: + * async with session.get("https://lust.scathach.id/xhamster/search?key=milf") as resp: * print(await resp.json()) */ diff --git a/src/controller/xnxx/xnxxGet.ts b/src/controller/xnxx/xnxxGet.ts index 3bab609..fa0a798 100644 --- a/src/controller/xnxx/xnxxGet.ts +++ b/src/controller/xnxx/xnxxGet.ts @@ -22,19 +22,19 @@ export async function getXnxx(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xnxx/get?id=video-17vah71a/makima_y_denji + * curl -i https://lust.scathach.id/xnxx/get?id=video-17vah71a/makima_y_denji * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xnxx/get?id=video-17vah71a/makima_y_denji") + * axios.get("https://lust.scathach.id/xnxx/get?id=video-17vah71a/makima_y_denji") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xnxx/get?id=video-17vah71a/makima_y_denji") as resp: + * async with session.get("https://lust.scathach.id/xnxx/get?id=video-17vah71a/makima_y_denji") as resp: * print(await resp.json()) */ diff --git a/src/controller/xnxx/xnxxGetRelated.ts b/src/controller/xnxx/xnxxGetRelated.ts index fe8c080..4fc270b 100644 --- a/src/controller/xnxx/xnxxGetRelated.ts +++ b/src/controller/xnxx/xnxxGetRelated.ts @@ -22,19 +22,19 @@ export async function relatedXnxx(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xnxx/related?id=video-17vah71a/makima_y_denji + * curl -i https://lust.scathach.id/xnxx/related?id=video-17vah71a/makima_y_denji * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xnxx/related?id=video-17vah71a/makima_y_denji") + * axios.get("https://lust.scathach.id/xnxx/related?id=video-17vah71a/makima_y_denji") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xnxx/related?id=video-17vah71a/makima_y_denji") as resp: + * async with session.get("https://lust.scathach.id/xnxx/related?id=video-17vah71a/makima_y_denji") as resp: * print(await resp.json()) */ diff --git a/src/controller/xnxx/xnxxRandom.ts b/src/controller/xnxx/xnxxRandom.ts index 037a846..74a06cb 100644 --- a/src/controller/xnxx/xnxxRandom.ts +++ b/src/controller/xnxx/xnxxRandom.ts @@ -23,19 +23,19 @@ export async function randomXnxx(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xnxx/random + * curl -i https://lust.scathach.id/xnxx/random * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xnxx/random") + * axios.get("https://lust.scathach.id/xnxx/random") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xnxx/random") as resp: + * async with session.get("https://lust.scathach.id/xnxx/random") as resp: * print(await resp.json()) */ const resolve = await lust.fetchBody("https://www.xnxx.com/search/random/random"); diff --git a/src/controller/xnxx/xnxxSearch.ts b/src/controller/xnxx/xnxxSearch.ts index 3b5319b..49416f1 100644 --- a/src/controller/xnxx/xnxxSearch.ts +++ b/src/controller/xnxx/xnxxSearch.ts @@ -19,20 +19,20 @@ export async function searchXnxx(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xnxx/search?key=milf - * curl -i https://lust.sinkaroid.org/xnxx/search?key=milf&page=2 + * curl -i https://lust.scathach.id/xnxx/search?key=milf + * curl -i https://lust.scathach.id/xnxx/search?key=milf&page=2 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xnxx/search?key=milf") + * axios.get("https://lust.scathach.id/xnxx/search?key=milf") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xnxx/search?key=milf") as resp: + * async with session.get("https://lust.scathach.id/xnxx/search?key=milf") as resp: * print(await resp.json()) */ diff --git a/src/controller/xvideos/xvideosGet.ts b/src/controller/xvideos/xvideosGet.ts index 02e5795..80688b4 100644 --- a/src/controller/xvideos/xvideosGet.ts +++ b/src/controller/xvideos/xvideosGet.ts @@ -22,19 +22,19 @@ export async function getXvideos(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xvideos/get?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_ + * curl -i https://lust.scathach.id/xvideos/get?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_ * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xvideos/get?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") + * axios.get("https://lust.scathach.id/xvideos/get?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xvideos/get?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") as resp: + * async with session.get("https://lust.scathach.id/xvideos/get?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") as resp: * print(await resp.json()) */ diff --git a/src/controller/xvideos/xvideosGetRelated.ts b/src/controller/xvideos/xvideosGetRelated.ts index deb758a..7e9400a 100644 --- a/src/controller/xvideos/xvideosGetRelated.ts +++ b/src/controller/xvideos/xvideosGetRelated.ts @@ -22,19 +22,19 @@ export async function relatedXvideos(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xvideos/related?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_ + * curl -i https://lust.scathach.id/xvideos/related?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_ * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xvideos/related?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") + * axios.get("https://lust.scathach.id/xvideos/related?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xvideos/related?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") as resp: + * async with session.get("https://lust.scathach.id/xvideos/related?id=video73564387/cute_hentai_maid_with_pink_hair_fucking_uncensored_") as resp: * print(await resp.json()) */ diff --git a/src/controller/xvideos/xvideosRandom.ts b/src/controller/xvideos/xvideosRandom.ts index 99d51ce..8acc3db 100644 --- a/src/controller/xvideos/xvideosRandom.ts +++ b/src/controller/xvideos/xvideosRandom.ts @@ -21,19 +21,19 @@ export async function randomXvideos(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xvideos/random + * curl -i https://lust.scathach.id/xvideos/random * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xvideos/random") + * axios.get("https://lust.scathach.id/xvideos/random") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xvideos/random") as resp: + * async with session.get("https://lust.scathach.id/xvideos/random") as resp: * print(await resp.json()) */ const resolve = await lust.fetchBody(c.XVIDEOS); diff --git a/src/controller/xvideos/xvideosSearch.ts b/src/controller/xvideos/xvideosSearch.ts index 3a0d0a1..728eb9b 100644 --- a/src/controller/xvideos/xvideosSearch.ts +++ b/src/controller/xvideos/xvideosSearch.ts @@ -19,20 +19,20 @@ export async function searchXvideos(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/xvideos/search?key=milf - * curl -i https://lust.sinkaroid.org/xvideos/search?key=milf&page=2 + * curl -i https://lust.scathach.id/xvideos/search?key=milf + * curl -i https://lust.scathach.id/xvideos/search?key=milf&page=2 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/xvideos/search?key=milf") + * axios.get("https://lust.scathach.id/xvideos/search?key=milf") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/xvideos/search?key=milf") as resp: + * async with session.get("https://lust.scathach.id/xvideos/search?key=milf") as resp: * print(await resp.json()) */ diff --git a/src/controller/youporn/youpornGet.ts b/src/controller/youporn/youpornGet.ts index 14c80aa..92e331d 100644 --- a/src/controller/youporn/youpornGet.ts +++ b/src/controller/youporn/youpornGet.ts @@ -22,19 +22,19 @@ export async function getYouporn(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/youporn/get?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps + * curl -i https://lust.scathach.id/youporn/get?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/youporn/get?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") + * axios.get("https://lust.scathach.id/youporn/get?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/youporn/get?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") as resp: + * async with session.get("https://lust.scathach.id/youporn/get?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") as resp: * print(await resp.json()) */ diff --git a/src/controller/youporn/youpornGetRelated.ts b/src/controller/youporn/youpornGetRelated.ts index 2bfaef1..007f205 100644 --- a/src/controller/youporn/youpornGetRelated.ts +++ b/src/controller/youporn/youpornGetRelated.ts @@ -22,19 +22,19 @@ export async function relatedYouporn(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/youporn/related?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps + * curl -i https://lust.scathach.id/youporn/related?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/youporn/related?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") + * axios.get("https://lust.scathach.id/youporn/related?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/youporn/related?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") as resp: + * async with session.get("https://lust.scathach.id/youporn/related?id=16621192/chainsaw-man-fuck-makima-3d-porn-60-fps") as resp: * print(await resp.json()) */ diff --git a/src/controller/youporn/youpornRandom.ts b/src/controller/youporn/youpornRandom.ts index 9f1d49e..e72e68a 100644 --- a/src/controller/youporn/youpornRandom.ts +++ b/src/controller/youporn/youpornRandom.ts @@ -23,19 +23,19 @@ export async function randomYouporn(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/youporn/random + * curl -i https://lust.scathach.id/youporn/random * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/youporn/random") + * axios.get("https://lust.scathach.id/youporn/random") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/youporn/random") as resp: + * async with session.get("https://lust.scathach.id/youporn/random") as resp: * print(await resp.json()) */ const resolve = await lust.fetchBody(`${c.YOUPORN}`); diff --git a/src/controller/youporn/youpornSearch.ts b/src/controller/youporn/youpornSearch.ts index 6a31082..e0d3014 100644 --- a/src/controller/youporn/youpornSearch.ts +++ b/src/controller/youporn/youpornSearch.ts @@ -19,20 +19,20 @@ export async function searchYouporn(req: Request, res: Response) { * HTTP/1.1 400 Bad Request * * @apiExample {curl} curl - * curl -i https://lust.sinkaroid.org/youporn/search?key=milf - * curl -i https://lust.sinkaroid.org/youporn/search?key=milf&page=2 + * curl -i https://lust.scathach.id/youporn/search?key=milf + * curl -i https://lust.scathach.id/youporn/search?key=milf&page=2 * * @apiExample {js} JS/TS * import axios from "axios" * - * axios.get("https://lust.sinkaroid.org/youporn/search?key=milf") + * axios.get("https://lust.scathach.id/youporn/search?key=milf") * .then(res => console.log(res.data)) * .catch(err => console.error(err)) * * @apiExample {python} Python * import aiohttp * async with aiohttp.ClientSession() as session: - * async with session.get("https://lust.sinkaroid.org/youporn/search?key=milf") as resp: + * async with session.get("https://lust.scathach.id/youporn/search?key=milf") as resp: * print(await resp.json()) */