YouTuBe Video Kaydedici

Youtube’de izlediğiniz ve beğendiğiniz video varsa bu code ile izlediğiniz video’yubilgisayarınıza indirebilirsiniz.Kullanımı çok basit.Tabi izlemek içinde “FLV Player” programı gerekir.

YooTooBe Video Saver

Youtube Video Kaydedici

Yazan: SeRDaR406

Version: Beta 
Kullanımı:

Herhangi bir pencerede,

!yootoobe video’unun url adresi

yazmanız yeterli olacaktır.

Örnek:

!yootoobe http://www.youtube.com/watch?v=D1maHOSI7zI
================================================
*/
on *:INPUT:*: {
  if ($1 == !yootoobe) {
    if (!$2) echo -a   4İndirilecek video’nun adresi girilmedi!
    elseif (www.youtube.com/watch?v= !isin $2) echo -a   4Yanlış URL adresi!
    else {
      echo -a Bekleyin…
      set %videourl $+(url=,$2,&,site=aa&,submit)
      sockclose yootoobe
      sockopen yootoobe s1947.gridserver.com 80
    }   
    halt
  }
}
on *:sockopen:yootoobe: {
  var %s = sockwrite -n $sockname
  %s POST /keepvid.php HTTP/1.0
  %s Content-Type: application/x-www-form-urlencoded; charset=”utf-8″
  %s Content-Length: $len(%videourl)
  %s Host: s1947.gridserver.com
  %s
  %s %videourl
}
on *:sockread:yootoobe: {
  var %x
  sockread %x
  if (*Flash Video* iswm %x) echo -a   4İndirmek için:   $remove($gettok(%x,6,32),›,<b>,href=,>,”)
}


Toplam 79 Okunma

Yorum yap

İsim: (Gerekli)

E-posta: (Gerekli)

Websiteniz:

Yorumunuz: