Move code around.

This commit is contained in:
2018-12-18 13:33:53 +01:00
parent 97103a9775
commit 9bf1d22876
7 changed files with 93 additions and 66 deletions

View 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) {}
}