| 
				
			 | 
			
			
				@@ -371,7 +371,7 @@ function peertube_import_videos { 
			 | 
		
	
		
			
			| 
				371
			 | 
			
				371
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				372
			 | 
			
				372
			 | 
			
			
				     # default to downloading as webm 
			 | 
		
	
		
			
			| 
				373
			 | 
			
				373
			 | 
			
			
				     sed -i "s|'.mp4'|'.webm'|g" $import_script 
			 | 
		
	
		
			
			| 
				374
			 | 
			
				
			 | 
			
			
				-    sed -i "s|const options = ['-f'.*|const options = ['-f', '(webm)[height<480]', '-o', path];|g" $import_script 
			 | 
		
	
		
			
			| 
				
			 | 
			
				374
			 | 
			
			
				+    sed -i "s|const options = ['-f'.*|const options = ['-f', '43', '-o', path];|g" $import_script 
			 | 
		
	
		
			
			| 
				375
			 | 
			
				375
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				376
			 | 
			
				376
			 | 
			
			
				     if [ ! -f $import_script ]; then 
			 | 
		
	
		
			
			| 
				377
			 | 
			
				377
			 | 
			
			
				         dialog --title $"Import videos from legacy sites" \ 
			 |