You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
I have changed the GetHtml5PlayerVersion methoed and so the portable version worked for me:
private static string GetHtml5PlayerVersion(JObject json)
{
var regex = new Regex(@"player_(.+?).js");
I got this error wjhen I try to fetch video url :
YoutubeParseException: Could not parse the Youtube page for URL http://youtube.com/watch?v=ZYRfUoR9Q4Y This may be due to a change of the Youtube page structure. Please report this bug at www.github.com/flagbug/YoutubeExtractor/issues
The text was updated successfully, but these errors were encountered: