
#601
|
||||
|
||||
![]()
@mgpai: the bulk import has different format than the proxy list returns. requires a converter
__________________
JD-Dev & Server-Admin |
#602
|
|||
|
|||
![]() Quote:
If any one wants to create a script and need any info/help with API, I can definitely try to help out. |
#603
|
|||
|
|||
![]() Quote:
So, U won't have to worry about their life. Just make it grab proxies from there in every 15 mins. No, I haven't tried it yet. Can U explain a little bit more? |
#604
|
|||
|
|||
![]()
@Jiaz: I regular downloading new videos from some youtube channels (there is 7 channels). But every time JD put them in package Various files, because is only one video. I want that JD put these videos into packages with channel name.
But other links (if i downloading from some other channel or page) who are not from selected channels, it must put them in Various files. |
#605
|
|||
|
|||
![]()
Script Removed.
Last edited by mgpai; 20.02.2019 at 21:07. |
#606
|
|||
|
|||
![]() Last edited by Jiaz; 21.02.2019 at 17:43. Reason: removed by jiaz |
#607
|
|||
|
|||
![]()
Also, I'm very new with all these so forgive my mistakes plz.
|
#608
|
|||
|
|||
![]()
Sorry. I don't take orders.
Quote:
Spoiler:
![]() |
#609
|
|||
|
|||
![]()
Umm, I wasn't ordering U I was just suggesting that. Sorry if that sounded like I was ordering U. FYI, I was trying to suggest that if U could make a script that would order JD to grab proxies from there in every 15 mins then U wouldn't have to worry about proxy life.
Yes, I already tried that. But, there I have to put every proxy manually there if not using a script(for which I came here in the first place) for that. I thought there was already something automatic available. But, Thanks anyway for Ur time. Last edited by Cyberavater; 20.02.2019 at 21:40. |
#610
|
|||
|
|||
![]()
Understandable, Anyway thanks for Ur time.
|
#611
|
|||
|
|||
![]()
@jiaz Is there anyone else who might help me?
Last edited by Cyberavater; 20.02.2019 at 22:57. |
#612
|
|||
|
|||
![]() Quote:
If the following conditions match.... Code:
Package Name > contains > mychannel1|mychannel2|mychannel3 (Enable Regex) SourceUrl(s) > contains > youtube Code:
Package Name > <jd:orgpackagename> |
#613
|
||||
|
||||
![]()
@Cyberavatar: h++ps is no valid protocol. that's why it fails
![]() I'm sorry but maybe another community member will be able to help you with scripts. You could also ask one of those github users to write a converter that outputs the list in required format
__________________
JD-Dev & Server-Admin |
#614
|
|||
|
|||
![]()
LOL, I didn't put "h++ps" by my choice. It was in the script that mgpai gave me.
![]() Quote:
![]() |
#615
|
||||
|
||||
![]()
@cyberavatar: yes, we use those because non whitelisted URLs will be blocked for others
![]() ![]()
__________________
JD-Dev & Server-Admin |
#616
|
|||
|
|||
![]()
So, if I use the script with "tt" instead of "++" it'll work?
Although, I don't have the script to try it anymore. For some reason he removed it. |
#617
|
||||
|
||||
![]()
I don't know. I just wanted to inform about the reason for the error. I think he has the same doubts as me for such a script/support.
__________________
JD-Dev & Server-Admin |
#618
|
|||
|
|||
![]() Code:
// Daily Backup // Trigger: JDownloader Started // External Program required: 7-zip (Console Version) var sevenzip = "/apps/7z/7za"; // <- Path to 7-zip binary var backupFolder = JD_HOME + "/JD Backup/"; // <- Folder to save the backup files (Will be created in JDownloader install location by default) (function() { var date = new Date().toISOString().match(/.{10}/); var backupPath = getPath(backupFolder + date + ".7z"); if (backupPath.isFile()) return; callAsync(null, sevenzip, "a", backupPath, JD_HOME + "/cfg"); })(); |
#619
|
|||
|
|||
![]()
Hi
I'm looking for a script for 9kw that checks the credit to stop the jdownloader when there is no more credit available. Would it be possible. |
#620
|
|||
|
|||
![]() Quote:
In case you haven't already found, 9kw devleoper has posted a script here, which I think might be what you're looking for. Let me know if you need any help with it. |
![]() |
Thread Tools | |
Display Modes | |
|
|