Documentation
¶
Index ¶
- type VideoDownload
- func (v *VideoDownload) BilibiliDownload(url string)
- func (t *VideoDownload) Cut(file, start, end, output string) error
- func (v *VideoDownload) DouyinDownload(url string)
- func (v *VideoDownload) TwitterDownload(url string)
- func (v *VideoDownload) YoutubeAudioDownload(url string, startAndEnd ...string)
- func (v *VideoDownload) YoutubeDownload(url string, startAndEnd ...string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VideoDownload ¶
type VideoDownload struct { C chan string AudioC chan []interface{} MsgC chan string // contains filtered or unexported fields }
func NewVideoDownload ¶
func NewVideoDownload() *VideoDownload
func (*VideoDownload) BilibiliDownload ¶
func (v *VideoDownload) BilibiliDownload(url string)
func (*VideoDownload) Cut ¶
func (t *VideoDownload) Cut(file, start, end, output string) error
func (*VideoDownload) DouyinDownload ¶
func (v *VideoDownload) DouyinDownload(url string)
func (*VideoDownload) TwitterDownload ¶
func (v *VideoDownload) TwitterDownload(url string)
func (*VideoDownload) YoutubeAudioDownload ¶
func (v *VideoDownload) YoutubeAudioDownload(url string, startAndEnd ...string)
func (*VideoDownload) YoutubeDownload ¶
func (v *VideoDownload) YoutubeDownload(url string, startAndEnd ...string)
Click to show internal directories.
Click to hide internal directories.