diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-30 13:57:57 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-30 13:57:57 +0200 | 
| commit | 97ebe8dcaf648534fa605c51c3ad8145c97d0a6c (patch) | |
| tree | 76570a8013975a9d3b03d7b27ace4c5acfe3b80e | |
| parent | d4409747baea8ffb6b6426b765d0e45a61de5a16 (diff) | |
StatigramIE: update the title of the test video
| -rw-r--r-- | youtube_dl/extractor/statigram.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/statigram.py b/youtube_dl/extractor/statigram.py index 25bf5b85c..2f4aaaa50 100644 --- a/youtube_dl/extractor/statigram.py +++ b/youtube_dl/extractor/statigram.py @@ -10,7 +10,7 @@ class StatigramIE(InfoExtractor):          u'md5': u'deda4ff333abe2e118740321e992605b',          u'info_dict': {              u"uploader_id": u"videoseconds",  -            u"title": u"Instagram photo by @videoseconds (Videos)" +            u"title": u"Instagram photo by @videoseconds (Video)"          }      }  | 
