feat: updated rapidcloud ajax url

This commit is contained in:
Ritesh Ghosh
2023-08-18 23:17:05 +05:30
parent 29924b6982
commit 326e13ad20
+1 -1
View File
@@ -31,7 +31,7 @@ class RapidCloud {
let res = null; let res = null;
res = await axios.get( res = await axios.get(
`${this.host}/ajax/embed-6/getSources?id=${id}`, `https://${videoUrl.hostname}/embed-2/ajax/e-1/getSources?id=${id}`,
options options
); );