diff --git a/HTMLParser/ParserEx.cs b/HTMLParser/ParserEx.cs index bc893e7..0addcc3 100644 --- a/HTMLParser/ParserEx.cs +++ b/HTMLParser/ParserEx.cs @@ -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); } } }