aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt <32886639+mattlyon93@users.noreply.github.com>2020-08-29 22:00:56 +1000
committerGitHub <noreply@github.com>2020-08-29 22:00:56 +1000
commit85f34f8a5b15bfbe6510358d76b903baa33f4fc2 (patch)
tree6dc3e4ad3bd76f3678a5d6b3bedb48e9ae215aab /README.md
parentcab856e292d96f8ae3686b0d25a778d1682691ae (diff)
parent47bcaca5004b08667368cd3d9d4e01f1ef998343 (diff)
downloadtpb-lite-85f34f8a5b15bfbe6510358d76b903baa33f4fc2.tar.gz
tpb-lite-85f34f8a5b15bfbe6510358d76b903baa33f4fc2.tar.bz2
tpb-lite-85f34f8a5b15bfbe6510358d76b903baa33f4fc2.zip
Merge pull request #4 from loiccoyle/url
Adds a url attribute to the Torrent class
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb4ad7c..84ec85c 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,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
==========