<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.espn3"
       name="ESPN"
       version="0.9.9"
       provider-name="Ksosez,BlueCop">
    <requires>
        <import addon="xbmc.python" version="1.0"/>
		<import addon="script.module.beautifulsoup" version="3.0.8"/>
    	<import addon="script.module.mechanize" version="0.2.5"/>
    	<import addon="script.module.elementtree" version="1.2.7"/>
    </requires>
    <extension point="xbmc.python.pluginsource"
               library="default.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <license>GPL 2.0</license>
        <summary lang="en">ESPN</summary>
        <description lang="en">Watch full live streaming sporting events online on ESPN, including football, baseball, cricket, soccer, and basketball events.</description>
    </extension>
</addon>
