Updated scanner tests to work with user english locale pages.
This commit is contained in:
@@ -13,7 +13,8 @@ public class DLSiteHtmlDocument
|
||||
public DLSiteHtmlDocument(HtmlDocument document)
|
||||
{
|
||||
_workColumns = document.DocumentNode.SelectNodes("//dl[@class='work_1col']");
|
||||
_workColumnRights = document.DocumentNode.SelectNodes("//td[@class='work_1col_right']");
|
||||
//_workColumnRights = document.DocumentNode.SelectNodes("//td[@class='work_1col_right']");
|
||||
_workColumnRights = document.DocumentNode.SelectNodes("//td[contains(@class, 'work_1col_right')]");
|
||||
_workThumbs = document.DocumentNode.SelectNodes("//div[@class='work_thumb']");
|
||||
|
||||
PageTotalNode = document.DocumentNode.SelectNodes("//div[@class='page_total']/strong")[0];
|
||||
|
||||
Reference in New Issue
Block a user