mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Split man and README (Fixes #2892)
This commit is contained in:
		| @@ -15,7 +15,7 @@ header = oldreadme[:oldreadme.index('# OPTIONS')] | ||||
| footer = oldreadme[oldreadme.index('# CONFIGURATION'):] | ||||
|  | ||||
| options = helptext[helptext.index('  General Options:') + 19:] | ||||
| options = re.sub(r'^  (\w.+)$', r'## \1', options, flags=re.M) | ||||
| options = re.sub(r'(?m)^  (\w.+)$', r'## \1', options) | ||||
| options = '# OPTIONS\n' + options + '\n' | ||||
|  | ||||
| with io.open(README_FILE, 'w', encoding='utf-8') as f: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister