Add-on:BeautifulSoup4: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
Tag: Reverted
m (Addon-Bot repo category update)
Tags: Manual revert Reverted
Line 25: Line 25:
[[Category:Gotham add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Jarvis add-on repository]]
[[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:Matrix add-on repository]]

Revision as of 04:07, 6 June 2021

BeautifulSoup4
icon.png

See this add-on on the kodi.tv showcase

Author: Leonard Richardson ([email protected])
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: MIT
Source: Source code
Summary: Screen-scraping library
Home icon grey.png   ▶ Add-ons ▶ BeautifulSoup4

Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.