mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -45,6 +45,10 @@ switch_col_width = len(re.search(r'(?m)^\s{5,}', options).group()) | ||||
| delim = f'\n{" " * switch_col_width}' | ||||
| 
 | ||||
| PATCHES = ( | ||||
|     (   # Standardize update message | ||||
|         r'(?m)^(    -U, --update\s+).+(\n    \s.+)*$', | ||||
|         r'\1Update this program to the latest version', | ||||
|     ), | ||||
|     (  # Headings | ||||
|         r'(?m)^  (\w.+\n)(    (?=\w))?', | ||||
|         r'## \1' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan