From a5f0ef0e40c9a67afb39891ff98033501919049c Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Mon, 31 Oct 2022 20:22:18 +0000 Subject: [PATCH] I did an oopsie --- src/anime/scraper.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/anime/scraper.rs b/src/anime/scraper.rs index 31a9da7..2dde526 100644 --- a/src/anime/scraper.rs +++ b/src/anime/scraper.rs @@ -20,7 +20,6 @@ pub fn get_ep_location(url: &str) -> String { let request = Request::builder() .method("HEAD") .uri(url) - .redirect_policy(isahc::config::RedirectPolicy::Follow) .header( "user-agent", "Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/100.0",