aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/appletrailers.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-18 00:49:10 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-18 00:49:10 +0100
commit11e611a7fa809a447939e8a98c8549f2827c862f (patch)
treebf3091c77fa9525a4e7fbd8380442dcdc3247471 /youtube_dl/extractor/appletrailers.py
parent72c1f8de06f11aea670039a17ca63146a1b85af2 (diff)
downloadyoutube-dl-11e611a7fa809a447939e8a98c8549f2827c862f.zip
youtube-dl-11e611a7fa809a447939e8a98c8549f2827c862f.tar.gz
youtube-dl-11e611a7fa809a447939e8a98c8549f2827c862f.tar.bz2
Extend various playlist tests
Diffstat (limited to 'youtube_dl/extractor/appletrailers.py')
-rw-r--r--youtube_dl/extractor/appletrailers.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/appletrailers.py b/youtube_dl/extractor/appletrailers.py
index 287f71e..43e8284 100644
--- a/youtube_dl/extractor/appletrailers.py
+++ b/youtube_dl/extractor/appletrailers.py
@@ -14,6 +14,9 @@ class AppleTrailersIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?trailers\.apple\.com/trailers/(?P<company>[^/]+)/(?P<movie>[^/]+)'
_TEST = {
"url": "http://trailers.apple.com/trailers/wb/manofsteel/",
+ 'info_dict': {
+ 'id': 'manofsteel',
+ },
"playlist": [
{
"md5": "d97a8e575432dbcb81b7c3acb741f8a8",