Remove unneeded imports
This commit is contained in:
parent
be3839ae67
commit
fd41100b95
@ -11,9 +11,8 @@ use serde::{Deserialize, Serialize};
|
|||||||
use serde_json;
|
use serde_json;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
download_with_progress, get_mut_ref, m3u8::DataEntry, Readline, APP_IDENTIFIER,
|
get_mut_ref, m3u8::DataEntry, Readline, APP_IDENTIFIER, JSON_CONFIG_FILENAME,
|
||||||
JSON_CONFIG_FILENAME, STANDARD_OFFLINE_FILENAME, STANDARD_PLAYLIST_FILENAME,
|
STANDARD_OFFLINE_FILENAME, STANDARD_PLAYLIST_FILENAME, STANDARD_SEEN_LINKS_FILENAME,
|
||||||
STANDARD_SEEN_LINKS_FILENAME,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
|
@ -4,8 +4,7 @@ use std::rc::Rc;
|
|||||||
|
|
||||||
use colored::Colorize;
|
use colored::Colorize;
|
||||||
use ilovetv::{
|
use ilovetv::{
|
||||||
download_with_progress, get_mut_ref, Configuration, DataEntry, GrandMother, M3u8, Parser,
|
download_with_progress, get_mut_ref, Configuration, DataEntry, GrandMother, M3u8, Readline,
|
||||||
Readline,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
@ -5,7 +5,7 @@ use std::{
|
|||||||
rc::Rc,
|
rc::Rc,
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::{download_with_progress, downloader::DualWriter, Configuration, Parser, MAX_TRIES};
|
use crate::{download_with_progress, downloader::DualWriter, MAX_TRIES};
|
||||||
|
|
||||||
pub struct Playlist {
|
pub struct Playlist {
|
||||||
pub content: String,
|
pub content: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user