fix incomplete sentence
This commit is contained in:
parent
bbdaf28c50
commit
63e0143b8d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue