mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[cleanup] Misc fixes
Cherry-picks from: #3498, #3947 Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836 Authored by: pukkandan, flashdagger, gamer191
This commit is contained in:
		| @@ -776,7 +776,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor): | ||||
|         for key, value in info.items(): | ||||
|             mobj = re.fullmatch(meta_regex, key) | ||||
|             if value is not None and mobj: | ||||
|                 metadata[mobj.group('i') or 'common'][mobj.group('key')] = value | ||||
|                 metadata[mobj.group('i') or 'common'][mobj.group('key')] = value.replace('\0', '') | ||||
| 
 | ||||
|         # Write id3v1 metadata also since Windows Explorer can't handle id3v2 tags | ||||
|         yield ('-write_id3v1', '1') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan