diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-16 18:00:19 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-16 18:00:19 +0800 |
commit | 8c65e4a52707413607f5f70725ed71053dd257f1 (patch) | |
tree | 5d2c2d6438e10c664638da84a7063072881eea46 /youtube_dl | |
parent | 6ad2ef8b7c23008ac654e90396ce2459f45a7629 (diff) |
[bbc] Fix a test
Diffstat (limited to 'youtube_dl')
-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 425f08f2b..74c4510f9 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -671,6 +671,7 @@ class BBCIE(BBCCoUkIE): 'info_dict': { 'id': '34475836', 'title': 'Jurgen Klopp: Furious football from a witty and winning coach', + 'description': 'Fast-paced football, wit, wisdom and a ready smile - why Liverpool fans should come to love new boss Jurgen Klopp.', }, 'playlist_count': 3, }, { |