PHP كود :
Dim website As String = "https://www.youtube.com/user/TheRockmankung/videos"
Dim html As String = Encoding.UTF8.GetString(New WebClient().DownloadData(website))
Dim title As String = Regex.Match(html, "(?<=<title>)[^*]*(?=</title>)").Value
MsgBox(title)
اقتسبت الكود من هذا الموضوع:
اريد طريقة صنع برنامج يخمن الباسوورد على موقع معين
