As you can see in the image above: I'm getting these Error messages from the youtube plugin. I want to be able to get from the streamlink.streams() method this error message so I can send it to my frontend.
I tried using a Try Except, but as you can see in the image above the method is always returning a "{}" (dict) and 200 (success). Is there any way I could get the printed value that is being showed in console by that method?