diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index e121d622d..1e252d799 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -66,14 +66,14 @@ I also made 3 guides related to this one. | Misc | Optional |   |   | | ------------------------------ | ----------------------------------- | ------ | ------ | -| [FreeLeech](#freeleech) | [Season Packs](#season-pack) |   |   | -| [MPEG2](#mpeg2) | [Scene](#scene) |   |   | -| [Multi](#multi) | [No-RlsGroup](#no-rlsgroup) |   |   | -| [Repack/Proper](#repackproper) | [Obfuscated](#obfuscated) |   |   | -| [Repack v2](#repack-v2) | [Retags](#retags) |   |   | -| [Repack v3](#repack-v3) | [Bad Dual Groups](#bad-dual-groups) |   |   | -| [x264](#x264) | |   |   | +| [Repack/Proper](#repackproper) | [Season Packs](#season-pack) |   |   | +| [Repack v2](#repack-v2) | [Scene](#scene) |   |   | +| [Repack v3](#repack-v3) | [No-RlsGroup](#no-rlsgroup) |   |   | +| [Multi](#multi) | [Obfuscated](#obfuscated) |   |   | +| [MPEG2](#mpeg2) | [Retags](#retags) |   |   | +| [x264](#x264) | [Bad Dual Groups](#bad-dual-groups) |   |   | | [x265](#x265) | |   |   | +| | |   |   | ------ @@ -923,25 +923,6 @@ I also made 3 guides related to this one. ------ -### FreeLeech - -??? faq "FreeLeech - [CLICK TO EXPAND]" - - Sometimes, torrent sites set a torrent to be freeleech. This means, that the download of this torrent will not count towards your download quota or ratio. This is really useful, if you do not have the best ratio yet. - - !!! attention - Keep in mind not all trackers support this option. - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/freeleech.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - ### MPEG2 ??? example "JSON - [CLICK TO EXPAND]" diff --git a/docs/json/sonarr/cf/freeleech.json b/docs/json/sonarr/cf/freeleech.json deleted file mode 100644 index 8a47db60d..000000000 --- a/docs/json/sonarr/cf/freeleech.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "trash_id": "d7c747094a7c65f4c2de083c24899e8b", - "trash_score": "1", - "name": "FreeLeech", - "includeCustomFormatWhenRenaming": false, - "specifications": [{ - "name": "FreeLeech", - "implementation": "IndexerFlagSpecification", - "negate": false, - "required": false, - "fields": { - "value": 1 - } - }] -}