YoutubeExtractor icon indicating copy to clipboard operation
YoutubeExtractor copied to clipboard

Youtube change the page structure?

Open trandinhnam opened this issue 9 years ago • 2 comments

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?

trandinhnam avatar Jun 22 '16 02:06 trandinhnam

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

jphellemons avatar Sep 08 '16 09:09 jphellemons

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 ...!??

amjad26-eng avatar Nov 29 '19 23:11 amjad26-eng