fix stuff + add stuff

This commit is contained in:
ashley 2025-09-20 15:51:18 +02:00
parent fa766a8608
commit 9363bd5142

View File

@ -58,7 +58,7 @@ class InnerTubePokeVidious {
"User-Agent": this.useragent,
};
const fetchWithRetry = async (url, options = {}, retries = 3) => {
const fetchWithRetry = async (url, options = {}, retries = 6) => {
let lastError;
for (let attempt = 0; attempt < retries; attempt++) {
try {