This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Dont compile last version (go get -u github.com/rylio/ytdl/...) #86
Comments
JAVIERCUADROS7
changed the title
Dont compile last version
Dont compile last version (go get -u github.com/rylio/ytdl/...)
Jan 22, 2020
This has stopped working since the migration of Go modules. See also golang/go#24250 git clone [email protected]:rylio/ytdl.git
cd ytdl
go build ./cmd/ytdl The binary is created in the current directory. |
Thanks, this worked for me. |
@JAVIERCUADROS7 Hi, this worked for me: |
Closed
🤷🏼♂️
|
r-novel
added a commit
to r-novel/ytdl
that referenced
this issue
Apr 9, 2020
welat09
added a commit
to welat09/ytdl
that referenced
this issue
Apr 11, 2020
refs rylio#86; update cmd utility;
Hi everybody, could you help me to solve this issue.
Some weeks ago I can run without problems but today I find this problem.
*{"level":"debug","time":"2020-04-23T10:13:57-05:00","message":"Fetching
https://www.youtube.com/watch?v=WkVvG4QTO9M
<https://www.youtube.com/watch?v=WkVvG4QTO9M>"}Failed to get video info*
El jue., 9 abr. 2020 a las 14:32, Roman Romanenko (<[email protected]>)
escribió:
… @shoce <https://github.com/shoce> PR: #96
<#96>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG2MZTBQPRB5FEA7XUJY5P3RLYPFFANCNFSM4KJ5S3FA>
.
|
Please try the latest release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
github.com/rylio/ytdl/cmd/ytdl
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:51:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:56:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:60:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:64:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:68:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:72:22: cannot use cli.StringSliceFlag literal (type cli.StringSliceFlag) as type cli.Flag in array or slice literal:
cli.StringSliceFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:76:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:80:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:84:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:88:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../go/src/github.com/rylio/ytdl/cmd/ytdl/main.go:88:17: too many errors
The text was updated successfully, but these errors were encountered: