Browse Source

[kusi] Correct test_KUSI

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
28559564b2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      youtube_dl/extractor/kusi.py

+ 4
- 1
youtube_dl/extractor/kusi.py View File

@ -24,7 +24,10 @@ class KUSIIE(InfoExtractor):
'id': '12203019',
'ext': 'mp4',
'title': 'Turko Files: Case Closed! & Put On Hold!',
'duration': 231,
'duration': 231.0,
'upload_date': '20160210',
'timestamp': 1455087571,
'thumbnail': 're:^https?://.*\.jpg$'
},
}, {
'url': 'http://kusi.com/video?clipId=12203019',


Loading…
Cancel
Save