mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[PR #130] [MERGED] Fix songs download fallback and audio selection #128
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/130
Author: @FujiwaraChoki
Created: 3/1/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @FujiwaraChoki
Base:
main← Head:fix/media-generation-fallbacks📝 Commits (2)
170f913Fix songs download fallback and audio selection789cdd7Retry songs download when directory exists but empty📊 Changes
1 file changed (+57 additions, -15 deletions)
View changed files
📝
src/utils.py(+57 -15)📄 Description
Summary
Why this change
Song zip URLs regularly expire or return invalid payloads, causing startup failures and corrupted media state. This update makes song fetching resilient and ensures video generation only picks valid audio files.
Related issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.