View Single Post
  #594  
Old 17.02.2019, 09:46
TheDeath24
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by mgpai View Post
You have to use escape the backslash character:
Code:
var filme = "E:\\HD Filme";

or use (forward) slash as path separator.
Code:
var filme = "E:/HD Filme";

Tried packagizer? You can create rules to set download folder (among other things) based on file size.
I used now this
var filme = "E:/HD Filme";

But nothing happend.

I canīt use packagizerbecause there is no option to filter by package size only by file size. I want to filter the packagesize.

Or i must i use a different var? myDownloadLink?

Regards
Reply With Quote