diff options
author | Matt <32886639+mattlyon93@users.noreply.github.com> | 2020-11-09 22:45:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 22:45:29 +0000 |
commit | b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9 (patch) | |
tree | 73d8d7a14be39080a978170766275ef8e3e215ef | |
parent | c380ebc0187a5cdda64702ef6d84ec2117eb0a8c (diff) | |
download | tpb-lite-b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9.tar.gz tpb-lite-b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9.tar.bz2 tpb-lite-b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -98,7 +98,9 @@ You can see how many `Torrent` objects your query has returned, by using the `le - `Torrent.filesize` - The filesize in *iB format, eg. 5 GiB (str) - `Torrent.byte_size` - The filesize in bytes of the torrent (int) - `Torrent.magnetlink` - magnetlink of the torrent (str) -- `Torrent.url` - url of the torrent page (str) +- `Torrent.url` - URL of the torrent page (str) +- `Torrent.is_trusted` - Whether the torrent is from a trusted source. +- `Torrent.is_vip` - Whether the torrent is from a VIP source. Example Workflow ========== |