summaryrefslogtreecommitdiff
path: root/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addon.xml')
-rw-r--r--addon.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/addon.xml b/addon.xml
index b79c46e..db27111 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="plugin.video.newgrounds" version="0.1.0" name="Newgrounds" provider-name="zerodaysfordays">
+<addon id="plugin.video.newgrounds" version="0.1.0" name="Newgrounds Movies" provider-name="zerodaysfordays">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
- <import addon="script.module.beautifulsoup4" version="4.12.2"/>
- <import addon="script.module.requests" version="2.31.0"/>
+ <import addon="script.module.newgrounds" version="0.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_US">Add-on for watching videos from Newgrounds</summary>
- <description lang="en_US">Add-on that displays Newgrounds movies. Newgrounds is a company and entertainment website founded by Tom Fulp in 1995.</description>
+ <description lang="en_US">Add-on that displays Newgrounds movies. </description>
<license>GPLv3-only</license>
<platform>all</platform>
<source>https://git.sr.ht/~jakob/newgrounds-addon/</source>