<?xml version="1.0" encoding="UTF-8" ?> 
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    <ShortName>BitTorrent</ShortName> 
    <Description>Search for .torrents</Description>
    <Image height="16" width="16" type="image/png">http://www.bittorrent.com/images/BitTorrent.png</Image>
    <OutputEncoding>UTF-8</OutputEncoding>
    <InputEncoding>UTF-8</InputEncoding>
    <Url method="get"
         type="text/html"
         template="http://www.bittorrent.com/search?client=opensearch&amp;q={searchTerms}">
    </Url>
    <Url method="get"
         type="application/xhtml+xml"
         template="http://www.bittorrent.com/search.xhtml?client=opensearch&amp;q={searchTerms}">
    </Url>
    <Url method="get"
         type="application/atom+xml"
         template="http://www.bittorrent.com/search.atom?client=opensearch&amp;q={searchTerms}">
    </Url>
    <Url method="get"
         type="application/rss+xml"
         template="http://www.bittorrent.com/search.rss?client=opensearch&amp;q={searchTerms}">
    </Url>
    <Query role="example" searchTerms="anime"/>
</OpenSearchDescription>
