youtube-dl

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

commit 85d61685f15bdc62709c699e849af512db78089f
parent b9643eed7c9b081c91e72257b380ccbd92555254
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Fri, 15 Nov 2013 12:10:22 +0100

[tvp] Update the title and the description of the test video

Diffstat:
Myoutube_dl/extractor/tvp.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/tvp.py b/youtube_dl/extractor/tvp.py @@ -13,8 +13,8 @@ class TvpIE(InfoExtractor): u'md5': u'148408967a6a468953c0a75cbdaf0d7a', u'file': u'12878238.wmv', u'info_dict': { - u'title': u'31.10.2013', - u'description': u'31.10.2013', + u'title': u'31.10.2013 - Odcinek 2', + u'description': u'31.10.2013 - Odcinek 2', }, }