youtube-dl

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

commit 97ebe8dcaf648534fa605c51c3ad8145c97d0a6c
parent d4409747baea8ffb6b6426b765d0e45a61de5a16
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Sun, 30 Jun 2013 13:57:57 +0200

StatigramIE: update the title of the test video

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

diff --git 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)" } }