diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-18 23:17:05 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-18 23:17:05 +0530 |
| commit | 326e13ad20f60f478c2e4c98bd30653ca9cad460 (patch) | |
| tree | 83d1638bb881cbeec5bd175c2210e0139e1caf67 | |
| parent | 29924b6982b9208dbe9029887fdb0107bf375be5 (diff) | |
| download | aniwatch-api-326e13ad20f60f478c2e4c98bd30653ca9cad460.tar.xz aniwatch-api-326e13ad20f60f478c2e4c98bd30653ca9cad460.zip | |
feat: updated rapidcloud ajax url
| -rw-r--r-- | src/extractors/rapidcloud.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extractors/rapidcloud.ts b/src/extractors/rapidcloud.ts index 2faba6f..374fd81 100644 --- a/src/extractors/rapidcloud.ts +++ b/src/extractors/rapidcloud.ts @@ -31,7 +31,7 @@ class RapidCloud { let res = null; res = await axios.get( - `${this.host}/ajax/embed-6/getSources?id=${id}`, + `https://${videoUrl.hostname}/embed-2/ajax/e-1/getSources?id=${id}`, options ); |
