From 1dd92cb360abbd628bfb13d88111c07e6abfca1c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Feb 2015 21:05:22 +0100 Subject: [PATCH 1/1] --- 0-command.sh | 1 + 1-result.json | 15 +++++++++++++++ 2-problem.txt | 1 + 3 files changed, 17 insertions(+) create mode 100644 0-command.sh create mode 100644 1-result.json create mode 100644 2-problem.txt diff --git a/0-command.sh b/0-command.sh new file mode 100644 index 0000000..0c4f28b --- /dev/null +++ b/0-command.sh @@ -0,0 +1 @@ +$ curl -s 'http://www.viddler.com/oembed/?format=json&url=http%3A%2F%2Fwww.viddler.com%2Fv%2F1646c55'|jq . diff --git a/1-result.json b/1-result.json new file mode 100644 index 0000000..f9e8d5a --- /dev/null +++ b/1-result.json @@ -0,0 +1,15 @@ +{ + "height": 349, + "width": 620, + "html": "", + "thumbnail_height": 349, + "thumbnail_width": 620, + "type": "video", + "version": "1.0", + "provider_name": "Viddler", + "provider_url": "http://viddler.com/", + "title": "iPhone macro lens demonstration", + "author_name ": "cdevroe", + "author_url": "http://cdevroe.com/", + "thumbnail_url": "http://thumbs.cdn-ec.viddler.com/thumbnail_2_1646c55_v1.jpg" +} diff --git a/2-problem.txt b/2-problem.txt new file mode 100644 index 0000000..a538834 --- /dev/null +++ b/2-problem.txt @@ -0,0 +1 @@ +There is a space after "author_name ". \ No newline at end of file -- 2.30.2