aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/appletrailers.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-30 10:56:53 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-30 10:56:53 +0100
commit7b6c60393eda2c97270f2762fc465401af91b087 (patch)
tree07820ebe2073756221ab1962c2b1e750802ffd32 /youtube_dl/extractor/appletrailers.py
parent83e7a314b4974d6d5674d88b72223d6785f29af7 (diff)
parent749f2ca044dc32c6a3ae9e9c55e4a22b091e2635 (diff)
Merge remote-tracking branch 'codesparkle/master'
Diffstat (limited to 'youtube_dl/extractor/appletrailers.py')
-rw-r--r--youtube_dl/extractor/appletrailers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/appletrailers.py b/youtube_dl/extractor/appletrailers.py
index 70621946d..287f71e07 100644
--- a/youtube_dl/extractor/appletrailers.py
+++ b/youtube_dl/extractor/appletrailers.py
@@ -122,7 +122,6 @@ class AppleTrailersIE(InfoExtractor):
playlist.append({
'_type': 'video',
'id': video_id,
- 'title': title,
'formats': formats,
'title': title,
'duration': duration,