Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 261 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 261 Bytes

video-platform-url

A Go library for making full permalink URL from a provider like youtube or dailymotion with its id

usage

import videoLink "github.com/thankyoumotion/video-platform-url"
fullUrl := videoLink.FindUrl(string(video), string(provider))