summaryrefslogtreecommitdiff
path: root/mozilla/.mozilla/firefox/pks.default/searchplugins/youtube.xml
blob: a936264202bfb981e2632c74a76efd0cd1f22ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>youtube.com</os:ShortName>
<os:Description></os:Description>
<os:InputEncoding>UTF-8</os:InputEncoding>
<os:Image width="16" height="16"></os:Image>
<os:Url type="application/x-suggestions+json" method="GET" template="http://suggestqueries.google.com/complete/search?output=firefox&amp;client=firefox&amp;hl={moz:locale}&amp;q={searchTerms}&amp;ds=yt" resultDomain="suggestqueries.google.com">
</os:Url><os:Url type="text/html" method="GET" template="http://www.youtube.com/results" resultDomain="youtube.com">
  <os:Param name="search_type" value="search_videos"/>
  <os:Param name="search_query" value="{searchTerms}"/>
  <os:Param name="search_sort" value="relevance"/>
  <os:Param name="search_category" value="0"/>
  <os:Param name="page" value="{startPage?}"/>
</os:Url>
</SearchPlugin>