go-opensubtitles is a Go library for accessing the OpenSubtitles API.
To get a specific version from the list of versions:
go get github.com/TheForgotten69/go-opensubtitles@vX.Y.Z
Or for the latest version:
go get github.com/TheForgotten69/go-opensubtitles
Make sure to have a working account on Opensubtitles else you will never have a working token.
More examples are available in the examples folder.
The package design is heavily inspired by Google go-github.
- Rate limit