diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-23 05:08:11 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-23 05:08:11 +0700 |
commit | 391dc3ee0727cf2a5f0a41e573a11c09741d842f (patch) | |
tree | 4ad4a368bc91c117f86f959056e87667c32c62eb /youtube_dl | |
parent | be3b8fa30f9b1fdc47a0f37678fec63fcf321c1d (diff) |
[metacafe] Replace cbs test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/metacafe.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/metacafe.py b/youtube_dl/extractor/metacafe.py index 3176ec230..ac47c5ccb 100644 --- a/youtube_dl/extractor/metacafe.py +++ b/youtube_dl/extractor/metacafe.py @@ -70,13 +70,13 @@ class MetacafeIE(InfoExtractor): }, # cbs video { - 'url': 'http://www.metacafe.com/watch/cb-0rOxMBabDXN6/samsung_galaxy_note_2_samsungs_next_generation_phablet/', + 'url': 'http://www.metacafe.com/watch/cb-8VD4r_Zws8VP/open_this_is_face_the_nation_february_9/', 'info_dict': { - 'id': '0rOxMBabDXN6', + 'id': '8VD4r_Zws8VP', 'ext': 'flv', - 'title': 'Samsung Galaxy Note 2: Samsung\'s next-generation phablet', - 'description': 'md5:54d49fac53d26d5a0aaeccd061ada09d', - 'duration': 129, + 'title': 'Open: This is Face the Nation, February 9', + 'description': 'md5:8a9ceec26d1f7ed6eab610834cc1a476', + 'duration': 96, }, 'params': { # rtmp download |