mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
try this
This commit is contained in:
parent
043406f0d5
commit
b9992fc0df
@ -112,7 +112,7 @@ async getYouTubeApiVideo(f, v, contentlang, contentregion) {
|
||||
let retryCount = 0;
|
||||
while (vid.error && retryCount < 1) {
|
||||
console.log(`Retrying fetching videoInfo... Retry ${retryCount + 1}`);
|
||||
const retryVideoInfo = await fetch(`${this.config.invapi}/videos/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text());
|
||||
const retryVideoInfo = await fetch(`https://iv.ggtyler.dev/videos/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text());
|
||||
vid = await this.getJson(retryVideoInfo);
|
||||
retryCount++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user