lowering limit to 1h30m
This commit is contained in:
		
							parent
							
								
									13fadb9e21
								
							
						
					
					
						commit
						4824f787d5
					
				| 
						 | 
					@ -40,8 +40,8 @@ async function handleDownload(channelId) {
 | 
				
			||||||
            continue
 | 
					            continue
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (video.duration > 6300) {
 | 
					        if (video.duration > 5400) {
 | 
				
			||||||
            logger.info({ message: `${video.title} is longer than 1h45m, ${id}` })
 | 
					            logger.info({ message: `${video.title} is longer than 1h30m, ${id}` })
 | 
				
			||||||
            continue
 | 
					            continue
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue