<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription
    xmlns="http://a9.com/-/spec/opensearch/1.1/"
    xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/">
  <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?q={searchTerms}&amp;ref=os&amp;src={referrer:source?}"/>
  <Url type="application/x-suggestions+xml" method="GET"
    template="http://www.hulu.com/opensearch/suggest?query={searchTerms}&amp;ref=os&amp;src={referrer:source?}" />
  <Url type="application/x-suggestions+json" method="GET"
    template="http://www.hulu.com/opensearch/suggest?format=json&amp;query={searchTerms}&amp;ref=os&amp;src={referrer:source?}" />
  <Url type="application/opensearchdescription+xml"
       rel="self"
       template="http://www.hulu.com/opensearch.xml?AUG27" />
</OpenSearchDescription>
