pluma9
pluma9
I can confirm this is also the case for Windows Powershell
> I am pretty sure it's an account-related problem, excessive use of yt-dlp can cause some kind of "invisible ban". > > Attempting to use the cookies of an account...
Basically you need to fork the repo, create a branch there and create a Pull request here. Just google "Github contribute", you will find more detailed instructions.
I experience the same issue in Windows desktop app.
It seems that it works as long as I hit `i` before hitting `Ctrl` + `c`. Still I don't know why it works the way it does.
This is part of the reason why I started to use an external editor. It gives me full control.
> In my case going back to 1.39.8 didn't help, but going back to 1.38.2 did. This also fixed another issue I was having where code actions stopped working. I...
I wonder what your `api_key_cmd` is. I use the following config and it works: `api_key_cmd = "cmd /C type D:\\cred\\key.txt"`
Check out [these works](https://github.com/Robitx/gp.nvim/issues/206#issuecomment-2343189529) in a fork of gp.nvim. I hope anyone who plans to implement this can get inspired from the existing works.