mirror of
https://github.com/bitmagnet-io/bitmagnet.git
synced 2025-12-28 06:34:17 +00:00
14 lines
234 B
Go
14 lines
234 B
Go
package torznab
|
|
|
|
const (
|
|
ParamType = "t"
|
|
ParamQuery = "q"
|
|
ParamCat = "cat"
|
|
ParamIMDBID = "imdbid"
|
|
ParamTMDBID = "tmdbid"
|
|
ParamSeason = "season"
|
|
ParamEpisode = "ep"
|
|
ParamLimit = "limit"
|
|
ParamOffset = "offset"
|
|
)
|