mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[test/test_YoutubeDL] Remove debug print call
This commit is contained in:
		@@ -377,7 +377,6 @@ class TestFormatSelection(unittest.TestCase):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        class SimplePP(PostProcessor):
 | 
					        class SimplePP(PostProcessor):
 | 
				
			||||||
            def run(self, info):
 | 
					            def run(self, info):
 | 
				
			||||||
                print(audiofile)
 | 
					 | 
				
			||||||
                with open(audiofile, 'wt') as f:
 | 
					                with open(audiofile, 'wt') as f:
 | 
				
			||||||
                    f.write('EXAMPLE')
 | 
					                    f.write('EXAMPLE')
 | 
				
			||||||
                info['filepath']
 | 
					                info['filepath']
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user