Deepanshu Goyal
Deepanshu Goyal

Reputation: 2823

Fetch youtube video line from freebase result id

I need to fetch the video link to show trailer of a movie which I am searching using freebase API. SO is it possible to fetch the link using freebase result mid/id

Upvotes: 1

Views: 123

Answers (1)

Ibrahim Ulukaya
Ibrahim Ulukaya

Reputation: 12877

You can do a freebase topic related video search on youtube via search->list call.

Set the part = "snippet" type = "video" and topicId = "YOUR_TOPIC_ID"

Upvotes: 3

Related Questions