aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-18 00:41:45 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-18 00:41:45 +0100
commit6e99868e4c73468734f3552d430ba6375c4e0880 (patch)
tree19ac6b92cf795a900f685047647970653e6adb32
parent4d278fde645a5ab70b046293a26c12bba146acb0 (diff)
downloadyoutube-dl-6e99868e4c73468734f3552d430ba6375c4e0880.tar.xz
[buzzfeed] Fix playlist test case
-rw-r--r--youtube_dl/extractor/buzzfeed.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/buzzfeed.py b/youtube_dl/extractor/buzzfeed.py
index a5d2af174..df503ecc0 100644
--- a/youtube_dl/extractor/buzzfeed.py
+++ b/youtube_dl/extractor/buzzfeed.py
@@ -33,6 +33,7 @@ class BuzzFeedIE(InfoExtractor):
'skip_download': True, # Got enough YouTube download tests
},
'info_dict': {
+ 'id': 'look-at-this-cute-dog-omg',
'description': 're:Munchkin the Teddy Bear is back ?!',
'title': 'You Need To Stop What You\'re Doing And Watching This Dog Walk On A Treadmill',
},
@@ -42,8 +43,8 @@ class BuzzFeedIE(InfoExtractor):
'ext': 'mp4',
'upload_date': '20141124',
'uploader_id': 'CindysMunchkin',
- 'description': 're:© 2014 Munchkin the Shih Tzu',
- 'uploader': 'Munchkin the Shih Tzu',
+ 'description': 're:© 2014 Munchkin the',
+ 'uploader': 're:^Munchkin the',
'title': 're:Munchkin the Teddy Bear gets her exercise',
},
}]