<?xml version='1.0' encoding='UTF-8'?>
<addon id="script.module.libzdf.bastelpingu" name="libzdf" version="5.0.5" provider-name="sarbes / Bastelpingu Hotfix">
    <requires>
        <import addon="xbmc.python" version="3.0.0" />
        <import addon="script.module.libmediathek4" version="1.0.0" />
        <import addon="script.module.requests" version="2.19.1" />
    </requires>
    <extension point="xbmc.python.module" library="lib" />
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <license>GPL-2.0-only</license>
        <source>https://github.com/sarbes/script.module.libzdf</source>
        <summary lang="en_GB">This is a scraper for the ZDF Mediathek (http://www.zdf.de).</summary>
        <description lang="en_GB">This is a scraper for the ZDF Mediathek (http://www.zdf.de) and similar. Bastelpingu Hotfix 5.0.3 updates the obsolete ZDF token endpoint.</description>
        <assets>
            <icon>resources/icon.png</icon>
        </assets>
    </extension>
</addon>