1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-27 18:29:47 +00:00
This commit is contained in:
kaso17 2017-08-30 11:54:06 +02:00
commit 3614b1b3da
2 changed files with 2 additions and 2 deletions

View file

@ -39,6 +39,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* RARBG
* ShowRSS
* Sky torrents
* T411 v2
* The Pirate Bay
* TNTVillage <!-- maintained by bonny1992 -->
* Tokyo Toshokan
@ -224,7 +225,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Trezzor
* TV Chaos UK
* TV-Vault
* T411 v2
* u-Torrent
* UHDBits
* Ultimate Gamer Club

View file

@ -157,7 +157,7 @@ namespace Jackett.Indexers
var grabs = qRow.Find("td.ttr_snatched").Get(0).FirstChild.ToString();
release.Grabs = ParseUtil.CoerceInt(grabs);
release.DownloadVolumeFactor = 1;
release.DownloadVolumeFactor = 0;
release.UploadVolumeFactor = 1;
releases.Add(release);