mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] escape amp html
This commit is contained in:
@@ -90,7 +90,8 @@ function escapeTitle(title) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function escapeHTML(title) {
|
function escapeHTML(title) {
|
||||||
return he.decode(title);
|
return he.decode(title)
|
||||||
|
.replace(/&/g, "&");
|
||||||
}
|
}
|
||||||
|
|
||||||
async function getImdbId(info, type) {
|
async function getImdbId(info, type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user