C# Class YoutubeDownloader.FileDownloader

Afficher le fichier Open project: ovnisoftware/Youtube-Downloader

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CleanFileName ( string fileName ) : string

Method Details

DownloadAudio() public static méthode

public static DownloadAudio ( YoutubeAudioModel audioModel ) : void
audioModel YoutubeAudioModel
Résultat void

DownloadVideo() public static méthode

public static DownloadVideo ( YoutubeVideoModel vidDownloader ) : void
vidDownloader YoutubeVideoModel
Résultat void

GetAudioDownloader() public static méthode

public static GetAudioDownloader ( YoutubeAudioModel audioModel ) : YoutubeExtractor.AudioDownloader
audioModel YoutubeAudioModel
Résultat YoutubeExtractor.AudioDownloader

GetPath() public static méthode

public static GetPath ( YoutubeModel model ) : string
model YoutubeModel
Résultat string

GetVideoDownloader() public static méthode

public static GetVideoDownloader ( YoutubeVideoModel videoModel ) : YoutubeExtractor.VideoDownloader
videoModel YoutubeVideoModel
Résultat YoutubeExtractor.VideoDownloader

GetVideoInfo() public static méthode

public static GetVideoInfo ( YoutubeVideoModel videoModel ) : YoutubeExtractor.VideoInfo
videoModel YoutubeVideoModel
Résultat YoutubeExtractor.VideoInfo

GetVideoInfoAudioOnly() public static méthode

public static GetVideoInfoAudioOnly ( YoutubeAudioModel audioModel ) : YoutubeExtractor.VideoInfo
audioModel YoutubeAudioModel
Résultat YoutubeExtractor.VideoInfo

GetVideoInfos() public static méthode

public static GetVideoInfos ( YoutubeModel model ) : IEnumerable
model YoutubeModel
Résultat IEnumerable