| Package | Description |
|---|---|
| com.github.axet.vget | |
| com.github.axet.vget.info | |
| com.github.axet.vget.vhs |
| Modifier and Type | Field and Description |
|---|---|
protected VideoInfo |
VGet.info |
| Modifier and Type | Method and Description |
|---|---|
VideoInfo |
VGet.getVideo() |
| Constructor and Description |
|---|
VGet(VideoInfo info)
Set targetFile manually after you call .extract()
|
VGet(VideoInfo info,
File targetDir) |
| Modifier and Type | Method and Description |
|---|---|
abstract VideoInfo |
VGetParser.info(URL web) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<VideoFileInfo> |
VGetParser.extract(VideoInfo vinfo,
AtomicBoolean stop,
Runnable notify) |
void |
VGetParser.info(VideoInfo info,
AtomicBoolean stop,
Runnable notify) |
| Modifier and Type | Class and Description |
|---|---|
class |
VimeoInfo |
class |
YouTubeInfo |
| Modifier and Type | Method and Description |
|---|---|
VideoInfo |
YouTubeParser.info(URL web) |
VideoInfo |
VimeoParser.info(URL web) |
| Modifier and Type | Method and Description |
|---|---|
List<VideoFileInfo> |
YouTubeParser.extract(VideoInfo vinfo,
AtomicBoolean stop,
Runnable notify) |
List<VideoFileInfo> |
VimeoParser.extract(VideoInfo vinfo,
AtomicBoolean stop,
Runnable notify) |
List<VideoFileInfo> |
YouTubeQParser.extract(VideoInfo vinfo,
AtomicBoolean stop,
Runnable notify) |
List<VimeoParser.VideoDownload> |
VimeoParser.extractLinks(VideoInfo info,
AtomicBoolean stop,
Runnable notify) |
Copyright © 2016. All Rights Reserved.