Open
Description
In my configuration, a "Failed to download" error is consistently returned on line 339, regardless of the feed. Examples below include two feeds confirmed as working in the documentation, as well as my own podcast, where I have more control over the feed for testing purposes:
$ ./podarchive.pl -ev https://atp.fm/rss ./test/
Downloading feed...Failed to download https://atp.fm/rss at ./podarchive.pl line 339.
$ ./podarchive.pl -ev https://www.unmade.fm/episodes?format=rss test
Downloading feed...Failed to download https://www.unmade.fm/episodes?format=rss at ./podarchive.pl line 339.
$ perl ./podarchive.pl https://www.polygamer.net/feed/podcast ./QL/
Downloading feed...Failed to download https://www.polygamer.net/feed/podcast at ./podarchive.pl line 339.
(A --dry-run
returns the same error on line 345.)
One exception occurred with another feed from the documentation, though it ultimately failed on the same line:
$ ./podarchive.pl -ev http://www.hellointernet.fm/podcast?format=rss ./QL/
Downloading feed...Done
RSS feed saved at QL/feed.rss
100 episodes
100 - H.I. #136: Dog Bingo
Writing episode page to QL/100 - H.I. - 136 - Dog Bingo.html
Downloading http://traffic.libsyn.com/hellointernet/136FinalFinal.mp3 to QL/100 - H.I. - 136 - Dog Bingo - 136FinalFinal.mp3
Fetch failed! HTTP response: 599 [Internal Exception] at ./podarchive.pl line 339.
Command failed: at ./podarchive.pl line 339.
I'm running bash 3.2.57(1) and perl v5.16.0 on macOS 10.14.6.
Metadata
Metadata
Assignees
Labels
No labels