Youtube change the page structure?
I got the message when try to get direct link from youtube:
Could not parse the Youtube page for URL http://youtube.com/watch?v=Sk44keiQoQ4 This may be due to a change of the Youtube page structure. Please report this bug at www.github.com/flagbug/YoutubeExtractor/issues
Did the youtube change the page structure? Something when wrong on the Regerx function:
var dataRegex = new Regex(@"ytplayer.config\s_=\s_({.+?});", RegexOptions.Multiline);
string extractedJson = dataRegex.Match(pageSource).Result("$1");
Anyone has idea for this issue?
Same here
Could not parse the Youtube page for URL http://youtube.com/watch?v=uUWxzv_h9RE
This may be due to a change of the Youtube page structure.
Please report this bug at www.github.com/flagbug/YoutubeExtractor/issues
using nuget package version 0.10.11
Hello guys please give me a solution for this issues Could not parse the Youtube page for URL This may be due to a change of the Youtube page structure Please report this bug at www.github.com/flagbug/YoutubeExtractor/issues GitHub do you have any ideas ...!??