Skip to content

Commit

Permalink
Remove temp file write
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Aug 7, 2023
1 parent 4dfb696 commit f66e970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LyricsScraperNET/Providers/Genius/GeniusProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ private string GetLyricUrlWithoutApiKey(string artist, string song)

private string GetParsedLyricFromHtmlPageBody(string htmlPageBody)
{
System.IO.File.WriteAllText("C:\\Projects\\Lyrics_HtmlPage_01.txt", htmlPageBody);
var htmlDocument = new HtmlDocument();
htmlDocument.LoadHtml(htmlPageBody.Replace("https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js", ""));

Expand Down

0 comments on commit f66e970

Please sign in to comment.