Merge pull request #4596 from renesat/fix/redirect-url

Fix freeze on some audio sources
This commit is contained in:
advplyr 2025-08-19 18:11:13 -04:00 committed by GitHub
commit 3801ef062a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,7 @@ module.exports.downloadPodcastEpisode = (podcastEpisodeDownload) => {
method: 'GET', method: 'GET',
responseType: 'stream', responseType: 'stream',
headers: { headers: {
'Accept': '*/*',
'User-Agent': userAgent 'User-Agent': userAgent
}, },
timeout: global.PodcastDownloadTimeout timeout: global.PodcastDownloadTimeout