func (p *Parser) GetMangaRecommendation(id int) ([]model.Recommendation, int, error) {
    doc, code, err := p.getDoc(utils.BuildURL(malURL, "manga", id, "a", "userrecs"), "#content")
    if err != nil {
        return nil, code, err
    }