Closed insomniachi closed 2 years ago
You need to add HTTP headers, those are included alongside the stream urls in grab and the project too internally uses those. These are to bypass CSPs from a server's side.
Use a HTTP client that supports custom headers. A vanilla browser will not work, use an extension to get to the urls, or just use the project normally with streaming and downloading arguments.
i configured vlc
default_provider: animixplay
default_player: vlc
players:
vlc:
executable: "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe"
opts: []
when i do the stream command, it opens vlc, but does not play for anime pahe. but works for other sources.
Probably slow internet connection, as all headers are passed via the program core.
The inquiry how to use the stream urls spat out by grab command from animepahe provider
going to stream_url directly gives me 403 forbidden. i'm guessing i have to do something with the referer. i don't now what.