aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-20 16:28:16 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-20 16:28:16 +0100
commit77c4beab8a0c13e158bad8af4e014d57766f1940 (patch)
treeeca727e374b5927fb79530d58c8220f9623044f8 /test
parent1a2c3c0f3ee8f91d650a2a252d2795ea88203ca0 (diff)
downloadyoutube-dl-77c4beab8a0c13e158bad8af4e014d57766f1940.tar.xz
new info_dict field: uploader_id
Diffstat (limited to 'test')
-rw-r--r--test/tests.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 4f8f68f38..83afda985 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -6,6 +6,7 @@
"info_dict": {
"title": "youtube-dl test video \"'/\\ä↭𝕐",
"uploader": "Philipp Hagemeister",
+ "uploader_id": "phihag",
"upload_date": "20121002",
"description": "test chars: \"'/\\ä↭𝕐\n\nThis is a test video for youtube-dl.\n\nFor more information, contact phihag@phihag.de ."
}