downloader

package
v0.0.0-...-c6937b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL