Skip to content
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugin.video.ardmediathek_de
============================

Information: http://wiki.xbmc.org/index.php?title=Add-on:ARD_Mediathek
Features: Streaming and downloading videos from http://www.ardmediathek.de/
1 change: 1 addition & 0 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<addon id="plugin.video.ardmediathek_de" name="ARD Mediathek" version="2.0.8" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simple.downloader" version="1.9.4" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
Expand Down
Loading