examples/run.rb in yt_dlp-0.1.1 vs examples/run.rb in yt_dlp-0.2.0

- old
+ new

@@ -8,10 +8,10 @@ YtDlp.configure do |config| # config.executable_path = 'path/to/yt-dlp' config.logger = Logger.new($stderr) end -url = 'https://www.youtube.com/watch?v=fzlT80jQ3lo' +url = 'https://www.youtube.com/watch?v=jM8dCGIm6yc' # See https://github.com/yt-dlp/yt-dlp for the list of options video = YtDlp::Video.new url, output: 'test.mp4' video.download