Closed GoogleCodeExporter closed 9 years ago
I am pretty sure the auth goes through https. Let's see the ngrep output of a
login process:
{{{
T 192.168.1.2:33767 -> 173.194.41.212:443 [AP]
T 173.194.41.212:443 -> 192.168.1.2:33767 [A]
T 173.194.41.212:443 -> 192.168.1.2:33767 [A]
T 173.194.41.212:443 -> 192.168.1.2:33767 [AP]
T 192.168.1.2:33767 -> 173.194.41.212:443 [AP]
T 173.194.41.212:443 -> 192.168.1.2:33767 [AP]
T 192.168.1.2:33767 -> 173.194.41.212:443 [AP]
T 192.168.1.2:33767 -> 173.194.41.212:443 [AP]
T 173.194.41.212:443 -> 192.168.1.2:33767 [AP]
T 173.194.41.212:443 -> 192.168.1.2:33767 [AP]
}}}
Also, I've set a fake "https_proxy=" and the login does not work anymore.
> BTW, is it more secure to use API upload instead of pycurl?
I don't understand, are you worried about the privacy of the video data? I
don't know any other way to upload the video except the API upload and POST
upload.
> $ cat password | youtube-upload -p - ...
Added to the README.
Thanks for the report.
Original comment by tokland
on 18 Nov 2013 at 8:38
Thanks for the clarifications!
Original comment by m4Ri000
on 18 Nov 2013 at 9:49
Original comment by tokland
on 13 May 2014 at 8:32
Original issue reported on code.google.com by
m4Ri000
on 11 Nov 2013 at 1:53