Skip to content

Commit

Permalink
フォーマット
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPt committed Mar 8, 2024
1 parent f91fbf6 commit f7135a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Epub/KoeBook.Epub/Services/ScrapingNaroService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public async ValueTask<EpubDocument> ScrapingAsync(string url, string coverFileP
else
{
bookAuther = bookAutherElement.InnerHtml.Replace("作者:", "");
}
}

bool isRensai = true;
int allNum = 0;

Expand Down Expand Up @@ -254,8 +254,6 @@ private static async Task<SectionWithChapterTitle> ReadPageAsync(string url, boo
return new SectionWithChapterTitle(chapterTitle, section);
}



[System.Text.RegularExpressions.GeneratedRegex(@"https://.{5,7}.syosetu.com/(.{7}).?")]
private static partial System.Text.RegularExpressions.Regex UrlToNcode();

Expand Down

0 comments on commit f7135a4

Please sign in to comment.