mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	Merge pull request #6067 from mitsukarenai/master
[noco.tv] Fix issue #6066: title interpreted as integer
This commit is contained in:
		| @@ -195,7 +195,7 @@ class NocoIE(InfoExtractor): | ||||
|         if episode_number: | ||||
|             title += ' #' + compat_str(episode_number) | ||||
|         if episode: | ||||
|             title += ' - ' + episode | ||||
|             title += ' - ' + compat_str(episode) | ||||
|  | ||||
|         description = show.get('show_resume') or show.get('family_resume') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user