mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	Remove logs stating available/selected tracks
These are now unnecessary to distinguish as only one of the two will appear in the log depending what args are used.
This commit is contained in:
		
							parent
							
								
									96f408ca49
								
							
						
					
					
						commit
						cc69423374
					
				@ -332,7 +332,6 @@ class dl:
 | 
			
		||||
                title.tracks.sort_chapters()
 | 
			
		||||
 | 
			
		||||
            if list_:
 | 
			
		||||
                console.log("> All Tracks:")
 | 
			
		||||
                available_tracks = title.tracks.tree()
 | 
			
		||||
                console.log(available_tracks)
 | 
			
		||||
                continue
 | 
			
		||||
@ -415,7 +414,6 @@ class dl:
 | 
			
		||||
                            title.tracks.subtitles.clear()
 | 
			
		||||
 | 
			
		||||
            selected_tracks = title.tracks.tree()
 | 
			
		||||
            console.log("> Selected Tracks:")
 | 
			
		||||
            console.log(selected_tracks)
 | 
			
		||||
 | 
			
		||||
            if skip_dl:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user