<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription
    xmlns="http://a9.com/-/spec/opensearch/1.1/"
    xmlns:ie="http://schemas.microsoft.com/Search/2008/">
  <ShortName>Hulu</ShortName>
  <Description>Search Videos on Hulu</Description>
  <Image width="16" height="16">http://static.huluim.com/images/hulu.ico</Image>
  <InputEncoding>UTF-8</InputEncoding>
  <SearchForm>http://www.hulu.com/</SearchForm>
  <Url type="text/html" method="GET"
       template="http://www.hulu.com/search?query={searchTerms}&amp;ref=os"/>
  <Url type="application/x-suggestions+xml" method="GET"
       template="http://www.hulu.com/opensearch/suggest?query={searchTerms}&amp;ref=os" />
  <Url type="application/x-suggestions+json" method="GET"
       template="http://www.hulu.com/opensearch/suggest?format=json&amp;query={searchTerms}&amp;ref=os" />
  <Url type="application/opensearchdescription+xml"
       rel="self"
       template="http://www.hulu.com/opensearch.xml" />
  <ie:PreviewUrl type="text/html"
                 template="http://www.hulu.com/search/preview?query={searchTerms}"/>
</OpenSearchDescription>
