mirror of
https://github.com/rudollee/HTMLParser.git
synced 2026-08-11 08:22:58 +00:00
ParseUrlAndYoutube Fixed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user