(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Fri, 13 Feb 2015 20:05:22 +0000 (21:05 +0100)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Fri, 13 Feb 2015 20:05:22 +0000 (21:05 +0100)
0-command.sh [new file with mode: 0644]
1-result.json [new file with mode: 0644]
2-problem.txt [new file with mode: 0644]

diff --git a/0-command.sh b/0-command.sh
new file mode 100644 (file)
index 0000000..0c4f28b
--- /dev/null
@@ -0,0 +1 @@
+$ curl -s 'http://www.viddler.com/oembed/?format=json&url=http%3A%2F%2Fwww.viddler.com%2Fv%2F1646c55'|jq .\r
diff --git a/1-result.json b/1-result.json
new file mode 100644 (file)
index 0000000..f9e8d5a
--- /dev/null
@@ -0,0 +1,15 @@
+{\r
+  "height": 349,\r
+  "width": 620,\r
+  "html": "<iframe width=\"620\" height=\"349\" src=\"http://viddler.com/embed/1646c55\" frameborder=\"0\" allowfullscreen></iframe>",\r
+  "thumbnail_height": 349,\r
+  "thumbnail_width": 620,\r
+  "type": "video",\r
+  "version": "1.0",\r
+  "provider_name": "Viddler",\r
+  "provider_url": "http://viddler.com/",\r
+  "title": "iPhone macro lens demonstration",\r
+  "author_name ": "cdevroe",\r
+  "author_url": "http://cdevroe.com/",\r
+  "thumbnail_url": "http://thumbs.cdn-ec.viddler.com/thumbnail_2_1646c55_v1.jpg"\r
+}\r
diff --git a/2-problem.txt b/2-problem.txt
new file mode 100644 (file)
index 0000000..a538834
--- /dev/null
@@ -0,0 +1 @@
+There is a space after "author_name ".
\ No newline at end of file