aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-06-28 13:31:37 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-06-28 13:33:09 +0800
commitac0474f89d3e6f8c8c1fb3223a16a18a2fd02bcb (patch)
treeeabd05832545ceb3b8aa33156c80df8a970c7b24
parentbb512e57dc138b261cf9c71a833b0df5d5ba849f (diff)
downloadyoutube-dl-ac0474f89d3e6f8c8c1fb3223a16a18a2fd02bcb.tar.xz
[twitch:vod] Update _TEST
The original test case is gone
-rw-r--r--youtube_dl/extractor/twitch.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py
index 3e798e62d..b56ee2959 100644
--- a/youtube_dl/extractor/twitch.py
+++ b/youtube_dl/extractor/twitch.py
@@ -189,17 +189,17 @@ class TwitchVodIE(TwitchItemBaseIE):
_ITEM_SHORTCUT = 'v'
_TEST = {
- 'url': 'http://www.twitch.tv/ksptv/v/3622000',
+ 'url': 'http://www.twitch.tv/riotgames/v/6528877',
'info_dict': {
- 'id': 'v3622000',
+ 'id': 'v6528877',
'ext': 'mp4',
- 'title': '''KSPTV: Squadcast: "Everyone's on vacation so here's Dahud" Edition!''',
+ 'title': 'LCK Summer Split - Week 6 Day 1',
'thumbnail': 're:^https?://.*\.jpg$',
- 'duration': 6951,
- 'timestamp': 1419028564,
- 'upload_date': '20141219',
- 'uploader': 'KSPTV',
- 'uploader_id': 'ksptv',
+ 'duration': 17208,
+ 'timestamp': 1435131709,
+ 'upload_date': '20150624',
+ 'uploader': 'Riot Games',
+ 'uploader_id': 'riotgames',
'view_count': int,
},
'params': {