Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedVideoURL = errors.New("error: unsupported video url")
)
Functions ¶
This section is empty.
Types ¶
type Importer ¶
func NewImporter ¶
type VimeoImporter ¶
type VimeoImporter struct{}
func (*VimeoImporter) GetVideoInfo ¶
func (i *VimeoImporter) GetVideoInfo(url string) (videoInfo VideoInfo, err error)
type YoutubeImporter ¶
type YoutubeImporter struct{}
func (*YoutubeImporter) GetVideoInfo ¶
func (i *YoutubeImporter) GetVideoInfo(url string) (videoInfo VideoInfo, err error)
Click to show internal directories.
Click to hide internal directories.