C# Class YoutubeDownloader.frmYTDownloader

Inheritance: System.Windows.Forms.Form
Show file Open project: ovnisoftware/Youtube-Downloader

Public Methods

Method Description
frmYTDownloader ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Download ( string validatedLink ) : void
DownloadAudio ( YoutubeAudioModel audioDownloader ) : void
DownloadMP3 ( string name ) : void
DownloadVideo ( YoutubeVideoModel videoDownloader ) : void
EnableAccessibility ( ) : void
EnableAccessibility ( string name ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenFolder ( string filePath ) : void
RestrictAccessibility ( ) : void
UpdateLabel ( string title ) : void
ValidateLink ( ) : string>.Tuple
backgroundWorker1_DoWork ( object sender, System e ) : void
backgroundWorker1_RunWorkerCompleted ( object sender, System e ) : void
btnDownload_Click ( object sender, EventArgs e ) : void
btnFolder_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frmYTDownloader() public method

public frmYTDownloader ( ) : System
return System