FNb Posted November 4, 2023 Report Share Posted November 4, 2023 Sometimes, I want to copy the final download location (to use an external download manager, for resume/acceleration) Link to comment Share on other sites More sharing options...
shawn Posted December 9, 2023 Report Share Posted December 9, 2023 Assuming you're talking about the final local location, this is {file}. Assuming you're talking about the final URL, I always build this as {sdownload} and populate the download URL with that. I've used this in many instances to use external downloaders (like Megaget, aria2, curl and so on) with the "exit 3" behavior. I've posted examples here on the forum. Link to comment Share on other sites More sharing options...
FNb Posted January 31, 2024 Author Report Share Posted January 31, 2024 What's the exit 3 behavior? Link to comment Share on other sites More sharing options...
shawn Posted February 5, 2024 Report Share Posted February 5, 2024 Exit codes are a way to tell Ketarin how to behave from within your pre-download script. Exit 3 means "Skip downloading, but update the last updated date of the application and mark as update downloaded. Allows you to use an external download application to download the file, but still mark it as properly updated in Ketarin." You can read more about the "exit" behavior here. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now