Allow differing quotation styles, specify whitespace instead of any char.
This commit is contained in:
parent
cc26427b38
commit
8267f2fa90
@ -77,7 +77,7 @@ class BitChuteIE(InfoExtractor):
|
||||
webpage, 'uploader', fatal=False)
|
||||
|
||||
upload_date = self._html_search_regex(
|
||||
r'(?s)class="video-publish-date.*?>.*?First published at [0-9]+:[0-9]+ UTC on (.*?)\..*?</div>',
|
||||
r'(?s)class=["\']video-publish-date.*?>\W*First published at [0-9]+:[0-9]+ UTC on (.*?)\.\W*</div>',
|
||||
webpage, 'upload_date', fatal=False)
|
||||
upload_date = unified_strdate(upload_date)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user