implemented query and flaresolverr

This commit is contained in:
Simon
2025-05-31 13:54:27 +00:00
parent 3fe699b62d
commit 580751af03
4 changed files with 274 additions and 44 deletions

View File

@@ -9,6 +9,8 @@ mod util;
#[ntex::main]
async fn main() -> std::io::Result<()> {
std::env::set_var("RUST_LOG", "ntex=info");
std::env::set_var("RUST_BACKTRACE", "1");
env_logger::init(); // You need this to actually see logs