undo dateTime changes

pull/2338/head
zodihax 3 months ago committed by GitHub
parent 32ab86970e
commit ebd79c6173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -308,7 +308,7 @@ public class NorBitsParser : IParseIndexerResponse
Grabs = ParseUtil.CoerceInt(row.QuerySelector("td:nth-of-type(8)")?.FirstChild?.TextContent.Trim()),
Seeders = seeders,
Peers = seeders + leechers,
PublishDate = DateTime.ParseExact(row.QuerySelector("td:nth-of-type(5)")?.TextContent.Replace("\n", string.Empty).Replace("\r", string.Empty).Trim(), "yyyy-MM-ddHH:mm:ss", CultureInfo.InvariantCulture),
PublishDate = DateTime.ParseExact(row.QuerySelector("td:nth-of-type(5)")?.TextContent.Trim(), "yyyy-MM-ddHH:mm:ss", CultureInfo.InvariantCulture),
DownloadVolumeFactor = 1,
UploadVolumeFactor = 1,
MinimumRatio = 1,

Loading…
Cancel
Save