removed unused imports
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
use std::fs;
|
||||
use std::vec;
|
||||
use std::env;
|
||||
use std::io::Write;
|
||||
use error_chain::error_chain;
|
||||
use htmlentity::entity::{decode, ICodedDataTrait};
|
||||
use reqwest::{Proxy};
|
||||
use futures::future::join_all;
|
||||
|
||||
use crate::db;
|
||||
use crate::providers::Provider;
|
||||
use crate::util::cache::VideoCache;
|
||||
use crate::util::flaresolverr::{FlareSolverrRequest, Flaresolverr};
|
||||
use crate::util::time::parse_time_to_seconds;
|
||||
use crate::videos::{self, VideoEmbed, VideoItem};
|
||||
use crate::videos::{self, VideoItem};
|
||||
use crate::DbPool;
|
||||
use crate::USER_AGENT; // Make sure Provider trait is imported
|
||||
|
||||
|
||||
Reference in New Issue
Block a user