A very simple tool to get the video url and some other stuff from a vivo.sx video.
Only tested on linux, but should work on Mac and Windows too.
Install
go get github.com/bytedream/vivo
Usage
Get infos about a video:
packagemainimport("fmt""github.com/bytedream/vivo")funcmain(){vivoVideo,err:=vivo.GetVideo("https://vivo.sx/1234567890")// this extract all the infos about the videoiferr!=nil{panic(err)}fmt.Println(vivoVideo.VideoURL)// url of the video}
License
This project is licensed under the Mozilla Public Licence 2.0 (MPL-2.0) licence - see the LICENSE file for more details
Description
A cli and library to get the video source url and some other informations about vivo.sx videos