viddler oEmbed API bug

raw

0-command.sh

1
2
$ curl -s 'http://www.viddler.com/oembed/?format=json&url=http%3A%2F%2Fwww.viddler.com%2Fv%2F1646c55'|jq .
 
raw

1-result.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "height": 349,
  "width": 620,
  "html": "<iframe width=\"620\" height=\"349\" src=\"http://viddler.com/embed/1646c55\" frameborder=\"0\" allowfullscreen></iframe>",
  "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"
}
 
raw

2-problem.txt

There is a space after "author_name ".
Christian Weiske Christian Weiske
owner

History