Class: Vidload::Cli
- Inherits:
-
Thor
- Object
- Thor
- Vidload::Cli
- Defined in:
- lib/vidload/cli.rb
Instance Method Summary collapse
Instance Method Details
#mp2t(video_url) ⇒ Object
17 18 19 20 21 22 23 24 |
# File 'lib/vidload/cli.rb', line 17 def mp2t(video_url) params = { video_url: video_url, ** } process_mp2t(params) end |