From b19e266ee03ce74ce7c15c0d66e0dc7ac50fd5b9 Mon Sep 17 00:00:00 2001 From: Matt <32886639+mattlyon93@users.noreply.github.com> Date: Mon, 9 Nov 2020 22:45:29 +0000 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ========== -- cgit v1.2.3