Miraculous Owonubi
Miraculous Owonubi
🤔. I wouldn't expect this to work, though.. You're setting environment variables inside your `.npmrc`, freyr doesn't read that file. And I doubt `node` does either. Try this instead. ```console...
Still though, the proxy shouldn't point to localhost.
Oh, makes sense. So it turns out, the `http` client library freyr uses for YouTube Music – got [doesn't read those environment variables by default](https://github.com/sindresorhus/got/blob/main/documentation/tips.md#proxying). I'll have to add an...
@Goooler, just to clarify, can you open https://music.youtube.com with your proxy?
it's already there: https://github.com/sindresorhus/got/issues/79 Author thinks it should be a node-specific feature and not a library-specific feature.
In the meantime, we can use this: https://github.com/sindresorhus/got/blob/main/documentation/tips.md#proxying
Hey, can you test #143?
An alternative to this would be to add a new flag to the `get` subcommand: > -M, --source-map \ Where `SPEC` is a comma-separated list of rules that define default...
So, It's been a minute, and one more issue – https://github.com/miraclx/freyr-js/issues/103. Looking at this now, I don't particularly like the `-M, --source-maps` idea. However, we can consider using a JSON-formatted...
Tagging this "help wanted" so hopefully someone steps up to take this up. Unfortunately, I don't have as much free time to work on this. But I've prioritized it so...