Skip to content

Commit

Permalink
HTML形式の変更への暫定対処
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Jun 14, 2023
1 parent 91b59aa commit 6df223e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HtmlConverter/HtmltoDat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ private set
/// <returns></returns>
public Byte[] Gethtml(String URI, int range, String UA, bool CRReplace, String LastMod = null)
{
URI = URI.Replace("test/read.cgi/", "test/read.cgi/c/");
System.Diagnostics.Debug.WriteLine($"{URI} をHTML変換開始");
System.Diagnostics.Debug.WriteLine($"Range:{range}, UA:{this.UserAgent}, CRReplace:{CRReplace}, LastMod:{LastMod}");

Expand Down

1 comment on commit 6df223e

@onihusube
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#6

Please sign in to comment.