epiktube.videos.get_details
(API Function Reference)
Displays the details for a video.
method: epiktube.videos.get_details
(only needed as an explicit parameter for REST calls)
video_id: The ID of the video to get details for. This is the ID that's returned by the list
<video_details>
<author>epiktubeuser</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.epiktube.xyz/vi/bkZHmZmZUJk/2.jpg</thumbnail_url>
</video_details>