diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-05 16:54:25 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-05 16:55:53 +0800 |
commit | 0bc4ee60e09ba8d94cfd4092f373b7b877fa053c (patch) | |
tree | ee5cc55e4d74f7c02cd6cdf8f6b1b7ffcb9f7abb /youtube_dl/extractor/bbc.py | |
parent | a3ef0e1cdd05698453f30f9250361c42a9fa58df (diff) |
[bbc] Fix test_BBC_6
Diffstat (limited to 'youtube_dl/extractor/bbc.py')
-rw-r--r-- | youtube_dl/extractor/bbc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index d789c3c5b..d89e34ba0 100644 --- 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, |