File tree 1 file changed +20
-15
lines changed
1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -639,23 +639,27 @@ def __init__(self, device):
639
639
640
640
def query_links (self ,
641
641
params = [{
642
+ "addedDate" : True ,
643
+ "bytesLoaded" : True ,
642
644
"bytesTotal" : True ,
643
645
"comment" : True ,
644
- "status" : True ,
645
646
"enabled" : True ,
646
- "maxResults" : - 1 ,
647
- "startAt" : 0 ,
648
- "packageUUIDs" : [],
649
- "host" : True ,
650
- "url" : True ,
651
- "bytesloaded" : True ,
652
- "speed" : True ,
653
647
"eta" : True ,
648
+ "extractionStatus" : True ,
654
649
"finished" : True ,
650
+ "finishedDate" : True ,
651
+ "host" : True ,
652
+ "jobUUIDs" : [],
653
+ "maxResults" : - 1 ,
654
+ "packageUUIDs" : [],
655
+ "password" : True ,
655
656
"priority" : True ,
656
657
"running" : True ,
657
658
"skipped" : True ,
658
- "extractionStatus" : True
659
+ "speed" : True ,
660
+ "startAt" : 0 ,
661
+ "status" : True ,
662
+ "url" : True
659
663
}]):
660
664
"""
661
665
Get the links in the download list
@@ -667,19 +671,20 @@ def query_packages(self,
667
671
params = [{
668
672
"bytesLoaded" : True ,
669
673
"bytesTotal" : True ,
674
+ "childCount" : True ,
670
675
"comment" : True ,
671
676
"enabled" : True ,
672
677
"eta" : True ,
673
- "priority" : True ,
674
678
"finished" : True ,
675
- "running" : True ,
676
- "speed" : True ,
677
- "status" : True ,
678
- "childCount" : True ,
679
679
"hosts" : True ,
680
- "saveTo" : True ,
681
680
"maxResults" : - 1 ,
681
+ "packageUUIDs" : [],
682
+ "priority" : True ,
683
+ "running" : True ,
684
+ "saveTo" : True ,
685
+ "speed" : True ,
682
686
"startAt" : 0 ,
687
+ "status" : True
683
688
}]):
684
689
"""
685
690
Get the packages in the download list
You can’t perform that action at this time.
0 commit comments