diff --git a/Tesses.YouTubeDownloader.YTGET/ProgressBar.cs b/Tesses.YouTubeDownloader.YTGET/ProgressBar.cs index cb3bc09..cdbf74b 100644 --- a/Tesses.YouTubeDownloader.YTGET/ProgressBar.cs +++ b/Tesses.YouTubeDownloader.YTGET/ProgressBar.cs @@ -5,6 +5,7 @@ using System.Threading; /// /// An ASCII progress bar /// +/// https://gist.github.com/DanielSWolf/0ab6a96899cc5377bf54 public class ProgressBar : IDisposable, IProgress { private const int blockCount = 10; private readonly TimeSpan animationInterval = TimeSpan.FromSeconds(1.0 / 8);