summary refs log tree commit diff
diff options
context:
space:
mode:
authorTithen-Firion <tithen.firion.0@gmail.com>2017-04-27 10:04:21 +0200
committerTithen-Firion <tithen.firion.0@gmail.com>2017-04-27 10:04:21 +0200
commit76c19510368d61acd3e1315d93ac6f16dbeb2c65 (patch)
tree0cd23643cc31b999615d0dc5162b2090879a198d
parente8bfe2a946eda74f16af8734c35fba8c223e41fa (diff)
downloadyoutube-dl-76c19510368d61acd3e1315d93ac6f16dbeb2c65.tar.gz
youtube-dl-76c19510368d61acd3e1315d93ac6f16dbeb2c65.tar.xz
youtube-dl-76c19510368d61acd3e1315d93ac6f16dbeb2c65.zip
[appletrailers] update test cases
-rw-r--r--youtube_dl/extractor/appletrailers.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/appletrailers.py b/youtube_dl/extractor/appletrailers.py
index a6801f3d4..b45b431e1 100644
--- a/youtube_dl/extractor/appletrailers.py
+++ b/youtube_dl/extractor/appletrailers.py
@@ -70,7 +70,8 @@ class AppleTrailersIE(InfoExtractor):
     }, {
         'url': 'http://trailers.apple.com/trailers/magnolia/blackthorn/',
         'info_dict': {
-            'id': 'blackthorn',
+            'id': '4489',
+            'title': 'Blackthorn',
         },
         'playlist_mincount': 2,
         'expected_warnings': ['Unable to download JSON metadata'],
@@ -261,7 +262,7 @@ class AppleTrailersSectionIE(InfoExtractor):
             'title': 'Most Popular',
             'id': 'mostpopular',
         },
-        'playlist_mincount': 80,
+        'playlist_mincount': 30,
     }, {
         'url': 'http://trailers.apple.com/#section=moviestudios',
         'info_dict': {