diff options
-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 ========== |