Kylart / MalScraper

Scrape everything you can from MyAnimeList.net
MIT License
177 stars 50 forks source link

Not getting all episodes #116

Closed Sawtaytoes closed 1 year ago

Sawtaytoes commented 1 year ago

I called malScraper.getEpisodesList({ id, name }), and it only gets me back 5 episodes for "Mushoku Tensei: Isekai Ittara Honki Dasu".

  [
    {
      epNumber: 1,
      aired: 'Jan 11, 2021',
      discussionLink: 'https://myanimelist.net/forum/?topicid=1885763',
      title: 'Jobless Reincarnation',
      japaneseTitle: 'Mushoku Tensei (無職転生)'
    },
    {
      epNumber: 2,
      aired: 'Jan 18, 2021',
      discussionLink: 'https://myanimelist.net/forum/?topicid=1885770',
      title: 'Master',
      japaneseTitle: 'Shishou (師匠)'
    },
    {
      epNumber: 3,
      aired: 'Jan 25, 2021',
      discussionLink: 'https://myanimelist.net/forum/?topicid=1891608',
      title: 'Friend',
      japaneseTitle: 'Tomodachi (友達)'
    },
    {
      epNumber: 4,
      aired: 'Feb 1, 2021',
      discussionLink: 'https://myanimelist.net/forum/?topicid=1893562',
      title: 'Emergency Family Meeting',
      japaneseTitle: 'Kinkyuu Kazokukaigi (緊急家族会議)'
    },
    {
      epNumber: 5,
      aired: 'Feb 8, 2021',
      discussionLink: 'https://myanimelist.net/forum/?topicid=1895593',
      title: 'A Young Lady and Violence',
      japaneseTitle: 'Ojou-sama to Bouryoku (お嬢様と暴力)'
    }
  ]

There are definitely 11 on the page: image

Sawtaytoes commented 1 year ago

I see it now. It looks like this bug was fixed:

image

Kylart commented 1 year ago

I see it now. It looks like this bug was fixed:

I guess we can close this then? Feel free to reopen if necessary