From 00c1ccd7a57ef3c068adc26e13427167bd1751be Mon Sep 17 00:00:00 2001 From: halosm1th Date: Wed, 27 Dec 2017 02:23:16 -0600 Subject: [PATCH 1/2] Fixed a spelling mistake --- YoutubeExtractor/YoutubeExtractor/VideoDownloader.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} From 8bc74ec34d9b26fe5019e6350ea0589d479a3811 Mon Sep 17 00:00:00 2001 From: halosm1th Date: Wed, 27 Dec 2017 02:24:14 -0600 Subject: [PATCH 2/2] Fixed spelling mistake --- YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}