On a Youtube channel page there are links of to related sites. Is it possible to get these through the Youtube API or will I have to parse the page.
相关问题
- YouTube API refresh token revoked with 400 code “i
- Unable to Full Screen Youtube Video Inside Custom
- Thumbnails from the Vimeo website harder than YouT
- YouTube Data API v3 allowed referers for browser a
- Wait until page is loaded when using XMLHTTP appro
相关文章
- How to dynamically add wmode=transparent to Youtub
- Detect or Approximate Bluetooth Latency on Android
- YouTube Video in R markdown
- How to prevent YouTube js calls from slowing down
- How to display all YouTube videos from specific ch
- How to get the last 24 hours worth of videos from
- Target iframe if it is a YouTube embed
- Youtube Video Duration API v3 [closed]
Unfortunately 'related sites' are not provided in API, even in "https://developers.google.com/youtube/v3/docs/channels#snippet.description"
I created a very simple Java-API which can get the related sites from a Youtube channel. It will return all the URLs and the link texts. You can even filter out the links for a specific website or social network.
Download the source code here: https://github.com/Grunzwanzling/YoutubeRelatedSites