1
0
mirror of https://github.com/rudollee/HTMLParser.git synced 2025-06-07 07:56:09 +00:00

ParseUrlAndYoutube Fixed

This commit is contained in:
wook 2017-05-10 13:50:55 +09:00
parent 3b7e55dbbd
commit 5f8b2bba41

View File

@ -75,7 +75,7 @@ namespace HTMLParser
public string ParseUrlAndYoutube(string article)
{
return this.GenerateYoutubeScripts(article).First() + this.ParseYoutube(this.ParseUrl(article));
return this.GenerateYoutubeScripts(article).First() + this.ParseUrl(article);
}
}
}