pornolab: fix parsing of release dates (#10772)

This commit is contained in:
thebawbe
2021-02-06 20:43:45 +00:00
committed by GitHub
parent a98da68e5c
commit f0bca7f12c

View File

@@ -291,7 +291,7 @@ namespace Jackett.Common.Indexers
var seederString = Row.QuerySelector("td:nth-child(7) b").TextContent;
var seeders = string.IsNullOrWhiteSpace(seederString) ? 0 : ParseUtil.CoerceInt(seederString);
var timestr = Row.QuerySelector("td:nth-child(10) u").TextContent;
var timestr = Row.QuerySelector("td:nth-child(11) u").TextContent;
var forum = qForumLink;
var forumid = forum.GetAttribute("href").Split('=')[1];
var title = configData.StripRussianLetters.Value