public class YouTubeParser extends VGetParser
| Modifier and Type | Class and Description |
|---|---|
static class |
YouTubeParser.AgeException |
static class |
YouTubeParser.EmbeddingDisabled |
static class |
YouTubeParser.PrivateVideoException |
static class |
YouTubeParser.VideoContentFirst |
static class |
YouTubeParser.VideoDeleted |
static class |
YouTubeParser.VideoDownload |
static class |
YouTubeParser.VideoUnavailablePlayer |
| Constructor and Description |
|---|
YouTubeParser() |
| Modifier and Type | Method and Description |
|---|---|
List<VideoFileInfo> |
extract(VideoInfo vinfo,
AtomicBoolean stop,
Runnable notify) |
static String |
extractId(URL url) |
List<YouTubeParser.VideoDownload> |
extractLinks(YouTubeInfo info) |
List<YouTubeParser.VideoDownload> |
extractLinks(YouTubeInfo info,
AtomicBoolean stop,
Runnable notify) |
static Map<String,String> |
getQueryMap(String qs) |
VideoInfo |
info(URL web) |
static boolean |
probe(URL url) |
infopublic static boolean probe(URL url)
public List<YouTubeParser.VideoDownload> extractLinks(YouTubeInfo info)
public List<YouTubeParser.VideoDownload> extractLinks(YouTubeInfo info, AtomicBoolean stop, Runnable notify)
public List<VideoFileInfo> extract(VideoInfo vinfo, AtomicBoolean stop, Runnable notify)
extract in class VGetParserpublic VideoInfo info(URL web)
info in class VGetParserCopyright © 2016. All Rights Reserved.