Property | Type | Description | |
---|---|---|---|
EmptyLinks | WebNovelConverter.Sources.Models.ChapterLink[] | ||
Parser | AngleSharp.Parser.Html.HtmlParser |
Method | Description | |
---|---|---|
GetChapterAsync ( |
||
GetChapterLinksAsync ( string baseUrl, |
||
GetNovelInfoAsync ( string baseUrl, |
||
GetNovelTitleAsync ( string baseUrl, |
Method | Description | |
---|---|---|
CollectChapterLinks ( string baseUrl, IEnumerable |
||
GetWebPageAsync ( string url, |
||
WebNovelSource ( string sourceName ) : System |
protected CollectChapterLinks ( string baseUrl, IEnumerable |
||
baseUrl | string | |
linkElements | IEnumerable |
|
linkFilter | bool>.Func | |
return | IEnumerable |
public GetChapterAsync ( |
||
link | ||
options | ChapterRetrievalOptions | |
token | ||
return | Task |
public GetChapterLinksAsync ( string baseUrl, |
||
baseUrl | string | |
token | ||
return | Task |
public GetNovelInfoAsync ( string baseUrl, |
||
baseUrl | string | |
token | ||
return | Task |
public GetNovelTitleAsync ( string baseUrl, |
||
baseUrl | string | |
token | ||
return | Task |
protected GetWebPageAsync ( string url, |
||
url | string | |
token | ||
return | Task |
protected WebNovelSource ( string sourceName ) : System | ||
sourceName | string | |
return | System |
protected static ChapterLink[],WebNovelConverter.Sources.Models EmptyLinks | ||
return | WebNovelConverter.Sources.Models.ChapterLink[] |