Loading
feat(download): replace urlopen with requests for improved download handling
- Use requests library to handle downloads with browser-like headers. - Avoid 403 Forbidden errors by setting appropriate User-Agent and headers. - Maintain timeout settings for download operations.