• 21-11-2006, 01:16:48
    #10
    maniakcoder adlı üyeden alıntı: mesajı görüntüle
    bunu asp de yapamazmıyız :S
    http://www.videosehri.com ben manuel olarak elle kendi klasörüme kaydediyorum (asp)
  • 21-11-2006, 01:19:31
    #11
    http://www.youtube.com/my_profile_dev bu adresten üye olup youtube ayrıntılarını almanızı sağlayacak XML koduna ulaşabilirsiniz.. Örnek Olarak aşağıdaki tarzda bir kod gelecektir..

    <video_details>
        <author>youtubeuser</author>
        <title>My Trip to California</title>
        <rating_avg>3.25</rating_avg>
        <rating_count>10</rating_count>
        <tags>california trip redwoods</tags>
        <description>This video shows some highlights of my trip to California last year.</description>
        <update_time>1129803584</update_time> <!-- UNIX time, secs since 1/1/70 -->
        <view_count>7</view_count>
        <upload_time>1127760809</upload_time> <!-- UNIX time, secs since 1/1/70 -->
        <length_seconds>8</length_seconds>
        <recording_date>None</recording_date>
        <recording_location/>
        <recording_country/>
        <comment_list>
            <comment>
                <author>steve</author>
                <text>asdfasdf</text>
                <time>1129773022</time>
            </comment>
        </comment_list>
        <channel_list>
            <channel>Humor</channel>
            <channel>Odd & Outrageous</channel>
        </channel_list>
            <thumbnail_url>http://static205.youtube.com/vi/bkZHmZmZUJk/2.jpg</thumbnail_url>
  • 25-11-2006, 17:57:11
    #12
    Üyeliği durduruldu
    tontonq malesef çalışmadı
  • 30-11-2006, 13:04:03
    #13
    tyranid adlı üyeden alıntı: mesajı görüntüle
    tontonq malesef çalışmadı
    düzelttim

    <? 
    #Tontonq :) 
    $link = "http://www.youtube.com/watch?v=HAebyrNQV3A&mode=related&search="; // Youtube Linki Buraya 
    $x = 'onclick="_hbLink(\'RelatedVideo\',\'ExploreMore\');"><img class="vimgSm" src="http://';
    $cagir = file_get_contents($link); 
    $a = explode($x,$cagir); 
    $ax = explode('"',$a[1]); 
    $resim = "<img src=http://"; $resim .= $ax[0]; $resim .= ">"; 
    echo $resim; 
    ?>
    bu arada sağda ilk çıkan resim ön izlemesi olior dimi
  • 02-12-2006, 02:23:12
    #14
    asp ile yapabilen yok mu hala?