mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	release 2015.01.09
This commit is contained in:
		@@ -219,6 +219,8 @@ which means you can modify it, redistribute it or use it however you like.
 | 
				
			|||||||
                                     for each command-line argument. If the URL
 | 
					                                     for each command-line argument. If the URL
 | 
				
			||||||
                                     refers to a playlist, dump the whole
 | 
					                                     refers to a playlist, dump the whole
 | 
				
			||||||
                                     playlist information in a single line.
 | 
					                                     playlist information in a single line.
 | 
				
			||||||
 | 
					    --print-json                     Be quiet and print the video information as
 | 
				
			||||||
 | 
					                                     JSON (video is still being downloaded).
 | 
				
			||||||
    --newline                        output progress bar as new lines
 | 
					    --newline                        output progress bar as new lines
 | 
				
			||||||
    --no-progress                    do not print progress bar
 | 
					    --no-progress                    do not print progress bar
 | 
				
			||||||
    --console-title                  display progress in console titlebar
 | 
					    --console-title                  display progress in console titlebar
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,3 @@
 | 
				
			|||||||
from __future__ import unicode_literals
 | 
					from __future__ import unicode_literals
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = '2015.01.08'
 | 
					__version__ = '2015.01.09'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user