<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.microjenscrapers" name="MicroJen Scraper Module" version="1.0.2" provider-name="MicroJen Community">
    <requires>
        <import addon="xbmc.python" version="3.0.0" />
        <import addon="script.module.beautifulsoup4" />
        <import addon="script.module.requests" />
        <import addon="script.module.six" />
        <import addon="script.module.kodi-six" />
        <import addon="script.module.simplejson" />
    </requires>
    <extension point="xbmc.python.module" library="lib" />
    <extension point="xbmc.python.pluginsource" library="lib/default.py">
        <provides>executable</provides>
    </extension>
        <extension point="xbmc.addon.metadata">
            <platform>all</platform>
            <summary lang="en">MicroJen Scrapers Module</summary>
            <description>Scrape common video host for URL's to be playable in Kodi, simplifying addon development of video plugins requiring multi video hosts. [CR]Massive thanks and respect to Crucial Minds for permission to use the Base Code and to all The Jen Crew for their valuable contributions in bringing this project together.</description>
                <disclaimer lang="en">The author is not responsible for the use of this addon. The author is not responsible for the content found using this addon. The author does not host or own any content found within this addon.[CR]The author is in no way affiliated with Kodi, Team Kodi, or the XBMC Foundation.[CR]This is a Non-profit resource, organized solely for educational purposes which is protected under the Fair-Use doctrine of the Copyright Act, Specifically section 107, which does promote freedom of expression, by permitting the unlicensed use of copyright-protected works.</disclaimer>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <assets>
        <icon>icon.png</icon>
        <fanart>fanart.jpg</fanart>
    </assets>
    <news></news>
    </extension>
</addon>
