Due to a change in the back-end CDN and streaming technology
[xbmc-dailyshow.git] / addon.xml
blobff25d95dfcaa0642a5c36e7c1ce6358ae531c333
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <addon id="plugin.video.the.daily.show"
3        name="The Daily Show"
4        version="1.0.9"
5        provider-name="Fritzl Inc.">
6     <requires>
7         <import addon="xbmc.python" version="2.1.0"/>
8         <import addon="script.module.requests" version="1.1.0"/>
9         <import addon="script.module.beautifulsoup" version="3.2.1"/>
10     </requires>
11     <extension point="xbmc.python.pluginsource" library="addon.py">
12         <provides>video</provides>
13     </extension>
14     <extension point="xbmc.addon.metadata">
15         <summary lang="en">The Daily Show with Jon Stewart</summary>
16         <description lang="en">Watch full episodes, browse, and search the online archives of Comedy Central's critically acclaimed "fake news" program.</description>
17         <language>en</language>
18         <license>MIT</license>
19         <platform>all</platform>
20         <forum></forum>
21         <email>fritzl-inc@gmx.de</email>
22                 <source>http://repo.or.cz/r/xbmc-dailyshow.git</source>
23                 <broken>A change in CDN provider and back-end streaming media technology has broken this plugin. We are working on a fix.</broken>
24     </extension>
25 </addon>