diff options
author | Sergey M. <dstftw@gmail.com> | 2014-02-19 06:46:14 +0700 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2014-02-19 06:46:14 +0700 |
commit | f2d0fc682370cd4e4cb8b32f66a26901fc47dfe6 (patch) | |
tree | 3e288cb89bb2bedbfcb2ccbec87ce4abc97e622f /youtube_dl/extractor | |
parent | f7000f3a1b4df82e8fed886ce2f8b11bea7c86ab (diff) |
[bbccouk] Replace test
This older episode is from 1994 and hopefully won't get deleted.
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/bbccouk.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/bbccouk.py b/youtube_dl/extractor/bbccouk.py index 57fdd00e4..69d128974 100644 --- a/youtube_dl/extractor/bbccouk.py +++ b/youtube_dl/extractor/bbccouk.py @@ -13,13 +13,13 @@ class BBCCoUkIE(SubtitlesInfoExtractor): _TESTS = [ { - 'url': 'http://www.bbc.co.uk/programmes/p01q7wz1', + 'url': 'http://www.bbc.co.uk/programmes/b039g8p7', 'info_dict': { - 'id': 'p01q7wz4', + 'id': 'b039d07m', 'ext': 'flv', - 'title': 'Friction: Blu Mar Ten guest mix: Blu Mar Ten - Guest Mix', - 'description': 'Blu Mar Ten deliver a Guest Mix for Friction.', - 'duration': 1936, + 'title': 'Kaleidoscope: Leonard Cohen', + 'description': 'md5:db4755d7a665ae72343779f7dacb402c', + 'duration': 1740, }, 'params': { # rtmp download |