about summary refs log tree commit diff
path: root/youtube_dl/extractor/ninegag.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-12 20:10:15 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-12 20:10:15 +0100
commite9404524cc108d2a054a9aaeaecc0ac88f451676 (patch)
tree9a8f962d755ecae58c8ccf834cc04ac62a2bf548 /youtube_dl/extractor/ninegag.py
parent4237ba10dc46ffd0c95fbe2d077521da98726fe4 (diff)
downloadyoutube-dl-e9404524cc108d2a054a9aaeaecc0ac88f451676.tar.gz
youtube-dl-e9404524cc108d2a054a9aaeaecc0ac88f451676.tar.xz
youtube-dl-e9404524cc108d2a054a9aaeaecc0ac88f451676.zip
[ninegag] Test for additional properties
Diffstat (limited to 'youtube_dl/extractor/ninegag.py')
-rw-r--r--youtube_dl/extractor/ninegag.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ninegag.py b/youtube_dl/extractor/ninegag.py
index 16a02ad79..7f842b5c2 100644
--- a/youtube_dl/extractor/ninegag.py
+++ b/youtube_dl/extractor/ninegag.py
@@ -23,6 +23,9 @@ class NineGagIE(InfoExtractor):
             "ext": "mp4",
             "description": "This 3-minute video will make you smile and then make you feel untalented and insignificant. Anyway, you should share this awesomeness. (Thanks, Dino!)",
             "title": "\"People Are Awesome 2013\" Is Absolutely Awesome",
+            'uploader_id': 'UCdEH6EjDKwtTe-sO2f0_1XA',
+            'uploader': 'CompilationChannel',
+            'upload_date': '20131110',
             "view_count": int,
             "thumbnail": "re:^https?://",
         },
@@ -35,6 +38,9 @@ class NineGagIE(InfoExtractor):
             'display_id': 'alternate-banned-opening-scene-of-gravity',
             "description": "While Gravity was a pretty awesome movie already, YouTuber Krishna Shenoi came up with a way to improve upon it, introducing a much better solution to Sandra Bullock's seemingly endless tumble in space. The ending is priceless.",
             'title': "Banned Opening Scene Of \"Gravity\" That Changes The Whole Movie",
+            'uploader': 'Krishna Shenoi',
+            'upload_date': '20140401',
+            'uploader_id': 'krishnashenoi93',
         },
     }]