mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Bit-City Reloaded: fix category mapping
This commit is contained in:
@@ -172,9 +172,6 @@ namespace Jackett.Indexers
|
|||||||
var catId = qRow.Find("td:eq(0) a").First().Attr("href").Split('=')[1];
|
var catId = qRow.Find("td:eq(0) a").First().Attr("href").Split('=')[1];
|
||||||
release.Category = MapTrackerCatToNewznab(catId);
|
release.Category = MapTrackerCatToNewznab(catId);
|
||||||
|
|
||||||
var cat = qRow.Find("td:eq(0) a").First().Attr("href").Substring(1);
|
|
||||||
release.Category = MapTrackerCatToNewznab(cat);
|
|
||||||
|
|
||||||
var files = qRow.Find("td:has(a[href*=\"&filelist=1\"])> b:nth-child(2)").Text();
|
var files = qRow.Find("td:has(a[href*=\"&filelist=1\"])> b:nth-child(2)").Text();
|
||||||
release.Files = ParseUtil.CoerceInt(files);
|
release.Files = ParseUtil.CoerceInt(files);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user