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
393 stars 222 forks source link

Streamtape url is not playable if proxied #444

Closed aleganza closed 5 months ago

aleganza commented 8 months ago

Describe the bug

in AnimeSaturn fetchEpisodeSource method, when it returns the urls object, the streamtape one does not work if the method is called with a proxy.

Steps to reproduce

  1. Use Consumet api in a project where cors issues are present.
  2. Call the AnimeSaturn constructor passing a proxy url (in my case I used the cors-anywhere default development one)
  3. Call fetchEpisodeSources
  4. Try to open the returned streamtape url or try to put it in a video tag

Expected behavior

The returned streamtape url should be a playable episode video

Actual behavior

Instead, this is printed: {"status":403,"msg":"Access Denied"}

Additional context

No response

stale[bot] commented 6 months ago

We're marking this issue as wontfix because it has not had recent activity. It will be closed if no further activity occurs within the next 30 days. Thank you for your contributions.

stale[bot] commented 5 months ago

We are closing this issue. If the issue still persists in the latest version of consumet.ts, please reopen the issue and update the description. We will try our best to accomodate it!