文件名称:thetvdb-go:为 thetvdb.com API 封装
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-07 09:13:19
Go
thetvdb-go 为 thetvdb.com API 封装 例子 通过 IMDB id 获取系列信息 tvdb := &TheTVDB{ApiKey: "api_key", Language: "en"} series := tvdb.GetSeriesByRemoteID("tt0903747") 按名称获取系列 tvdb := &TheTVDB{ApiKey: "api_key", Language: "en"} series := tvdb.GetSeries("Breaking Bad")
【文件预览】:
thetvdb-go-master
----episode.go(2KB)
----thetvdb_test.go(2KB)
----series.go(2KB)
----thetvdb.go(2KB)
----README.md(322B)