Page 1 of 2 12 LastLast
Results 1 to 5 of 7

Thread: YouTube Kanalının enson videosunu Çekme

  1. Go to Thank YouDownload #1
    Go to Thank You
    Yeni Üye cemillo's Avatar

    Info

    Go to Top of Post

    Default YouTube Kanalının enson videosunu Çekme

    Php server da bot.php adında dosya oluşturduktan sonra içine aşağıdaki kodu yapıştırın
    M3u listenize
    örneğin ; [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    Şeklinde eklediğinizde kanala eklenen en yeni video hangisiyse onu çeker
    Uyarı!! ÖRNEKTEKİ kanal= SONRASINA istediğiniz Kanalın adı yazılacak
    Youtube de kanalın videolar sekmesinde adres çubuğuda örnek:[Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    Bize lazım olan "BarisOzcan" kısmı

    <?php

    function getir($baslangic, $son, $cekilmek_istenen)
    {
    @preg_match_all('/' . preg_quote($baslangic, '/') .
    '(.*?)'. preg_quote($son, '/').'/i', $cekilmek_istenen, $m);
    return @$m[1];
    }
    $_kanal=$_GET['kanal'];
    $url = "https://m.youtube.com/c/$_kanal/videos";

    $icerik = file_get_contents($url);

    $film_adi = getir('watch?v=','"',$icerik);


    function getir2($baslangic, $son, $cekilmek_istenen)
    {
    @preg_match_all('/' . preg_quote($baslangic, '/') .
    '(.*?)'. preg_quote($son, '/').'/i', $cekilmek_istenen, $m);
    return @$m[1];
    }

    $url = "https://m.youtube.com/watch?v=$film_adi[0]";

    $icerik = file_get_contents($url);

    $film_adi = getir2('22,"url":"','","mimeType',$icerik);

    $metin = "$film_adi[0]";

    $eski = "\u0026";

    $yeni = "&";


    $metin = str_replace($eski, $yeni, $metin);


    header("Location: $metin");
    ?>




  2. The Following 12 Users Say Thank You to cemillo For This Useful Post:

  3. Go to Thank YouDownload #2
    Go to Thank You
    Üye Sedat_57's Avatar

    Info

    Go to Top of Post

    Emegine saglik cok güzel bir paylasim.

    acaba cekilecek videonun kalitesini degistirebiliormuyuz ?


  4. Go to Thank YouDownload #3
    Go to Thank You
    Üye caycumayayolculuk's Avatar

    Info

    Go to Top of Post

    Emegi ize saglik . Devami dilegiyle


  5. Go to Thank YouDownload #4
    Go to Thank You
    Yeni Üye cemillo's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by Sedat_57 View Post
    Emegine saglik cok güzel bir paylasim.

    acaba cekilecek videonun kalitesini degistirebiliormuyuz ?
    getir2('22,"url":"','","mimeType',$icerik);


    Şu kısımdaki 22 yi 18 yaparsan 360p
    22 kalırsa 720p kalitede yayın gelir


  6. The Following User Says Thank You to cemillo For This Useful Post:

  7. Go to Thank YouDownload #5
    Go to Thank You
    Üye Sedat_57's Avatar

    Info

    Go to Top of Post

    Sagol tesekür ederim


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •