Searched refs:getVideoIdFromPath (Results 1 – 1 of 1) sorted by relevance
77 return getVideoIdFromPath(YOUTUBE_PATH_2, urlPath); in getYouTubeVideoId()81 return getVideoIdFromPath(YOUTUBE_PATH_3, urlPath); in getYouTubeVideoId()89 return getVideoIdFromPath("/", urlPath); in getYouTubeVideoId()94 private static String getVideoIdFromPath(String prefixSubstring, String urlPath) { in getVideoIdFromPath() method in YouTubeUtil