print WARNINGs during test + minor fix to NBAIE
This commit is contained in:
parent
468e2e926b
commit
476203d025
2 changed files with 10 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue