View Single Post
  #1020  
Old 06.12.2019, 11:52
SMS SMS is offline
Mega Loader
 
Join Date: Jun 2019
Posts: 64
Default

How can I rename files? I want to download domain.com/foo/bar.zip as bar_foo.zip rather than as bar.zip. The renaming should happen early. For example as a Packagizer Hook, or within the following call in a script I have:

Code:
myObject = callAPI("linkgrabberv2", "addLinks", {
    "links": theLink
});
Reply With Quote