2013-02-17 12 views

risposta

0

ho creato un semplice API Java che possono ottenere i siti correlati da un canale Youtube. Restituirà tutti gli URL e i testi dei collegamenti. Puoi anche filtrare i link per uno specifico sito Web o social network.

YoutubeRelatedSites yrs = new YoutubeRelatedSites(new URL("https://www.youtube.com/user/WatchMojo/about?&ab_channel=WatchMojo.com")); 
Map map = yrs.getLinks(); //Get all related sites 
URL[] twitterLinks = yrs.getTwitter(); //Get all twitter links 

scaricare il codice sorgente qui: https://github.com/Grunzwanzling/YoutubeRelatedSites

Problemi correlati