This commit is contained in:
@ -4,7 +4,7 @@ Go wrapper for
|
||||
[youtube-dl](https://github.com/ytdl-org/youtube-dl) and
|
||||
[yt-dlp](https://github.com/yt-dlp/yt-dlp).
|
||||
Currently only tested and developed using yt-dlp.
|
||||
API documentation can be found at [godoc.org](https://pkg.go.dev/github.com/wader/goutubedl?tab=doc).
|
||||
API documentation can be found at [godoc.org](https://pkg.go.dev/gitea.kaz62.ru/dilap54/goutubedl?tab=doc).
|
||||
|
||||
See [yt-dlp documentation](https://github.com/yt-dlp/yt-dlp) for how to
|
||||
install and what is recommended to install in addition to yt-dl.
|
||||
@ -27,7 +27,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/wader/goutubedl"
|
||||
"gitea.kaz62.ru/dilap54/goutubedl"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user