Add-on:HTMLement: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot Update)
Line 3: Line 3:
|provider-name=willforde
|provider-name=willforde
|ID=script.module.htmlement
|ID=script.module.htmlement
|latest-version=1.0.0
|latest-version=1.0.0+matrix.1
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
Line 16: Line 16:
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/leia/script.module.htmlement/resources/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/matrix/script.module.htmlement/resources/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]

Revision as of 03:02, 7 March 2021

HTMLement
icon.png

See this add-on on the kodi.tv showcase

Author: willforde
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v21
Kodi.tv repo v20
Kodi.tv repo v19

License: MIT
Source: Source code
Summary: Pure-Python HTML parser with ElementTree support.
Home icon grey.png   ▶ Add-ons ▶ HTMLement

Parses HTML using HTMLParser to build a tree of Elements. Utilizing ElementTree support for XPath expression to parse the tree.