mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-22 12:42:01 -06:00
(Re-)enable -l all for archive (#110)
This commit is contained in:
parent
17233f2fd2
commit
3dd8385aac
4 changed files with 27 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::cli::log::tab_info;
|
||||
use crate::cli::utils::{
|
||||
download_segments, find_multiple_seasons_with_same_number, find_resolution,
|
||||
interactive_season_choosing, FFmpegPreset,
|
||||
download_segments, find_multiple_seasons_with_same_number,
|
||||
find_resolution, interactive_season_choosing, FFmpegPreset,
|
||||
};
|
||||
use crate::utils::context::Context;
|
||||
use crate::utils::format::Format;
|
||||
|
|
@ -84,7 +84,7 @@ pub struct Download {
|
|||
|
||||
#[async_trait::async_trait(?Send)]
|
||||
impl Execute for Download {
|
||||
fn pre_check(&self) -> Result<()> {
|
||||
fn pre_check(&mut self) -> Result<()> {
|
||||
if has_ffmpeg() {
|
||||
debug!("FFmpeg detected")
|
||||
} else if PathBuf::from(&self.output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue