1
0
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:
Filippo Valsorda
2013-06-06 15:07:05 +02:00
parent 468e2e926b
commit 476203d025
2 changed files with 10 additions and 1 deletions

View File

@@ -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,