mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[1tv] Fix video id extraction
This commit is contained in:
		| @@ -107,7 +107,7 @@ class FirstTVIE(InfoExtractor): | ||||
|                 'ya:ovs:upload_date', webpage, 'upload date', default=None)) | ||||
|  | ||||
|             entries.append({ | ||||
|                 'id': item.get('id') or uid, | ||||
|                 'id': compat_str(item.get('id') or item['uid']), | ||||
|                 'thumbnail': thumbnail, | ||||
|                 'title': title, | ||||
|                 'upload_date': upload_date, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․