Skip to content

Commit

Permalink
First YouTube table - get main video info.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Apr 20, 2010
1 parent c085896 commit 6b875bd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions youtube/youtube.video.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Guilherme Chapiewski</author>
<sampleQuery>select * from {table} where id='gmvQ1uA202M'</sampleQuery>
</meta>
<bindings>
<select itemPath="result.video" produces="XML">
<urls>
<url>http://youtube-api.appspot.com/video</url>
</urls>
<inputs>
<key id="id" type="xs:string" paramType="query" required="true" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit 6b875bd

Please sign in to comment.