This commit is contained in:
localhost 2024-03-30 13:23:26 +01:00
parent b2154ea8d2
commit cfe48bcb0a
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ async function getVideoMetadata(id) {
for (let retries = 0; retries < maxRetries; retries++) { for (let retries = 0; retries < maxRetries; retries++) {
try { try {
const platform = platforms[retries % platforms.length]; const platform = platforms[retries % platforms.length];
console.log(platform)
const yt = await Innertube.create(); const yt = await Innertube.create();
const info = await yt.getInfo(id, platform); const info = await yt.getInfo(id, platform);