youtube-dl

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

commit 0bc4ee60e09ba8d94cfd4092f373b7b877fa053c
parent a3ef0e1cdd05698453f30f9250361c42a9fa58df
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat,  5 Dec 2015 16:54:25 +0800

[bbc] Fix test_BBC_6

Diffstat:
Myoutube_dl/extractor/bbc.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py @@ -590,6 +590,7 @@ class BBCIE(BBCCoUkIE): 'ext': 'mp4', 'title': '''Judge Mindy Glazer: "I'm sorry to see you here... I always wondered what happened to you"''', 'duration': 56, + 'description': '''Judge Mindy Glazer: "I'm sorry to see you here... I always wondered what happened to you"''', }, 'params': { 'skip_download': True,