C# 클래스 YouTubeDownloader.FileDownloader

파일 보기 프로젝트 열기: ovnisoftware/Youtube-Downloader 1 사용 예제들

공개 메소드들

메소드 설명
DownloadAudio ( YouTubeAudioModel audioModel ) : void
DownloadVideo ( YouTubeVideoModel vidDownloader ) : void
GetAudioDownloader ( YouTubeAudioModel audioModel ) : YoutubeExtractor.AudioDownloader
GetPath ( YouTubeModel model ) : string
GetVideoDownloader ( YouTubeVideoModel videoModel ) : YoutubeExtractor.VideoDownloader
GetVideoInfo ( YouTubeVideoModel videoModel ) : YoutubeExtractor.VideoInfo
GetVideoInfoAudioOnly ( YouTubeAudioModel audioModel ) : YoutubeExtractor.VideoInfo
GetVideoInfos ( YouTubeModel model ) : IEnumerable

비공개 메소드들

메소드 설명
CleanFileName ( string fileName ) : string

메소드 상세

DownloadAudio() 공개 정적인 메소드

public static DownloadAudio ( YouTubeAudioModel audioModel ) : void
audioModel YouTubeAudioModel
리턴 void

DownloadVideo() 공개 정적인 메소드

public static DownloadVideo ( YouTubeVideoModel vidDownloader ) : void
vidDownloader YouTubeVideoModel
리턴 void

GetAudioDownloader() 공개 정적인 메소드

public static GetAudioDownloader ( YouTubeAudioModel audioModel ) : YoutubeExtractor.AudioDownloader
audioModel YouTubeAudioModel
리턴 YoutubeExtractor.AudioDownloader

GetPath() 공개 정적인 메소드

public static GetPath ( YouTubeModel model ) : string
model YouTubeModel
리턴 string

GetVideoDownloader() 공개 정적인 메소드

public static GetVideoDownloader ( YouTubeVideoModel videoModel ) : YoutubeExtractor.VideoDownloader
videoModel YouTubeVideoModel
리턴 YoutubeExtractor.VideoDownloader

GetVideoInfo() 공개 정적인 메소드

public static GetVideoInfo ( YouTubeVideoModel videoModel ) : YoutubeExtractor.VideoInfo
videoModel YouTubeVideoModel
리턴 YoutubeExtractor.VideoInfo

GetVideoInfoAudioOnly() 공개 정적인 메소드

public static GetVideoInfoAudioOnly ( YouTubeAudioModel audioModel ) : YoutubeExtractor.VideoInfo
audioModel YouTubeAudioModel
리턴 YoutubeExtractor.VideoInfo

GetVideoInfos() 공개 정적인 메소드

public static GetVideoInfos ( YouTubeModel model ) : IEnumerable
model YouTubeModel
리턴 IEnumerable