diff options
| author | Sergey M. <dstftw@gmail.com> | 2014-02-09 04:04:21 +0700 | 
|---|---|---|
| committer | Sergey M. <dstftw@gmail.com> | 2014-02-09 04:04:21 +0700 | 
| commit | 17968e444cad4f960e5613441fdd266c04e71934 (patch) | |
| tree | b4ea215943afab61f3a35bba873a434c4cd7d546 | |
| parent | 2e3fd9ec2fc950bf1e2fd3874e5e027f2c1351e7 (diff) | |
[bbc.co.uk] Fix TV episode test
| -rw-r--r-- | youtube_dl/extractor/bbccouk.py | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/bbccouk.py b/youtube_dl/extractor/bbccouk.py index 6895ccad2..6d785c0bf 100644 --- a/youtube_dl/extractor/bbccouk.py +++ b/youtube_dl/extractor/bbccouk.py @@ -45,9 +45,9 @@ class BBCCoUkIE(SubtitlesInfoExtractor):              'info_dict': {                  'id': 'b00yng1d',                  'ext': 'flv', -                'title': 'The Man in Black: Series 3: The Printed Name', -                'description': "Mark Gatiss introduces Nicholas Pierpan's chilling tale of a writer's devilish pact with a mysterious man. Stars Ewan Bailey.", -                'duration': 1800, +                'title': 'The Voice UK: Series 3: Blind Auditions 5', +                'description': "Emma Willis and Marvin Humes present the fifth set of blind auditions in the singing competition, as the coaches continue to build their teams based on voice alone.", +                'duration': 5100,              },              'params': {                  # rtmp download  | 
