Applesauce
    Preparing search index...

    The base class for all casts

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get category(): number | undefined

      The newznab category ID from the i tag with newznab: prefix

      Returns number | undefined

    • get categoryPath(): string | undefined

      The category path from the tcat identifier in i tags (e.g., "video,movie,4k")

      Returns string | undefined

    • The magnet link for the torrent, built from the info hash, trackers, and title

      Returns string | undefined

    • get seen(): Set<string> | undefined

      Return the set of relays this event was seen on

      Returns Set<string> | undefined

    Methods