﻿<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.funnyordie"
       name="Funny Or Die"
       version="0.0.3"
       provider-name="divingmule">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
    <import addon="script.module.beautifulsoup" version="3.2.1"/>
  </requires>
  <extension point="xbmc.python.script" library="default.py">
    <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary>funnyordie.com Videos</summary>
    <description>
    Funny Or Die is a comedy website that combines user-generated content with original, exclusive content.[CR]
    The site is a place where celebrities, established and up-and-coming comedians and regular users can all put up stuff they think is funny.
    </description>
    <platform>all</platform>
    <language>en</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <source>https://github.com/divingmule/script.funnyordie</source>
    <forum>http://forum.xbmc.org/showthread.php?tid=174829</forum>
    <website>http://www.funnyordie.com</website>
  </extension>
</addon>
