Mattias Wadman 7c36a8e6d1 Merge pull request #2 from wader/bump-youtube-dl-2019.11.05
Update youtube-dl to 2019.11.05
2019-11-05 11:08:14 +01:00
2019-11-05 10:03:10 +00:00
2019-07-23 21:39:07 +02:00
2019-07-23 21:39:07 +02:00
2019-11-05 00:46:54 +01:00
2019-07-23 21:39:07 +02:00
2019-08-11 09:50:20 +02:00

goutubedl

Go wrapper for youtube-dl. API documentation can be found at godoc.org.

See youtube-dl documentation for what is recommended to install in addition to youtube-dl.

Usage

result, err := goutubedl.New(context.Background(), URL, goutubedl.Options{})
downloadResult, err := result.Download(context.Background(), FormatID)
io.Copy(ioutil.Discard, downloadResult)
downloadResult.Close()

See goutubedl cmd tool or ydls for usage examples.

Description
Go wrapper for youtube-dl and yt-dlp
Readme MIT 478 KiB
Languages
Go 98.1%
Dockerfile 1.9%