Skip to content

Commit

Permalink
removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
QpxDesign committed Jul 5, 2024
1 parent f4fbc20 commit ea8a25a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/utils/request_handler.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
use async_process::Command;
use headless_chrome::Browser;
use lazy_static::lazy_static;
use pdf_extract;
use scraper::{Html, Selector};
use std::fs;
use std::fs::File;
use std::io::prelude::*;
use url::Url;
use uuid::Uuid;
lazy_static! {
static ref CLIENT : reqwest::Client = reqwest::Client::builder().user_agent("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36").build().unwrap();
}
Expand Down

0 comments on commit ea8a25a

Please sign in to comment.