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
Command used:
poetry run rip url https://www.qobuz.com/...
Environment
streamrip
Traceback
TypeError _get_formatted_folder() takes 2 positional arguments but 3 were given at streamrip/media.py:1420 in _prepare_download 1416│ self.bit_depth = self.sampling_rate = None 1417│ 1418│ parent_folder = kwargs.get("parent_folder", "StreamripDownloads") 1419│ if self.folder_format: → 1420│ self.folder = self._get_formatted_folder(parent_folder, self.quality) 1421│ else: 1422│ self.folder = parent_folder 1423│ 1424│ os.makedirs(self.folder, exist_ok=True)
The text was updated successfully, but these errors were encountered:
9ca3364
nathom
No branches or pull requests
Bug Report
Command used:
Environment
streamrip
version: e089ad8Traceback
The text was updated successfully, but these errors were encountered: