mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
Update src/libpoketube/libpoketube-core.js
This commit is contained in:
parent
b5e34674eb
commit
38a624bd48
@ -109,7 +109,7 @@ async getYouTubeApiVideo(f, v, contentlang, contentregion) {
|
||||
}
|
||||
|
||||
let retryCount = 0;
|
||||
while (vid.error && retryCount < 1) {
|
||||
while (vid.error && retryCount < 2) {
|
||||
console.log(`Retrying: ${retryCount + 1}`);
|
||||
const retryVideoInfo = await fetch(`https://par1.iv.ggtyler.dev/api/v1/videos/${v}?hl=${contentlang}®ion=${contentregion}&h=${btoa(Date.now())}`).then((res) => res.text());
|
||||
vid = await this.getJson(retryVideoInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user