Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrianAllred/goydl
/ functions
Functions
27 in github.com/BrianAllred/goydl
⨍
Functions
27
◇
Types & classes
13
↓ 8 callers
Method
OptionsToCliParameters
Returns the string representation of all the option fields
options.go:412
↓ 4 callers
Method
String
Return the string representation of a FileSizeRate
filesizerate.go:65
↓ 2 callers
Method
GetInfo
GetInfo gets the info of a particular video or playlist
goydl.go:95
↓ 1 callers
Method
IsNil
Returns if the given FileSizeRate is nil/invalid
filesizerate.go:70
↓ 1 callers
Function
NewOptions
Returns a new options object with the various options initialized with their params
options.go:226
↓ 1 callers
Method
OptionString
()
option.go:39
↓ 1 callers
Method
Update
Update updates the youtube-dl binary
goydl.go:116
Method
Download
Download will download either the given url or the youtubeDl.VideoUrl from youtube
goydl.go:54
Function
FileSizeRateFromString
FileSizeRateFromString creates a new FileSizeRate from a string
filesizerate.go:41
Function
FileSizeRateFromValues
FileSizeRateFromValues creates a new FileSizeRate from values (float64, rune)
filesizerate.go:60
Function
NewYoutubeDl
NewYoutubeDl returns a newly instantiated youtubeDl object
goydl.go:49
Method
OptionString
()
option.go:84
Method
OptionString
()
option.go:96
Method
OptionString
()
option.go:104
Method
OptionString
()
option.go:112
Method
OptionString
()
option.go:120
Method
OptionString
()
option.go:128
Method
OptionString
()
option.go:137
Method
OptionString
()
option.go:145
Function
TestBoolOption
(t *testing.T)
goydl_test.go:13
Function
TestDownloadInfo
(t *testing.T)
goydl_test.go:69
Function
TestFileSizeRateOption1
(t *testing.T)
goydl_test.go:29
Function
TestFileSizeRateOption2
(t *testing.T)
goydl_test.go:37
Function
TestIntOption
(t *testing.T)
goydl_test.go:45
Function
TestIntOptionNegativeIsInfinite
(t *testing.T)
goydl_test.go:53
Function
TestStringOption
(t *testing.T)
goydl_test.go:61
Function
TestTimeOption
(t *testing.T)
goydl_test.go:21