From 63e0143b8db312e5750884fa70560ecffd43911f Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 1 Dec 2024 22:42:34 -0600 Subject: [PATCH] fix incomplete sentence --- src/notes/implementation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notes/implementation.rs b/src/notes/implementation.rs index 695b913..05a6910 100644 --- a/src/notes/implementation.rs +++ b/src/notes/implementation.rs @@ -3,4 +3,4 @@ //! - Because the behavior of `length` is ambiguous, torznab-toolkit just sets it to 0; the size is just specified by the `size` attribute //! - See [here](https://torznab.github.io/spec-1.3-draft/revisions/1.0-Torznab-Torrent-Support.html) for details //! - Many indexers do not have the appropriate behavior according to the spec when `limit` is negative, and that behavior doesn't even make sense; instead, it follows the behavior of other indexers, and just ignores `limit` if it's negative. -//! - If a link isn't specified for a Torrent +//! - If a link isn't specified for a Torrent (`link` in `other_attributes`), it will fall back to the .torrent URL, then the magnet URI; i.e. you don't have to specify `link` if you don't have a webpage for the torrent.