maniakcoder adlı üyeden alıntı:
mesajı görüntüle
(asp)
13
●1.814
(asp)
<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> <?
#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