Move code around.
This commit is contained in:
10
src/probe/konsument_info.rs
Normal file
10
src/probe/konsument_info.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use scraper::{Html, Selector};
|
||||
|
||||
use crate::probe::Probe;
|
||||
|
||||
// http://konsumentinfo.se/telefonnummer/sverige/{}
|
||||
pub struct KonsumentInfo;
|
||||
|
||||
impl Probe for KonsumentInfo {
|
||||
fn search(&mut self, _: &str) {}
|
||||
}
|
||||
Reference in New Issue
Block a user