func (p *Parser) GetProducers() ([]model.ItemCount, int, error) {
    doc, code, err := p.getDoc(utils.BuildURL(malURL, "anime", "producer"), ".anime-manga-search")
    if err != nil {
        return nil, code, err
    }