X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fesri.py;h=d4205d7fbde331e3bb9fc94275da143575ebd454;hb=890e6d3309ccddfc0445c4e3b88b16aa7a6c6c14;hp=bf5d2019fb69f5a0f221c6ad3b99ea695dbdc008;hpb=9c21f229236c77a8865c857b43c6cbd95dcc6f23;p=youtube-dl.git diff --git a/youtube_dl/extractor/esri.py b/youtube_dl/extractor/esri.py index bf5d2019f..d4205d7fb 100644 --- a/youtube_dl/extractor/esri.py +++ b/youtube_dl/extractor/esri.py @@ -61,7 +61,7 @@ class EsriVideoIE(InfoExtractor): webpage, 'duration', fatal=False)) upload_date = unified_strdate(self._html_search_meta( - 'last-modified', webpage, 'upload date', fatal=None)) + 'last-modified', webpage, 'upload date', fatal=False)) return { 'id': video_id,