JDownloader Community - Appwork GmbH
 

Closed Thread
 
Thread Tools Display Modes
  #21  
Old 23.04.2023, 21:12
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by notice View Post
@navmesh: I was able to copy/paste the rule from your text file as it is without any problem. Opened the txt file, select and copy and paste to JDownloader.
You paste it into Settings->Advanced Settings->LinkCrawler.linkcrawlerrules ?
JDownloader with GUI or MyJDownloader? Pay attention that othing else is copied to clipboard, maybe something invisible at the end, eg tabs or something like that
sorry i had sent the file without saving, i've just sent the correct one , can you please check again
Thanks

Last edited by navmesh; 23.04.2023 at 21:21.
  #22  
Old 23.04.2023, 21:22
notice notice is offline
JD Supporter
 
Join Date: Mar 2023
Posts: 506
Default

@navmesh: I recommend to use a json formatter/validator, for example
jsonformatter.org that will show you that the json is wrong formatted and contains errors and where the error might be. I've sent you the corrected ones by mail
  #23  
Old 23.04.2023, 21:24
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by notice View Post
@navmesh: I recommend to use a json formatter/validator, for example
jsonformatter.org that will show you that the json is wrong formatted and contains errors and where the error might be. I've sent you the corrected ones by mail
i see it now, thank you very much for the help
  #24  
Old 23.04.2023, 21:28
notice notice is offline
JD Supporter
 
Join Date: Mar 2023
Posts: 506
Default

Quote:
Originally Posted by navmesh View Post
i see it now, thank you very much for the help
You're welcome
  #25  
Old 24.04.2023, 17:11
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by notice View Post
@navmesh: Should be possible with help of Linkcrawler Rules, see **External links are only visible to Support Staff**...
One DEEPDECRYPT rule that parses the /models/number/... link and finds the embedded download from /api/download/models/number. And another DIRECTHTTP rule that provides support for the embedded download links
Please try by yourself first and in case of questions, just ask here
Hi again , actually i want to download the image that display on that site, not the model in button "download"
i sent the mail that describe more clearly and contains link grabber rule and cookie , which not works, can you please help
Thanks
  #26  
Old 24.04.2023, 17:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,609
Default

Here is an example rule which works for "civitai.com/images/...?..." and will grab single images:
Code:
[
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule for civitai.com single images",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "packageNamePattern": null,
    "passwordPattern": null,
    "deepPattern": "src=\"(**External links are only visible to Support Staff**]+)\"[^>]*style=\"max-height:100%;max-width:100%\" "
  }
]
Rule as plaintext:
pastebin.com/raw/qHHiLfGt

This rule will only work for public content - you will need to add your login cookies to it to be able to download content which can only be viewed when logged in!
__________________
JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist


Last edited by pspzockerscene; 24.04.2023 at 19:03. Reason: Added info that this rule wil only work for public content.
  #27  
Old 24.04.2023, 17:59
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by pspzockerscene View Post
Here is an example rule which works for "civitai.com/images/...?..." and will grab single images:
Code:
[
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule for civitai.com single images",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "packageNamePattern": null,
    "passwordPattern": null,
    "deepPattern": "src=\"(**External links are only visible to Support Staff**]+)\" style=\"max-height:100%;max-width:100%\" "
  }
]
Rule as plaintext:
pastebin.com/raw/qHHiLfGt

This rule will only work for public content - you will need to add your login cookies to it to be able to download content which can only be viewed when logged in!
Thank you very much for the help,
I tried your rule with the link (which is public link) with your rule ,include and not include my cookie
**External links are only visible to Support Staff****External links are only visible to Support Staff**
i paste the link into "link grabber" tab but it cannot grab anything
i also try to disable my link grabber filter but its still not work
  #28  
Old 24.04.2023, 19:04
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,609
Default

You're right.
I've updated my previous post (also the pastebin text).
Only a minor change of the "deepPattern" was needed to make this work for other/all items.
__________________
JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

  #29  
Old 24.04.2023, 19:19
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by pspzockerscene View Post
You're right.
I've updated my previous post (also the pastebin text).
Only a minor change of the "deepPattern" was needed to make this work for other/all items.
Thank you , but i dont know now why i cannot visit the pastebin.com and also the link you gave
it says
pastebin.com unexpectedly closed the connection.
i tried another computer (on other modem) and it have the same problem
can you please upload to another host ?
Thanks alot
  #30  
Old 24.04.2023, 19:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,609
Default

Maybe your ISP is dns-blocking pastebin.com?
Or a firewall/AV application is blocking?

Here it is as .txt file:
workupload.com/file/hYWNwfuadxJ
__________________
JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

  #31  
Old 24.04.2023, 19:40
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Thank you very much ,it works
  #32  
Old 24.04.2023, 19:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,609
Default

Thanks for your feedback.
__________________
JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

  #33  
Old 11.09.2023, 16:47
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,609
Default

Added simple plugin for civitai.com which at this moment is able to download single images.
More information:
https://board.jdownloader.org/showthread.php?t=94252

Thread closed.
Please continue in the other thread I linked.
__________________
JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist


Last edited by pspzockerscene; 11.09.2023 at 16:48. Reason: Fixed typo
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 11:10.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.