diff options
author | Tithen-Firion <Tithen-Firion@users.noreply.github.com> | 2014-12-03 19:07:09 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-04 01:34:24 +0100 |
commit | eecd6a467dd6b28cd0cdd63a9cebd5a8bfafd4c4 (patch) | |
tree | 8cc217ac5a01da66c7c19616c95a5fd222ddd4d0 /youtube_dl | |
parent | dce2a3cf9e4640ec9ae54f1997596d00591a97c3 (diff) |
[vgtv] Update tests
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/vgtv.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vgtv.py b/youtube_dl/extractor/vgtv.py index 70578a4cc..2f111bf7e 100644 --- a/youtube_dl/extractor/vgtv.py +++ b/youtube_dl/extractor/vgtv.py @@ -17,7 +17,7 @@ class VGTVIE(InfoExtractor): 'info_dict': { 'id': '84196', 'ext': 'mp4', - 'title': 'Hevnen er søt episode 1:10 - Abu', + 'title': 'Hevnen er søt: Episode 10 - Abu', 'description': 'md5:e25e4badb5f544b04341e14abdc72234', 'thumbnail': 're:^https?://.*\.jpg', 'duration': 648.000, @@ -35,7 +35,7 @@ class VGTVIE(InfoExtractor): 'title': 'OPPTAK: VGTV følger EM-kvalifiseringen', 'description': 'md5:3772d9c0dc2dff92a886b60039a7d4d3', 'thumbnail': 're:^https?://.*\.jpg', - 'duration': 9056.000, + 'duration': 9103.0, 'timestamp': 1410113864, 'upload_date': '20140907', 'view_count': int, |