#1
|
|||
|
|||
![]()
Hi all.
If I'm in the wrong topic, please move this to the right place. I am asking for help to create a custom rule for "Link Crawler Rules" There is a link like this: **External links are only visible to Support Staff****External links are only visible to Support Staff** and within that link there is a link to download a file of the form **External links are only visible to Support Staff****External links are only visible to Support Staff** All .html links always have the anchor ending "_vids.html" after the file name Help me make it so that when I copy the ***.html link to the clipboard and paste it into jDownloader, the .mp4 file is downloaded in the highest quality. There are differences in the file resolution in the direct link name: "mp4hd" and "4kmp4". |
#2
|
||||
|
||||
![]()
Hi,
1. With those censored URLs it is impossible to help you. 2. The structure of those links contains "/members/" which makes me assume that an account/login-cookies is required to view the content behind. If that is the case, I will need your login credentials for that website in order to be able to help you. Please provide the following information: - Full (non-censored) example URLs [URLs are already hidden for other users, only mods can see them] - Your login credentials for this website -> You can send them to me via PN
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#3
|
||||
|
||||
![]()
Thanks for providing your login credentials.
With the help of 1-2 LinkCrawler Rules of type "DEEPDECRYPT" and "DIRECTHTTP" it should be possible to make this work, see: https://support.jdownloader.org/Know...kcrawler-rules Try it out and let me know if any open questions remain. Important notice: Our ticket system & knowledgebase are currently under maintenance. If this is still the case while you are reading my posts and you can't access help articles linked by our staff, use the Internet archive/wayback machine to be able to view those articles: archive.org/web/ Enter the URL -> Click on "Browse history" -> Select one of the latest dates available If the date you selected does not lead you to the support article try the next oldest one.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#4
|
||||
|
||||
![]()
Regarding your last private message:
I've just been trying to help you but as of now I'm unable to login into your femdomempire.com account. Screenshot:
Spoiler:
![]() Either their system is broken or my IP and/or your account got blocked for some reason. I've tried my german residential IP and a VPN, both with no luck.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#5
|
|||
|
|||
![]()
Please try again now. The site is running a download limit of 18GB per day, so the protection you see is enabled. Also if you use many different IPs, my account will be blocked permanently without recovery.
|
#6
|
||||
|
||||
![]()
This website works similar to "chickpass.com".
Here is a rule which will allow you to download the direct URLs of that website with JD. Keep in mind that to make this work, you will need to put in your own cookie key/value pair of your femdomempire.com session where it says "REDACTED". Code:
[ { "cookies": [ [ "pcar%REDACTED", "REDACTED" ] ], "pattern": "**External links are only visible to Support Staff**, "rule": "DIRECTHTTP", "updateCookies": true } ] pastebin.com/raw/rgdEYdHV
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#7
|
|||
|
|||
![]()
Thank you very much, this method works.
Each .html page contains a different quality video. Is it possible to make it so that I copy the .html link, paste it into jDownloader, and it searches for the highest quality and starts downloading? For example a video with HD quality has an anchor in the link "mp4hd". FullHD "4kmp4" |
#8
|
||||
|
||||
![]()
Yes. For this you would need a 2nd rule (of type DEEPDECRYPT).
Feel free to play around with the LinkCrawler rule functionality and come back to me if you got more questions slash if you can't make it work the way you need it. EDIT For testing I've created a 2nd rule which will find all direct .mp4 links behind such "scene" links which you provided as example in your first post: Code:
[ { "name": "femdomempire.com make direct URLs work", "cookies": [ [ "pcar%REDACTED", "REDACTED" ] ], "pattern": "**External links are only visible to Support Staff**, "rule": "DIRECTHTTP", "updateCookies": true }, { "enabled": true, "cookies": [ [ "pcar%REDACTED", "REDACTED" ] ], "updateCookies": true, "maxDecryptDepth": 1, "name": "femdomempire.com find video direct urls in 'scene' URLs", "pattern": "https?://femdomempire\\.com/members/scenes/[^/]+\\.html", "rule": "DEEPDECRYPT", "packageNamePattern": "<title>(.*?)</title>", "deepPattern": "(/members/content//?upload/\\d+.*\\.mp4)" } ] Rule as plaintext: pastebin.com/raw/wjZJqdbF
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download Last edited by pspzockerscene; 08.03.2024 at 15:56. Reason: Added 2nd LinkCrawler Rule |
#9
|
|||
|
|||
![]()
Thank you so much for the second option, but the .html link loads all the videos in any quality. Is it possible to download only one video and in the best quality excluding the rest?
|
#10
|
||||
|
||||
![]()
You can either use linkgrabber filter rules or update the pattern inside the rules to make it only grab specific/one quality.
You will need to put some time into this topic - I'm not here to do this for you ![]()
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
![]() |
Thread Tools | |
Display Modes | |
|
|