Crunchy
Crunchy copied to clipboard
Proxy support
Would it be possible to get http and socks5 proxy support added the nodejs funimation downloader already supports this so it should be pretty easy to copy the code :) https://github.com/seiya-dev/funimation-downloader-nx/blob/cecd837d0d87cd044ed622ab47d4c8098ec48d9c/scripts/funidl.js#L431-L443
Would be usefull for downloading anime thats out of region
Hmm ffmpeg seems to support proxy, as for rtmpdump, the potential issue are for the http request themself using cloudscraper, not sure if it support socket. Will try.
Well, I will try to add something, but I have nothing to test it.
Also VPN are probably better than proxy for that specific use, but I will try to add something, but can't promise it will work
I think we would only need the proxy for the token (atleast thats how it used to work :) ), needs investigating.
Any news on this?