summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-22 21:49:29 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-22 21:49:29 +0600
commitcb4e421901ce5fe26b457c33c141267c5c18a237 (patch)
tree03577b1b75e3d2d970b389f6805142e1e44e3fff
parent8e97596b7b62fb35ccfeb37c0ce5cb008b217d99 (diff)
downloadyoutube-dl-cb4e421901ce5fe26b457c33c141267c5c18a237.tar.gz
youtube-dl-cb4e421901ce5fe26b457c33c141267c5c18a237.tar.xz
youtube-dl-cb4e421901ce5fe26b457c33c141267c5c18a237.zip
[voewster] Update tests
-rw-r--r--youtube_dl/extractor/viewster.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/extractor/viewster.py b/youtube_dl/extractor/viewster.py
index c6aa73c0e..8defc1800 100644
--- a/youtube_dl/extractor/viewster.py
+++ b/youtube_dl/extractor/viewster.py
@@ -20,10 +20,10 @@ class ViewsterIE(InfoExtractor):
     _TESTS = [{
         # movie, Type=Movie
         'url': 'http://www.viewster.com/movie/1140-11855-000/the-listening-project/',
-        'md5': '14d3cfffe66d57b41ae2d9c873416f01',
+        'md5': 'e642d1b27fcf3a4ffa79f194f5adde36',
         'info_dict': {
             'id': '1140-11855-000',
-            'ext': 'flv',
+            'ext': 'mp4',
             'title': 'The listening Project',
             'description': 'md5:bac720244afd1a8ea279864e67baa071',
             'timestamp': 1214870400,
@@ -33,10 +33,10 @@ class ViewsterIE(InfoExtractor):
     }, {
         # series episode, Type=Episode
         'url': 'http://www.viewster.com/serie/1284-19427-001/the-world-and-a-wall/',
-        'md5': 'd5434c80fcfdb61651cc2199a88d6ba3',
+        'md5': '9243079a8531809efe1b089db102c069',
         'info_dict': {
             'id': '1284-19427-001',
-            'ext': 'flv',
+            'ext': 'mp4',
             'title': 'The World and a Wall',
             'description': 'md5:24814cf74d3453fdf5bfef9716d073e3',
             'timestamp': 1428192000,