diff --git a/util/Util.js b/util/Util.js index 3319b3d0..2e83d6ae 100644 --- a/util/Util.js +++ b/util/Util.js @@ -138,7 +138,7 @@ module.exports = class Util { static cleanAnilistHTML(html) { let clean = html - .replace(/\n/g, '') + .replace(/\r|\n|\f/g, '') .replace(/
/g, '\n') .replace(/'/g, '\'') .replace(/"/g, '"')