Skip to content

qopher/ytsgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytsgo

Go library to access YTS.LT API

API documentation: https://yts.lt/api

Example

  c, err := ytsgo.New()
  if err != nil {
    log.Fatalf("Failed to create ytsgo client: %v", err)
  }
  m, err := c.Movie(10)
  if err != nil {
    log.Fatalf("Failed to fetch movie id:%v :%v", id, err)
  }
  fmt.Println(m.Title)

ytsgo.go is a simple CLI tool to fetch and search movies from YTS.LG and show manget links to all torrents.

Releases

No releases published

Packages

No packages published

Languages