Class: YtDlp::Configuration
- Inherits:
-
Object
- Object
- YtDlp::Configuration
- Defined in:
- lib/yt_dlp/configuration.rb
Instance Attribute Summary collapse
Instance Attribute Details
#executable_path ⇒ Object
11 12 13 |
# File 'lib/yt_dlp/configuration.rb', line 11 def executable_path @executable_path ||= File.join(__dir__, '../../vendor/bin/yt-dlp') end |
#logger ⇒ Object
7 8 9 |
# File 'lib/yt_dlp/configuration.rb', line 7 def logger @logger ||= Logger.new($stdout) end |