View Single Post
  #1  
Old 18.09.2022, 00:33
I3ordo I3ordo is offline
Mega Loader
 
Join Date: Mar 2022
Posts: 65
Default Adding links from the clipboard via cmd line or something else...

Hi!
wondering...
Is it possible to to paste a clipboard (that contains download links per line) and make JD accept and start those downloads through a windows bat file? like for example. c:path\jdownloader.exe -getclipboard -startdownloads &

alternatively? can we command JD to get clipboard and start downloads on start up, via event scripter?

Longer story:
I am trying to fully automate my daily download procedure via task manager.

First , I got help from a friend and this powershell script goes to a specified web site and grabs all necessary links to clipboard. Then i manually activate JD, ctrl+v , hit yes and hit "start all downloads".

We could not figure out how to make JD receive the clipboard(that contains those links) , answer yes to linkgrabber's question that has to be "yes" and make those downloads start.

The clipboard's contents are like this:
somesite.com/some_article_01
somesite.com/some_article_02
somesite.com/some_article_03...
Reply With Quote