| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ from core.helper import ssrf_proxy 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 def download_with_size_limit(url, max_download_size: int, **kwargs): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    response = ssrf_proxy.get(url, **kwargs) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    response = ssrf_proxy.get(url, follow_redirects=True, **kwargs) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if response.status_code == 404: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         raise ValueError("file not found") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |