podgrab
podgrab copied to clipboard
Issue when downloading specific podcasts
Below are two podcasts that I can't get to download to my podgrab server (I have one instance on a VPS and another locally behind my home ip address - both instances are running on podman using the dockerhub image). Whenever I try to download the files using Podgrab the mp3 files created are actually text files that contain:
error code: 1020
When I attempt to download with other tools (wget and youtube-dl) the files download successfully. And when I don't have the files downloaded to the server I can play the files directly in the browser.
I have tried changing wgets user agent to be the default go user agent and it still succesfully downloads the file.
https://pinecast.com/feed/sidequesting https://pinecast.com/feed/drimbus
I got a debug of this working and it looks like we are getting an http 403 error.
My pull request (#114) fixes the issues I was having, but I haven't tested is extensively.
Sidequesting podcast seems to be working fine for me but the file size is a problem.
The other one is giving me some bizarre behavior. It downloaded the first 5 episodes instead of the latest 5.
My local setup is giving me some issues which is why i might require some time to debug and check your PR.
Is this still happening?
Is this still happening?
I'm not sure. I forked and have been using that with a few other changes I made. I'll spin up a VM and test your latest changes.
@akhilrex This is still an issue with the latest docker image.