Skip to content

Commit

Permalink
cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes committed Aug 27, 2023
1 parent 433ea6b commit f1f4c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ pub async fn fetch_user(username: &str, limit: usize) -> Result<Vec<String>, Rus
let user_url = format!("https://eksisozluk1923.com/son-entryleri?nick={}&p={}", username, current_page);
let client = reqwest::Client::new();
let response = client.get(&user_url)
.header("User-Agent", "your-user-agent-here")
.header("X-Requested-With", "XMLHttpRequest")
.send()
.await
Expand Down

0 comments on commit f1f4c49

Please sign in to comment.