I would like to get part of the youtube page source code.
I tried cross domain ajax technique such as yahoo yql , JsonP. With the help of the yahoo YQL , I can grab part of the source code. However, since it may be the different domain, what I get from the ajax response text do not have the parameter in it. How to fix the problem without using server side program ? Thanks
Link: http://www.youtube.com/watch?v=F6JiCJ5x3Qw
You can see from element inspector , there is an line <div id="player-api" class="player-width player-height off-screen-target watch-content player-api" style="overflow: hidden;">
And I would like to get all the element within this div