anandsekar272 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Retrieving Video Data #864

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which Google API and version (e.g. Google Calendar API version 3)?

Youtube Data API 3.0

Java environment (e.g. Java 6, Android 2.3, App Engine)?

Java 6+

External references, such as API reference guide?

N/A

Please provide any additional information below.

N/A

Original issue reported on code.google.com by ryan_gil...@hotmail.com on 30 Mar 2014 at 7:18

GoogleCodeExporter commented 9 years ago
Hi, the samples of Youtube APIs are hosted at our developers site: 
https://developers.google.com/api-client-library/java/apis/youtube/v3

For your request, I think the this 
repo(https://github.com/youtube/api-samples/tree/master/java/src/main/java/com/g
oogle/api/services/samples/youtube/cmdline/data) would help.

Original comment by wonder...@google.com on 31 Mar 2014 at 6:04

GoogleCodeExporter commented 9 years ago
Hi, I have already looked through the samples. As far as I can tell, it does 
not cover retrieving video data for a single video such as the title or date 
posted. If I have missed it, I apologize and ask you to point me to the correct 
place.

Currently, I have resorted to accessing the page with a URL object, and parsing 
the title from the page. Although this is clearly not a manageable, or 
reliable, method of obtaining video information.

Original comment by ryan_gil...@hotmail.com on 1 Apr 2014 at 5:23