diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ 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) Example Workflow |