philh_myftp_biz.web.torrent.torrent

Module Contents

Classes

Torrent

API

class philh_myftp_biz.web.torrent.torrent.Torrent(**kwargs)

Initialization

size: str = <Multiline-String>
url: str = <Multiline-String>
uploaded: None | philh_myftp_biz.time._time.TimeStamp = None
type: None | Literal[Show, Movie, Episode] = None
__repr__() str
__str__ = None
__format__(spec) str
hash() None | str
property raw: qbittorrentapi.TorrentDictionary
files() tuple[philh_myftp_biz.web.torrent.file.TorrentFile, ...]
property enabled_files: tuple[philh_myftp_biz.web.torrent.file.TorrentFile, ...]
name() str
seeders() int
leechers() int
property errored: bool
property downloading: bool
property exists: bool
path() philh_myftp_biz.pc.Path
property finished: None | bool
stop(rm_files: bool = True) None
start(stop_files: bool = False) bool
__getstate__()
__setstate__(state: dict)