func (m *Malscraper) GetAnimeEpisode(id int, page ...int) ([]model.Episode, int, error) {
    p := 1
    if len(page) > 0 {
        p = page[0]
    }