@ -193,7 +193,7 @@ module.exports = class ReaperModule
if(image.rawAttrs)
{
let index = image.rawAttrs.split('"').findIndex(el => el.includes('http'));
List.push(image.rawAttrs.split('"')[index].replace(/\n/g, ''));
List.push(image.rawAttrs.split('"')[index].replace(/\n/g, '').replace(' src=', ''));
}
return {List, mangaLink}