aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoic Coyle <loic.coyle@hotmail.fr>2020-08-26 15:34:09 +0200
committerLoic Coyle <loic.coyle@hotmail.fr>2020-08-26 15:34:09 +0200
commit47bcaca5004b08667368cd3d9d4e01f1ef998343 (patch)
treed4ce56fc2471396da80d2a8c15c9a2b43f893e7c
parent5c0bec4d7595be3503f43e3e4bd1427d36610e5a (diff)
downloadtpb-lite-47bcaca5004b08667368cd3d9d4e01f1ef998343.tar.gz
tpb-lite-47bcaca5004b08667368cd3d9d4e01f1ef998343.tar.bz2
tpb-lite-47bcaca5004b08667368cd3d9d4e01f1ef998343.zip
add url attribute to README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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