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() {
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/wader/goutubedl"
|
||||
"gitea.kaz62.ru/dilap54/goutubedl"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"os"
|
||||
"os/exec"
|
||||
|
||||
"github.com/wader/goutubedl"
|
||||
"gitea.kaz62.ru/dilap54/goutubedl"
|
||||
)
|
||||
|
||||
var dumpFlag = flag.Bool("J", false, "Dump JSON")
|
||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module github.com/wader/goutubedl
|
||||
module gitea.kaz62.ru/dilap54/goutubedl
|
||||
|
||||
go 1.12
|
||||
|
||||
|
@ -16,8 +16,8 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"gitea.kaz62.ru/dilap54/goutubedl"
|
||||
"github.com/fortytw2/leaktest"
|
||||
"github.com/wader/goutubedl"
|
||||
"github.com/wader/osleaktest"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user