summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-05 14:05:44 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-05 14:05:50 +0100
commit0a5bce566fe43cc64359e1a2efa1e1600f8b7bf2 (patch)
tree2b5026ea4dc23aec25ab33c5dc5f7b1150194cd5
parent8012bd242425cd611a4008e1108e1421a9a2a129 (diff)
downloadyoutube-dl-0a5bce566fe43cc64359e1a2efa1e1600f8b7bf2.tar.gz
youtube-dl-0a5bce566fe43cc64359e1a2efa1e1600f8b7bf2.tar.xz
youtube-dl-0a5bce566fe43cc64359e1a2efa1e1600f8b7bf2.zip
[generic] Add all test attributes for embedly (#2447)
In the future, we may want to not only print something, but throw an error for untested properties.
-rw-r--r--youtube_dl/extractor/generic.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 7b52dacd9..7a2e5dee0 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -123,6 +123,11 @@ class GenericIE(InfoExtractor):
             'info_dict': {
                 'id': '9ODmcdjQcHQ',
                 'ext': 'mp4',
+                'title': 'Tested: Grinding Coffee at 2000 Frames Per Second',
+                'upload_date': '20140225',
+                'description': 'md5:06a40fbf30b220468f1e0957c0f558ff',
+                'uploader': 'Tested',
+                'uploader_id': 'testedcom',
             },
             # No need to test YoutubeIE here
             'params': {