Added start of completion status scraping and fixed kakuyomu date posted lookup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-21 11:39:15 -04:00
parent ceb8a0db8e
commit 050ea7aa80
2 changed files with 5 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ public class KakuyomuScraper : AbstractScraper
protected override string? TagPattern => @"//span[@itemprop='keywords']/a";
protected override string? DatePostedPattern => @"//time[@itemprop='datePublished']";
protected override string? DatePostedPattern => @"//section[@id='work-information']//time[@itemprop='datePublished']";
protected override string? DateUpdatedPattern => @"//time[@itemprop='dateModified']";