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
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/vidload/cli.rb', line 13 def mp2t(video_url) params = { video_url: video_url, video_name: [:video_name], hls_url: [:hls_url], master_playlist_name: [:master_playlist_name], playwright_cli_path: [:playwright_cli_path], video_referer: [:video_referer], ts_seg_pattern: [:ts_seg_pattern], hls_index_pattern: [:hls_index_pattern], author_name: [:author_name] } process_mp2t(params) end |