﻿<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.twit"
             name="TWiT"
             version="2.1.1"
             provider-name="divingmule">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
    <import addon="script.module.beautifulsoup4" version="4.3.2"/>
    <import addon="script.common.plugin.cache" version="2.5.5"/>
    <import addon="script.ircchat" version="1.0.0" optional="true"/>
    <import addon="script.module.simple.downloader" version="1.9.5"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
    <provides>audio video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary>The TWiT.tv Netcast Network</summary>
    <description>
      https://twit.tv/about/what-is-twit-tv
      [CR]The TWiT.tv Netcast Network with Leo Laporte features the #1 ranked technology podcast This Week in Tech, along with over 20 other top-ranked online shows.
    </description>
    <platform>all</platform>
    <language>en</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <source>https://github.com/divingmule/plugin.video.twit</source>
    <forum>http://forum.kodi.tv/showthread.php?tid=183336</forum>
    <website>https://twit.tv/</website>
  </extension>
</addon>
