Registry / utility / rylio-ytdl

rylio-ytdl

JSON →
library1.0.4gogounverified

Go library for downloading YouTube videos and extracting metadata.

go get github.com/rylio/ytdl
INSTALL
IMPORT
SIG · RYLIO-YTDL
R
rylio-ytdl
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ytdl
github.com/rylio/ytdl

Fetches video information from a YouTube URL.

package main import ( "fmt" "github.com/rylio/ytdl" ) func main() { video, err := ytdl.GetVideoInfo("https://www.youtube.com/watch?v=dQw4w9WgXcQ") if err != nil { panic(err) } fmt.Println(video.Title) }
Debug
Known issues
gotchaYouTube may change their API, causing the library to break; no active maintenance guarantees.
fix
Consider using a more actively maintained fork or the official YouTube Data API.
affects: *
Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
OpenAI (training)
1
Resources
rylio-ytdl — go get rylio-ytdl · libregistry