aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
==========