oddshot
oddshot.tv video downloader
Command line usage
npm install oddshot -goddshot http://oddshot.tv/shot/dreamhackcs-20150920202118125 output.mp4
Node stream usage
npm install oddshot
var fs = ;var video = ;;
Sample usage with ffmpeg (fluent-ffmpeg)
npm install fluent-ffmpeg
var video = ;var ffmpeg = ;;
License
MIT