#1
|
|||
|
|||
MyJDownloader API: How to get status on added links?
I'm addings links using the /linkgrabberv2/addLinks API endpoint and I see it returns a LinkCollectingJob, which is basically just an object with nothing but an ID.
Sometimes I call the addLinks endpoint with the autostart and autoExtract flags too or I start the downloads manually. How do I keep track of the links that I added through the API? I would like to get the current status (notstarted, queued, downloading. etc) and stuff like the download progress and current download speed, maybe also file size, etc. Where do I get that info? Thanks in advance |
#2
|
||||
|
||||
Quote:
Please also see AddLinksQuery object, there you can set assignJobID to true. That way you can later query linkgrabber list with queryLinks and specify the job id in CrawledLinkQuery in packageUUIDs list In download list with queryLinks and specify the job id in LinkQuery in packageUUIDs list In case you need further help/got questions, just ask
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 21.02.2024 at 17:36. |
Thread Tools | |
Display Modes | |
|
|