mirror of
https://github.com/rudollee/HTMLParser.git
synced 2025-06-07 16:06:09 +00:00
ParseUrlAndYoutube Fixed
This commit is contained in:
parent
3b7e55dbbd
commit
5f8b2bba41
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user