Skip to content

Commit

Permalink
reduce logging
Browse files Browse the repository at this point in the history
  • Loading branch information
red-avtovo committed Nov 20, 2023
1 parent e96a3ec commit 3779550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/rutracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub async fn get_magnet(url: String) -> Result<Option<String>, reqwest::Error> {
}

pub fn find_magnet(html: String) -> Option<String> {
info!("Parsing html: {}", html);
let document = Html::parse_document(&html);
let selector = Selector::parse("a.magnet-link").unwrap();
document
Expand Down

0 comments on commit 3779550

Please sign in to comment.