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