@
comes from tbh 🤔
@
comes from tbh 🤔
@
in your adverised nick in your feed. This is not supported 🤣
@
in your adverised nick in your feed. This is not supported 🤣




go build main.go
or whatever. You generally call go build .
or go build ./cmd/foo/...
-- Because you need to tell the compiler to build a whole package or a bunch of sub-packages + main. go run main.go
only works for the simplest case.
go build main.go
or whatever. You generally call go build .
or go build ./cmd/foo/...
-- Because you need to tell the compiler to build a whole package or a bunch of sub-packages + main. go run main.go
only works for the simplest case.
Come join us!
Come join us!
yt-dlp
under the hood 👌
yt-dlp
under the hood 👌
$ youtubedr download 'https://www.youtube.com/watch?v=YpiK1FMy2Mg'
2024/11/23 09:01:12 download to directory .
time=2024-11-23T09:01:12.946+10:00 level=INFO msg="Downloading video" id=YpiK1FMy2Mg quality=medium mimeType="video/mp4; codecs=\"av01.0.01M.08\""
chunk at offset 0 has invalid size: expected=10485760 actual=0
What I'm seeing is some kind of detection going on and the CDN servers responding with 0 bytes.
$ youtubedr download 'https://www.youtube.com/watch?v=YpiK1FMy2Mg'
2024/11/23 09:01:12 download to directory .
time=2024-11-23T09:01:12.946+10:00 level=INFO msg="Downloading video" id=YpiK1FMy2Mg quality=medium mimeType="video/mp4; codecs=\\"av01.0.01M.08\\""
chunk at offset 0 has invalid size: expected=10485760 actual=0
What I'm seeing is some kind of detection going on and the CDN servers responding with 0 bytes.
$ youtubedr download 'https://www.youtube.com/watch?v=YpiK1FMy2Mg'
2024/11/23 09:01:12 download to directory .
time=2024-11-23T09:01:12.946+10:00 level=INFO msg="Downloading video" id=YpiK1FMy2Mg quality=medium mimeType="video/mp4; codecs=\"av01.0.01M.08\""
chunk at offset 0 has invalid size: expected=10485760 actual=0
What I'm seeing is some kind of detection going on and the CDN servers responding with 0 bytes.

$ youtube-dl 'https://www.youtube.com/watch?v=YpiK1FMy2Mg'
[youtube] YpiK1FMy2Mg: Downloading webpage
WARNING: unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
ERROR: unable to download video data: HTTP Error 403: Forbidden

$ youtube-dl 'https://www.youtube.com/watch?v=YpiK1FMy2Mg'
[youtube] YpiK1FMy2Mg: Downloading webpage
WARNING: unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
ERROR: unable to download video data: HTTP Error 403: Forbidden