#2421
|
||||
|
||||
![]()
@dandyclubs: Context-Menu works on whole selection. Select Link(s)/Package(s) and rightclick -> property -> set download directory
__________________
JD-Dev & Server-Admin |
#2422
|
|||
|
|||
![]()
@Jiaz: Thanks
|
#2423
|
|||
|
|||
![]()
I'm frequently running into rate-limits, I ask a script that adds links with a delay of X seconds.
Details here https://board.jdownloader.org/showpo...9&postcount=35 |
#2424
|
|||
|
|||
![]()
Hi,
I have looked around but didnot find a solution to my issue. Let me explain, I need to change the hoster for a certain url, lets say xyz.com to pqr.com upon link grabbed. I tried linkgrabber but that is only to filter out. I also tried packagizer but didnt see option to change hoster. Took the linkcrawler rules way, thanks to the below link https://support.jdownloader.org/Know...kcrawler-rules Sample rule below. ![]() ![]() { "enabled": true, "cookies": [ [ "key", "value" ] ], "updateCookies": true, "logging": false, "maxDecryptDepth": 1, "id": 1000001540111, "name": "xyz.com to pqr.com rule", "pattern": "**External links are only visible to Support Staff**, "rule": "REWRITE", "packageNamePattern": null, "passwordPattern": null, "formPattern": null, "deepPattern": null, "rewriteReplaceWith": "**External links are only visible to Support Staff** } Last edited by reddy.shyam; 16.09.2022 at 11:20. Reason: Solution found |
#2425
|
||||
|
||||
![]()
@reddy.shyam: have you checked https://support.jdownloader.org/Know...xample-rewrite
Ah, didn't notice your "It works!" ![]() ![]()
__________________
JD-Dev & Server-Admin |
#2426
|
|||
|
|||
![]()
I would love a script to receive a notification when download speed has dropped to 0MB/s, so I can change countries in my VPN. Thanks!!
|
#2427
|
||||
|
||||
![]()
@Mave: notification via what method? popup or email or on mobile?
__________________
JD-Dev & Server-Admin |
#2428
|
|||
|
|||
![]()
@Jiaz popup is good enough! Thanks already!
|
#2429
|
||||
|
||||
![]()
@Mave: Popup is most complicated because not yet supported by JDownloader so you would need to use an additional 3rd party tool on computer that can show notifications on command. Maybe a Info/Warn Dialog would be okay as well. but unfortunately you will have to wait for our script master mgpai for further help/hints.
__________________
JD-Dev & Server-Admin |
#2430
|
|||
|
|||
![]() Quote:
|
#2431
|
|||
|
|||
![]() Quote:
Sorry, I have missed the original post completely, so the very late reply. This is what happened, after starting the script: https://imgur.com/a/NpDng61 As you see, the sorting is not very reliable. (it should sort from 0KB to 1000MB and not mix the unities) I have no idea on how to fix this. Also, as another plea, would you mind to makte the sorting work in both ways? say, on 1st click, the scripts sorts desc and on 2nd click, the script sorts asc is this possible? Thank you very much. EDIT: An unattractive Error pops up, when activating the script without any text in the status column: https://imgur.com/a/MVd2fp6 Last edited by Jiaz; 06.10.2022 at 11:05. Reason: Edit: Error |
#2432
|
|||
|
|||
![]() Quote:
thanks for your afford in the community!!! I love your work.:clap::clap: The quoted script (event script+linkcrawler rule+Linkgrabber filter) worked fine till 2021/12/23. Since it was soooo long ago, that I implemented it, I already asked in the YouTube support section and Jiaz pointed me to implement a Linkcrawler rule. After a good bit of searching, I found your old post - which I had implemented. Since 2021/12/24 the script stopped working, and I'm "mit meinem Latein am Ende" out of ideas. Example link: links.push("**External links are only visible to Support Staff**); things I tried: 1) different Urls (XML seems fine in a browser) 2) reimplemented your script+crawler+filter 3) altered the deepPattern but couldn't get my altered version saved I hope u can help me and others with the same problem. Best regards, oni Last edited by oni-; 25.09.2022 at 03:04. |
#2433
|
||||
|
||||
![]()
@jaydeeownluder: The script does basic string sorting and not on the actual number, that's why sorting doesn't work as intended. The error happens because the script doesn't check if status is set/available or undefined. For proper sorting you would need to parse the number from string and then sort on it. I will try to fix the error any try my luck on sorting
__________________
JD-Dev & Server-Admin |
#2434
|
||||
|
||||
![]()
@oni-: Thanks for the script. I will take a look at it. can you send me your altered deep pattern to support@jdownloader.org?
__________________
JD-Dev & Server-Admin |
#2435
|
|||
|
|||
![]()
I'll write it here, because it's trivial and couldn't be saved.
The Change I tried was "/watch\\?" >> "/watch\?", but that broke the JSON format. Code:
"deepPattern" : "<link rel=\"alternate\" href=\"(**External links are only visible to Support Staff**/>", Code:
"deepPattern" : "<link rel=\"alternate\" href=\"(**External links are only visible to Support Staff**/>", Code:
"deepPattern" : "<link rel=\"alternate\" href=\"( -yt-url- /watch\\?v=.+)\"/>", Last edited by oni-; 25.09.2022 at 13:47. |
#2436
|
||||
|
||||
![]()
@oni-: double escape is correct because the \ is escape and you have to escape the escape in json
![]() Code:
\\? see updated article, https://support.jdownloader.org/Know...kcrawler-rules under "Preparation"
__________________
JD-Dev & Server-Admin |
#2437
|
|||
|
|||
![]()
Hi
Sorry I didn't find any information. If the downloads files with the same name but different content How to make the package names in the download list do not match Thanks |
#2438
|
||||
|
||||
![]()
How do you know its different content? how shall the script/computer know ?
![]()
__________________
JD-Dev & Server-Admin |
#2439
|
|||
|
|||
![]()
Thank you for your attention, I already solved this issue, but now I have another problem:
file hostings letsupload.cc and openload.cc are defined as bayfiles.com. The crawler sees the file names and determines that they are available, but when downloading, it gives an error file does not exist. Please let me know if anyone has the same problem and where to find a solution. here are some links for examples: **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** Thanks |
#2440
|
||||
|
||||
![]()
@MKey
This is the wrong thread for your report but I'll answer here anyways: Fixed. Looks like first letsupload.cc and openload.cc "separated" from bayfiles.com and now they're "separate" again. While the bayfiles.com API seems to return the valid status for all items regardless to domain, the download is bound to the "correct" domain. You will need to delete- and re-add those URLs to be able to download them. Bitte auf das nächste CORE-Update warten! Please wait for the next CORE-Update! Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
![]() |
Thread Tools | |
Display Modes | |
|
|