diff options
author | Loic Coyle <loic.coyle@hotmail.fr> | 2020-08-26 15:34:09 +0200 |
---|---|---|
committer | Loic Coyle <loic.coyle@hotmail.fr> | 2020-08-26 15:34:09 +0200 |
commit | 47bcaca5004b08667368cd3d9d4e01f1ef998343 (patch) | |
tree | d4ce56fc2471396da80d2a8c15c9a2b43f893e7c | |
parent | 5c0bec4d7595be3503f43e3e4bd1427d36610e5a (diff) | |
download | tpb-lite-47bcaca5004b08667368cd3d9d4e01f1ef998343.tar.gz tpb-lite-47bcaca5004b08667368cd3d9d4e01f1ef998343.tar.bz2 tpb-lite-47bcaca5004b08667368cd3d9d4e01f1ef998343.zip |
add url attribute to README
-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 |