reviewed extractor

This commit is contained in:
epi
2020-12-29 09:36:57 -06:00
parent b581bcd4a8
commit a2053ec253

View File

@@ -1,8 +1,8 @@
use crate::statistics::StatCommand;
use crate::{
client,
config::{Configuration, CONFIGURATION},
scanner::SCANNED_URLS,
statistics::StatCommand,
utils::{format_url, make_request},
FeroxResponse,
};