We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when using a custom filename template the fileextenstion is not added.
The text was updated successfully, but these errors were encountered:
Even just having a %(filextension) template option would be awesome.
Sorry, something went wrong.
Agree this is really dumb. As usual, there are a few options, in increasing order of complexity:
Option 1 is very simple but not very robust. Still, I think it is better than the current situation, so it may be worth starting with that.
Maybe it could be as simple as extension=opus or ext=opus. So the https://example.com/episodeX.opus gets downloaded instead of https://example.com/episodeX.mp3 which is the one in the feed.
extension=opus
ext=opus
No branches or pull requests
when using a custom filename template the fileextenstion is not added.
The text was updated successfully, but these errors were encountered: