Favorite Youtube Video

Favorite Youtube Video

PROBLEM CLICKING FAVORITE ON THE NEW UPDATED VIDEO PAGE THAT YOUTUBE HAS IMPLEMENTED

Well, Well, as a lot you know, Good ole Youtube has yet made a stupid Update again that halts some of our programs from working again. They have implemented the new Video Page with the New Thumb up Thumb Down Ratings System.

I run one of the biggest Youtube Optimization Services so I am needing to give Ratings and Favorites every single day.

Now giving Ratings is no problem at all, what the problem is, is giving the favorites now.

I currently use a program that I have made that rates and favorites videos for me and it using the Webbrowser Control.

The button you click on to Favorite a Video is the “Save To” button and once you click on you can’t even highlight Favorite.

Here is the html code where that button is on the Youtube Video page:
<button id=”watch-playlists-button” class=”yt-uix-button yt-uix-tooltip” data-button-action=”yt.www.watch.watch5.loadPlaylists” title=”Save to favorites or playlist” onclick=”; return false;” type=”button”>

The Button Id is what I use to invoke the click but then what in the world do I do to get the Favorite Menu Item clicked.

Main thing to remember is that I need that code for the Webbrowser Control.

I need this fast and quick as possible I have order needing to be made and all I need is the 1 simple code to click the favorite on the Video page.

For example to rate a video all it is, is just 1 line of code,

Dim button As Button = DirectCast(Me.WebBrowser1.Document.GetElementById(“watch-like”).InvokeMember(“click”), Button)

Simple as that, to rate but the problem is I can’t figure out how to favorite now because of the update.

Thanks alot

Leave a Reply

Your email address will not be published. Required fields are marked *