aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/appletrailers.py
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2017-05-19 03:21:44 -0300
committerRogério Brito <rbrito@ime.usp.br>2017-05-19 03:21:44 -0300
commitd9d7cd0e85dc712461d9185db9df9d6c900a573b (patch)
treeecce2561dcdacc5385fed7325164211b7e54b4c7 /youtube_dl/extractor/appletrailers.py
parentabc36f0474141930338eef35e2444365fab932b6 (diff)
downloadyoutube-dl-d9d7cd0e85dc712461d9185db9df9d6c900a573b.zip
youtube-dl-d9d7cd0e85dc712461d9185db9df9d6c900a573b.tar.gz
youtube-dl-d9d7cd0e85dc712461d9185db9df9d6c900a573b.tar.bz2
New upstream version 2017.05.18.1
Diffstat (limited to 'youtube_dl/extractor/appletrailers.py')
-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 a6801f3..b45b431 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': {