download

package
v0.6.10-0...-926069d Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Downloader

type Downloader interface {
	Download(sourceURL string, outFilePath string) error
}

type GenericDLer

type GenericDLer struct {
	// contains filtered or unexported fields
}

func NewGenericDLer

func NewGenericDLer() GenericDLer

func (GenericDLer) Download

func (y GenericDLer) Download(sourceURL string, outFilePath string) error

type SelectDLer

type SelectDLer struct {
	// contains filtered or unexported fields
}

func NewSelectDLer

func NewSelectDLer(youtubedler YoutubeDLer, genericdler GenericDLer) SelectDLer

func (SelectDLer) Download

func (s SelectDLer) Download(sourceURL string, outFilePath string) error

type YoutubeDLer

type YoutubeDLer struct {
	// contains filtered or unexported fields
}

func NewYoutubeDLer

func NewYoutubeDLer(youtubedlBinPath string, commandExecutor executor.Executor) YoutubeDLer

func (YoutubeDLer) Download

func (y YoutubeDLer) Download(sourceURL string, outFilePath string) error

Jump to

Keyboard shortcuts

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