<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="Elections Video Search"
               height="595"
               author_affiliation="Google Inc."
               scrolling="false"
               author_email="speechindexing+electionsvideosearch@gmail.com"
               description="Find out what the candidates said. Search through hundreds of YouTube political videos for what was spoken and watch the snippet where your query term was mentioned, using state-of-the-art Google speech-to-text technology."
               screenshot="/ig/modules/elections_video_search.png"
               thumbnail="/ig/modules/elections_video_search-thm.png">
    <Require feature="setprefs" />
  </ModulePrefs>
  <UserPref name="query" 
     display_name="Default Query"
     datatype="string"
     default_value="health"
     urlparam="q">
  </UserPref>
  <UserPref name="channel" 
     display_name="Default Channel Filter"
     datatype="enum"
     default_value=""
     urlparam="channel">
    <EnumValue value="" display_value="All Politicians"/>
    <EnumValue value="johnmccaindotcom" display_value="John McCain"/>
    <EnumValue value="barackobamadotcom" display_value="Barack Obama"/>
  </UserPref>
  <Content type="url"
           href="http://speech.clients.google.com/elections2008videosearch/gadget">
  </Content> 
</Module>
