mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-26 20:13:07 +02:00
Merge branch 'master' of https://github.com/Jackett/Jackett.git
This commit is contained in:
@@ -39,6 +39,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* RARBG
|
* RARBG
|
||||||
* ShowRSS
|
* ShowRSS
|
||||||
* Sky torrents
|
* Sky torrents
|
||||||
|
* T411 v2
|
||||||
* The Pirate Bay
|
* The Pirate Bay
|
||||||
* TNTVillage <!-- maintained by bonny1992 -->
|
* TNTVillage <!-- maintained by bonny1992 -->
|
||||||
* Tokyo Toshokan
|
* Tokyo Toshokan
|
||||||
@@ -224,7 +225,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* Trezzor
|
* Trezzor
|
||||||
* TV Chaos UK
|
* TV Chaos UK
|
||||||
* TV-Vault
|
* TV-Vault
|
||||||
* T411 v2
|
|
||||||
* u-Torrent
|
* u-Torrent
|
||||||
* UHDBits
|
* UHDBits
|
||||||
* Ultimate Gamer Club
|
* Ultimate Gamer Club
|
||||||
|
@@ -157,7 +157,7 @@ namespace Jackett.Indexers
|
|||||||
var grabs = qRow.Find("td.ttr_snatched").Get(0).FirstChild.ToString();
|
var grabs = qRow.Find("td.ttr_snatched").Get(0).FirstChild.ToString();
|
||||||
release.Grabs = ParseUtil.CoerceInt(grabs);
|
release.Grabs = ParseUtil.CoerceInt(grabs);
|
||||||
|
|
||||||
release.DownloadVolumeFactor = 1;
|
release.DownloadVolumeFactor = 0;
|
||||||
release.UploadVolumeFactor = 1;
|
release.UploadVolumeFactor = 1;
|
||||||
|
|
||||||
releases.Add(release);
|
releases.Add(release);
|
||||||
|
Reference in New Issue
Block a user