Ejemplo n.º 1
0
 private string GetChapterTextData(string url)
 {
     string chapterText = SourcePickerMethod.GetChapterTextModel($"{url}", (SourcePickerMethod.Scrapper)sourcesite).ChapterText;
     return chapterText;
 }
 private NovelReaderWebScrapper.Model.ChapterTextModel PrepareChapterTextData(string url)
 {
     NovelReaderWebScrapper.Model.ChapterTextModel chapterText = SourcePickerMethod.GetChapterTextModel($"{url}", (SourcePickerMethod.Scrapper)_sourcesite);
     return(chapterText);
 }