mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	print WARNINGs during test + minor fix to NBAIE
This commit is contained in:
		| @@ -3183,7 +3183,7 @@ class NBAIE(InfoExtractor): | ||||
|  | ||||
|         uploader_date = self._search_regex(r'<b>Date:</b> (.*?)</div>', webpage, 'upload_date', fatal=False) | ||||
|  | ||||
|         description = self._search_regex(r'<div class="description">(.*?)</h1>', webpage, 'description', fatal=False) | ||||
|         description = self._search_regex(r'<meta name="description" (?:content|value)="(.*?)" />', webpage, 'description', fatal=False) | ||||
|  | ||||
|         info = { | ||||
|             'id': shortened_video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Filippo Valsorda
					Filippo Valsorda