View Single Post
  #1412  
Old 16.06.2020, 15:55
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,545
Default

Quote:
Originally Posted by radiolex View Post
... I get an error from JDownloader:unterminated string literal ...
URL in that post has been obfuscated. Try this:

Code:
postPage("https" + "://api.pushover.net/1/messages.json",
"token=appToken&user=userKey&message="
+ package.getName() +
" finished.");
Reply With Quote