Skip to content

Commit

Permalink
Merge pull request #421 from wader/goutubedl-auto-path-probe
Browse files Browse the repository at this point in the history
goutubedl: Update to version auto path probe
  • Loading branch information
wader authored Jan 13, 2024
2 parents a561717 + 9e83a69 commit 7be06ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/fortytw2/leaktest v1.3.0
// bump: goutubedl /github.com\/wader\/goutubedl .*-(.*)/ gitrefs:https://github.com/wader/goutubedl.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: goutubedl command go get -d github.com/wader/goutubedl && go mod tidy
github.com/wader/goutubedl v0.0.0-20240110164636-adddb11ead1b
github.com/wader/goutubedl v0.0.0-20240113171134-01bac34c4c02
// bump: logutils /github.com\/wader\/logutils .*-(.*)/ gitrefs:https://github.com/wader/logutils.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: logutils command go get -d github.com/wader/logutils && go mod tidy
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/wader/goutubedl v0.0.0-20240110164636-adddb11ead1b h1:xSddyANsGzMEoClwwZzuesuWPnwkmmtSsERFrOodMT8=
github.com/wader/goutubedl v0.0.0-20240110164636-adddb11ead1b/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw=
github.com/wader/goutubedl v0.0.0-20240113171134-01bac34c4c02 h1:ys48+FSHG8ROh8usU2YSjWRwBdojZirGXxgvfyLjep0=
github.com/wader/goutubedl v0.0.0-20240113171134-01bac34c4c02/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw=
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654 h1:/H3pKDa/IP88aOSLuF+9b4Sc7hBVX4TCEBMwzsYKYv0=
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654/go.mod h1:6+XZabA9xCm6iA5xt7uBVUY9/j+kbPeEgtR2a1lRjKo=
github.com/wader/osleaktest v0.0.0-20191111175233-f643b0fed071 h1:QkrG4Zr5OVFuC9aaMPmFI0ibfhBZlAgtzDYWfu7tqQk=
Expand Down
5 changes: 0 additions & 5 deletions internal/ydls/ydls.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ const (
MediaUnknown
)

func init() {
// we're using yt-dlp at the moment
goutubedl.Path = "yt-dlp"
}

func (m mediaType) String() string {
switch m {
case MediaAudio:
Expand Down

0 comments on commit 7be06ed

Please sign in to comment.