Parcourir la source

using local file for testing

jmelesky il y a 7 ans
Parent
commit
fa35a0fa97
2 fichiers modifiés avec 20 ajouts et 3 suppressions
  1. 14 0
      assets/feats.html
  2. 6 3
      src/main.rs

Fichier diff supprimé car celui-ci est trop grand
+ 14 - 0
assets/feats.html


+ 6 - 3
src/main.rs

@@ -11,10 +11,13 @@ fn main() {
 
 fn scrape_feats(url: &str) {
 
-    let resp = reqwest::get(url).unwrap();
-    assert!(resp.status().is_success());
+    // commenting out -- going local for a bit
+    //let resp = reqwest::get(url).unwrap();
+    //assert!(resp.status().is_success());
 
-    let doc = Document::from_read(resp).unwrap();
+    //let doc = Document::from_read(resp).unwrap();
+
+    let doc = Document::from(include_str!("/home/jmelesky/code/featscraper/assets/feats.html"));
 
     let mut header = true;
     for node in doc.find(Name("tr")) {

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff