consumet / consumet.ts

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
https://consumet.org/extensions/list/
GNU General Public License v3.0
376 stars 205 forks source link

fix(streamwish): Grab video sources extractor #529

Closed hase0278 closed 1 month ago

hase0278 commented 2 months ago

What kind of change does this PR introduce?

Bug fix for streamwish video grabber and add streamwish to gogoanime video streaming servers

Summary This fixes streamwish video extractor. My motivation for this is that this will be used on gogoanime provider as alternative to gogocdn

riimuru commented 1 month ago

@hase0278 I see you have added other new commits. Is it ready to merge now?

hase0278 commented 1 month ago

@hase0278 I see you have added other new commits. Is it ready to merge now?

Yes its ready now @riimuru just minimized the 403 forbidden streams error but it is unavoidable at the moment.

hase0278 commented 1 month ago

@riimuru when will this be merged? Planning to add new commits soon that should not be related with this pr.

riimuru commented 1 month ago

@hase0278 thanks for the reminder, I will merge now!

riimuru commented 1 month ago

@hase0278 the 403 errors are most likely happening because the request is not yet fully reciprocal to the one they make.

hase0278 commented 1 month ago

Thanks @riimuru I'll look into it later.