Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

episodes all have same name #34

Open
PremKolar opened this issue Oct 14, 2020 · 2 comments
Open

episodes all have same name #34

PremKolar opened this issue Oct 14, 2020 · 2 comments

Comments

@PremKolar
Copy link

All mp3s of my podcast are named media.mp3, so that each new download overwirtes the last one.

How do I reset podfox. I can't find out how to download the first episode that is now overwritten...

@wagesj45
Copy link

I'm having the same problem. It looks like on line 229 podfox removes any parameters sent to the remote server to differentiate the file. For feeds that use a single filename, such as media.mp3 in combination with http parameters to generate the audio, this creates the issue we're seeing.

This could be solved by doing something like concatenating these parameters into the file name, such as media.param1.param2.mp3, or by adding a random string to the file name if parameters are detected in the URL.

@youtube-dl-fun
Copy link

I downloaded podfox-master.zip from this page in an attempt to resolve episodes all have the same name.
How can I get the downloaded one to work?
Extracting podfox-master.zip does not exist podfox.py
There is setup.py in podfox-master, but even if it works, it will be as follows
python3 ./setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

Under podfox-master / podfox
init.py
Should be used in the same way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants