Merge pull request #820 from TRaSH-/sonarr-cf-nofl

Delete freeleech (Sonarr CF)
pull/822/head
TRaSH 2 years ago committed by GitHub
commit 5555d5e798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 %]]
```
<sub><sup>[TOP](#index)</sup>
------
### MPEG2
??? example "JSON - [CLICK TO EXPAND]"

@ -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
}
}]
}
Loading…
Cancel
Save