Currently, I am using this command to run the ssh server for remote port forwarding using Serveo
subprocess.call('ssh -R 80:127.0.0.1:5000 serveo.net', shell=True)
I need to extract the URL from the ssh command and assign it into a variable. Is there any way to get the output?