nsilberman / video-platform-url

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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))

About

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

License:MIT License


Languages

Language:Go 100.0%