aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt <32886639+mattlyon93@users.noreply.github.com>2020-11-09 22:45:29 +0000
committerGitHub <noreply@github.com>2020-11-09 22:45:29 +0000
commitb19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9 (patch)
tree73d8d7a14be39080a978170766275ef8e3e215ef
parentc380ebc0187a5cdda64702ef6d84ec2117eb0a8c (diff)
downloadtpb-lite-b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9.tar.gz
tpb-lite-b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9.tar.bz2
tpb-lite-b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 765cc9b..16941c5 100644
--- a/README.md
+++ b/README.md
@@ -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
==========