func (p *Parser) GetPeoplePicture(id int) ([]string, int, error) {
    doc, code, err := p.getDoc(utils.BuildURL(malURL, "people", id, "a", "pictures"), "#content table tr td")
    if err != nil {
        return nil, code, err
    }