consumet/consumet.ts

Gogoanime - Episode Streaming Links

Closed this issue · 1 comments

Describe the bug

The extractor is not working with the new episodes.

Steps to reproduce

  • Not working: /anime/gogoanime/watch/arifureta-shokugyou-de-sekai-saikyou-season-3-episode-1

  • Working: /anime/gogoanime/watch/arifureta-shokugyou-de-sekai-saikyou-2nd-season-episode-1

Expected behavior

{ "headers": { "Referer": "" }, "sources": [ { "url": "", "isM3U8": true, "quality": "360p" }, { "url": "", "isM3U8": true, "quality": "480p" }, { "url": "", "isM3U8": true, "quality": "720p" }, { "url": "", "isM3U8": true, "quality": "1080p" }, { "url": "", "isM3U8": true, "quality": "default" }, { "url": "", "isM3U8": true, "quality": "backup" } ], "subtitles": [ { "url": "", "lang": "thumbnails" } ], "download": "" }

Actual behavior

{"message":{}}

Additional context

The extractor is not working with this season's new anime. Anime from past seasons are working in some cases.

The bug is fixed here.

#606