Add htmlunescape (#2071)

This commit is contained in:
SnwMds 2021-11-25 02:11:33 -03:00 committed by GitHub
parent 6d4b9801ce
commit c210c4aa06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24325,5 +24325,17 @@
"description": "Scraping tools",
"license": "MIT",
"web": "https://gitlab.com/lurlo/scraper"
},
{
"name": "htmlunescape",
"url": "https://github.com/AmanoTeam/htmlunescape",
"method": "git",
"tags": [
"html",
"text"
],
"description": "Port of Python's html.escape and html.unescape to Nim",
"license": "LGPL-3.0",
"web": "https://github.com/AmanoTeam/htmlunescape"
}
]