<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.livestreamer"
       name="livestreamer"
       version="1.12.0"
       provider-name="Christopher Rosell">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
    <import addon="script.module.requests"
                      version="1.1.0"
                     optional="false"/>
    <import addon="script.module.singledispatch"
                      version="3.4.0.3"
                     optional="false"/>
    <import addon="script.module.futures"
                      version="2.2.0"
                     optional="false"/>
  </requires>
  <extension point="xbmc.python.module"
             library="lib"/>
  <extension point="xbmc.addon.metadata">
    <summary>Livestreamer extracts streams from various services</summary>
    <description>Livestreamer is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. There is also an API available for developers who want access to the video stream data.</description>
    <platform>all</platform>
    <license>Simplified BSD</license>
    <source>https://github.com/chrippa/livestreamer.git</source>
    <website>http://livestreamer.io</website>
  </extension>
</addon>
