Méthode | Description | |
---|---|---|
DownloadMedia ( ) : void | ||
Downloader ( string destinationRootPath, string baseUrl, MediaType mediaType = MediaType.Mp4Low, bool titleHasCode = false ) : System |
Downloader constuctor class
|
Méthode | Description | |
---|---|---|
CheckIfFileExists ( string fileName ) : bool | ||
ComputeFileName ( string sessionTitle, string sessionCode ) : string | ||
ComputeFileSizeInMb ( long fileSizeInBytes ) : string | ||
DetermineFileExtension ( ) : string | ||
DownloadAtom ( ) : void | ||
DownloadFiles ( ) : void | ||
Initialize ( ) : void | ||
LoadMediaElementGroup ( System.ServiceModel.Syndication.SyndicationItem item ) : System.Xml.Linq.XElement | ||
ProcessAtomFeed ( ) : void | ||
ScrubSessionTitle ( string sessionTitle ) : string | ||
SetFeedUri ( ) : void |
public Downloader ( string destinationRootPath, string baseUrl, MediaType mediaType = MediaType.Mp4Low, bool titleHasCode = false ) : System | ||
destinationRootPath | string | Where files should be saved locally |
baseUrl | string | |
mediaType | MediaType | Quality of videos to download. Defaults to Low |
titleHasCode | bool | |
Résultat | System |