youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 62bdc9feccbab0265243f8554bdbc7a84b5cca65
parent e73277c7e811a93a318a7707f82636c8093942b2
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 27 Dec 2015 21:41:36 +0600

[esri] Fix typo

Diffstat:
Myoutube_dl/extractor/esri.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,