View Source Bento.Metainfo.Torrent (bento v1.0.0)
A struct representing a torrent metainfo file.
Link to this section Summary
Link to this section Types
@type t() :: %Bento.Metainfo.Torrent{ announce: String.t(), "announce-list": [[String.t()]], comment: String.t(), "created by": String.t(), "creation date": integer(), encoding: String.t(), info: Bento.Metainfo.SingleFile.t() | Bento.Metainfo.MultiFile.t() }