<addon id="plugin.video.khanacademy" name="Khan Academy" provider-name="Jonathan Beluch (jbel)" version="2.5.0">
  <requires>
    <import addon="xbmc.python" version="2.1.0" />
    <import addon="script.module.xbmcswift2" version="1.3.1" />
    <import addon="script.module.requests" version="1.0.4" />
    <import addon="plugin.video.youtube" version="4.4.1" />
  </requires>
  <extension library="addon.py" point="xbmc.python.pluginsource">
    <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <language />
    <platform>all</platform>
    <summary>View lessons from http://www.khanacademy.org</summary>
    <description>From http://www.khanacademy.org/about: "The Khan Academy is an organization on a mission. We're a not-for-profit with the goal of changing education for the better by providing a free world-class education to anyone anywhere.[CR][CR]All of the site's resources are available to anyone. It doesn't matter if you are a student, teacher, home-schooler, principal, adult returning to the classroom after 20 years, or a friendly alien just trying to get a leg up in earthly biology. The Khan Academy's materials and resources are available to you completely free of charge."</description>
  </extension>
</addon>