diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-20 16:28:16 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-20 16:28:16 +0100 |
commit | 77c4beab8a0c13e158bad8af4e014d57766f1940 (patch) | |
tree | eca727e374b5927fb79530d58c8220f9623044f8 /test | |
parent | 1a2c3c0f3ee8f91d650a2a252d2795ea88203ca0 (diff) |
new info_dict field: uploader_id
Diffstat (limited to 'test')
-rw-r--r-- | test/tests.json | 1 |
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 ." } |