forked from scrapy/cssselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (17 loc) · 815 Bytes
/
addon.xml
File metadata and controls
17 lines (17 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.cssselect" name="cssselect" version="0.9.1" provider-name="HarryGG">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>parses CSS3 Selectors and translates them to XPath 1.0</summary>
<description>Packed for Kodi from https://github.com/SimonSapin/cssselect/</description>
<platform>all</platform>
<language></language>
<license>Apache2</license>
<forum>https://github.com/SimonSapin/cssselect/issues</forum>
<website>https://pypi.python.org/pypi/cssselect</website>
<source>https://github.com/SimonSapin/cssselect/</source>
</extension>
</addon>