whoops
This commit is contained in:
		
							parent
							
								
									b2154ea8d2
								
							
						
					
					
						commit
						cfe48bcb0a
					
				| 
						 | 
					@ -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);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue