Add-on:HTMLement: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot repo category update)
 
(18 intermediate revisions by the same user not shown)
Line 3: Line 3:
|provider-name=willforde
|provider-name=willforde
|ID=script.module.htmlement
|ID=script.module.htmlement
|latest-version=0.2.3
|latest-version=1.0.0+matrix.1
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=Pure-Python HTML parser with ElementTree support.
|Summary=Pure-Python HTML parser with ElementTree support.
|Description=Parses HTML using HTMLParser to build a tree of Elements. Utilizing ElementTree support for XPath expression to parse the tree.
|Description=Parses HTML using HTMLParser to build a tree of Elements. Utilizing ElementTree support for XPath expression to parse the tree.
|Platform=all
|Platform=
|Language=en
|Language=
|License=MIT License
|License=MIT
|Forum=
|Forum=
|Website=http://python-htmlement.readthedocs.io/en/stable/?badge=stable
|Website=https://python-htmlement.readthedocs.io/en/stable/?badge=stable
|Source=https://github.com/willforde/python-htmlement
|Source=https://github.com/willforde/python-htmlement
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/leia/script.module.htmlement/resources/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/omega/script.module.htmlement/resources/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]
Line 25: Line 25:
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Omega add-on repository]]

Latest revision as of 19:35, 11 April 2024

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.