From 47bcaca5004b08667368cd3d9d4e01f1ef998343 Mon Sep 17 00:00:00 2001 From: Loic Coyle Date: Wed, 26 Aug 2020 15:34:09 +0200 Subject: add url attribute to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22e725f..38cfaab 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3