mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Fix printing title etc.
This commit is contained in:
		| @@ -13,7 +13,7 @@ from youtube_dl.utils import sanitize_filename | ||||
| from youtube_dl.utils import unescapeHTML | ||||
| from youtube_dl.utils import orderedSet | ||||
|  | ||||
| if sys.version < (3,0): | ||||
| if sys.version_info < (3,0): | ||||
| 	_compat_str = lambda b: b.decode('unicode-escape') | ||||
| else: | ||||
| 	_compat_str = lambda s: s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister