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

Исключение InvalidBitrateError недоговаривает что может вызваться из-за кодека #552

Open
MarshalX opened this issue Oct 31, 2022 · 0 comments
Labels
feature Новая функция или улучшение старой

Comments

@MarshalX
Copy link
Owner

Поиск нужного download info происходит не только по битрейту, но и по кодеку. Название исключение может вводить в заблуждение.

for info in self.download_info:
if info.codec == codec and info.bitrate_in_kbps == bitrate_in_kbps:
await info.download_async(filename)
break
else:
raise InvalidBitrateError('Unavailable bitrate')

Вероятно, нужно переименовать исключение или добавить более подробный message

@MarshalX MarshalX added the feature Новая функция или улучшение старой label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Новая функция или улучшение старой
Projects
None yet
Development

No branches or pull requests

1 participant