This repository has been archived by the owner on Feb 22, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SF Bugfix: Improve download link fallback handling
Modified the logic to better handle missing or incorrect hoster labels by introducing a fallback mechanism. Now, if no valid hoster is found, the first link is used as a fallback, with appropriate logs for easier debugging. Errors or missing links without fallback are also logged for better traceability.
- Loading branch information
rix
committed
Jan 4, 2025
1 parent
832a256
commit 413f6f1
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
|
||
def get_version(): | ||
return "21.0.3" | ||
return "21.0.4" | ||
|
||
|
||
def create_version_file(): | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters