diff --git a/YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs b/YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs index 6896edf..057643d 100644 --- a/YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs +++ b/YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs @@ -20,7 +20,7 @@ public static class DownloadUrlResolver /// to the decrypted URL. Use this method, if you have decryptSignature in the method set to false. /// - /// The video info which's downlaod URL should be decrypted. + /// The video info which's download URL should be decrypted. /// /// There was an error while deciphering the signature. /// @@ -331,4 +331,4 @@ private class ExtractionInfo public Uri Uri { get; set; } } } -} \ No newline at end of file +} diff --git a/YoutubeExtractor/YoutubeExtractor/VideoDownloader.cs b/YoutubeExtractor/YoutubeExtractor/VideoDownloader.cs index 2633278..182b617 100644 --- a/YoutubeExtractor/YoutubeExtractor/VideoDownloader.cs +++ b/YoutubeExtractor/YoutubeExtractor/VideoDownloader.cs @@ -21,7 +21,7 @@ public VideoDownloader(VideoInfo video, string savePath, int? bytesToDownload = { } /// - /// Occurs when the downlaod progress of the video file has changed. + /// Occurs when the download progress of the video file has changed. /// public event EventHandler DownloadProgressChanged; @@ -78,4 +78,4 @@ public override void Execute() this.OnDownloadFinished(EventArgs.Empty); } } -} \ No newline at end of file +}