Browse Source

[metacafe] Replace cbs test

totalwebcasting
Sergey M․ 11 years ago
parent
commit
391dc3ee07
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      youtube_dl/extractor/metacafe.py

+ 5
- 5
youtube_dl/extractor/metacafe.py View File

@ -70,13 +70,13 @@ class MetacafeIE(InfoExtractor):
}, },
# cbs video # 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': { 'info_dict': {
'id': '0rOxMBabDXN6',
'id': '8VD4r_Zws8VP',
'ext': 'flv', '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': { 'params': {
# rtmp download # rtmp download


Loading…
Cancel
Save