Documentation ¶ Index ¶ type URLData type VideoData func (data VideoData) Download(refer string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type URLData ¶ type URLData struct { URL string Size int64 Ext string } URLData data struct of single URL type VideoData ¶ type VideoData struct { Site string Title string // [URLData: {URL, Size, Ext}, ...] // Some video files have multiple fragments // and support for downloading multiple image files at once URLs []URLData Size int64 Type string Quality string } VideoData data struct of video info func (VideoData) Download ¶ func (data VideoData) Download(refer string) Download download urls Source Files ¶ View all Source files downloader.go Click to show internal directories. Click to hide internal directories.