add fallback

This commit is contained in:
ashley 2025-09-27 11:30:39 +02:00
parent 0d105e9561
commit 49688b1fec

View File

@ -308,6 +308,7 @@ const fetchWithRetry = async (url, options = {}, maxRetryTime = 8000) => {
const pokeTubeApiCore = new InnerTubePokeVidious({
invapi: "https://invid-api.poketube.fun/bHj665PpYhUdPWuKPfZuQGoX/api/v1",
inv_fallback:"https://fallback-invid-api.poketube.fun/api/v1",
useragent: config.useragent,
});