mirror of
https://github.com/OMGeeky/twitch_data.git
synced 2026-01-18 08:27:03 +01:00
remove tracing feature (now just use tracing)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
use std::error::Error;
|
||||
use std::path::Path;
|
||||
use std::path::PathBuf;
|
||||
use tracing::info;
|
||||
use twitch_data::combine_parts_into_single_ts;
|
||||
use twitch_data::convert_ts_to_mp4;
|
||||
use twitch_data::get_client;
|
||||
use twitch_data::prelude::*;
|
||||
use twitch_data::sort_video_part_filenames;
|
||||
|
||||
#[tokio::main]
|
||||
|
||||
Reference in New Issue
Block a user