Я хотел бы получить текст кнопки (из YouTube) "подписаться" - PullRequest
0 голосов
/ 18 октября 2018

Я хотел бы получить текст кнопки (из YouTube) «подписаться» в текстовом поле на примере c # Я открываю форму и получаю текст этой кнопки, то есть «подписаться» в текстовом поле.

1 Ответ

0 голосов
/ 18 октября 2018

{try {string url = this.textBoxLink.Text;HttpWebRequest request = (HttpWebRequest) WebRequest.Create (url);HttpWebResponse response = (HttpWebResponse) request.GetResponse ();StreamReader sr = new StreamReader (response.GetResponseStream ());this.richTextBoxSC.Text = sr.ReadToEnd ();string imgpath = this.SearchY (this.richTextBoxSC, "thumbnailUl", 20, "\"> "). ToString (); this.pictureBoxThumb.ImageLocation = imgpath; строка title = this.SearchY (this.richTextBoxSC," ",25, "

"). ToString (); if (title.Contains ("\" ")) {title = this.SearchY (this.richTextBoxSC," class = \ "style-scope ytd-subscribe-button-рендер \ "", 60, "
            }
...