Browse Source

[esri] Fix typo

totalwebcasting
Sergey M․ 9 years ago
parent
commit
62bdc9fecc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/esri.py

+ 1
- 1
youtube_dl/extractor/esri.py View File

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


Loading…
Cancel
Save