diff --git a/otaku-streamers/otaku-streamers.js b/otaku-streamers/otaku-streamers.js index 7520220..ab2830a 100644 --- a/otaku-streamers/otaku-streamers.js +++ b/otaku-streamers/otaku-streamers.js @@ -64,7 +64,7 @@ async function extractEpisodes(url) { number: parseInt(match[2], 10) }); } - + results.reverse(); return JSON.stringify(results); } catch (err) { return JSON.stringify([{