Curl
Two-phase video uploads with YouTube API and curl
TIL how to use the YouTube API to upload a video, with curl, using a two-phase approach. I'm becoming more familiar with the YouTube API surface area, and a task recently required me to look into an...
read postcurl and multipart/form-data
In reading through Mr Rob's ix script, I discovered something about curl that I hadn't known about. The script's key line is this: url=$(curl -s -F 'f:1=<-' http://ix.io) My gaze was immediately...
read post