JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 29.08.2020, 19:29
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default [suggestion] support

can you please support download files from this site **External links are only visible to Support Staff****External links are only visible to Support Staff**
in the screenshot you can see how to download zip file that i want
Thanks so much

Last edited by navmesh; 29.03.2021 at 21:04.
Reply With Quote
  #2  
Old 31.08.2020, 17:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Hi,
1. Seems like an account is required to download that .zip file.

2. That seems to be a simple website.
It is easily possible to let our deep-parser parse the URL of a gallery and it will find all images just fine.
It is also easy to write a simple LinkCrawler rule that finds all images of a particular gallery.

I do not see the need of an extra plugin here ...

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || 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?
Reply With Quote
  #3  
Old 18.09.2020, 10:51
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by pspzockerscene View Post
Hi,
1. Seems like an account is required to download that .zip file.

2. That seems to be a simple website.
It is easily possible to let our deep-parser parse the URL of a gallery and it will find all images just fine.
It is also easy to write a simple LinkCrawler rule that finds all images of a particular gallery.

I do not see the need of an extra plugin here ...

-psp-
hi ,thank you for the help
can you please
write for me a link crawler rule to download all images (in galleryonly, that means skip banner,ads .. ) from that entire website
i read the thread https://board.jdownloader.org/showthread.php?t=77280
but i never used link crawler , so i want to see an example ,so i can write another rule later if possible
thanks alot
Reply With Quote
  #4  
Old 18.09.2020, 17:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Using a combination of two rules, you can easily auto-crawl all pictures of such galleries:
Code:
[ {
  "enabled" : true,
  "cookies" : null,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "pics.vc example rule 1",
  "pattern" : "https?://(?:www\\.)?pics\\.vc/watch\\?g=[a-f0-9]{32}",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : "(https?://s\\d+\\.pics\\.vc/pics/s/[^\"]+\\.jpg)",
  "rewriteReplaceWith" : null
}, {
  "enabled" : true,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "pics.vc example rule 2: Convert thumbnail URLs to fullsize URLs",
  "pattern" : "(https?://s\\d+\\.pics\\.vc)/pics/s/([^\"]+\\.jpg)",
  "rule" : "REWRITE",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "rewriteReplaceWith" : "$1/pics/n/$2"
} ]
Rule in plaintext on pastebin to get around our forum URL-censoring (privacy-improving measure):
pastebin.com/YRWbeKLs

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || 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?
Reply With Quote
  #5  
Old 19.09.2020, 04:51
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

thank you very much ,i will try it
you made my day,
i really appreciated your effort
Reply With Quote
  #6  
Old 19.09.2020, 22:42
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by pspzockerscene View Post
Using a combination of two rules, you can easily auto-crawl all pictures of such galleries:

-psp-
Thank you very much , may i ask for similar rules that download images
in case they are in png and jpeg and jpg format, not just jpg
( like your previous post but also download those type of images : png and jpeg and jpg )
you made my day
Reply With Quote
  #7  
Old 20.09.2020, 05:55
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Change \\.jpg with \\.(jpg|jpeg|png)
__________________
FAQ: How to upload a Log
Reply With Quote
  #8  
Old 21.09.2020, 12:53
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 81
Default

Quote:
Originally Posted by tony2long View Post
Change \\.jpg with \\.(jpg|jpeg|png)
thank you very much for the help
i really appreciate it
Reply With Quote
  #9  
Old 18.01.2021, 20:08
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Added crawler plugin for this website.

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
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

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 22:45.
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 - 2024, Jelsoft Enterprises Ltd.