JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02.02.2022, 15:05
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default [LinkCrawler Regeln] 3D Models & Texturen in JD kopieren models-resource.com

Hey,

Ich bräuchte z.B. bei dieser Seite:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
alle Texturen

Hier: **External links are only visible to Support Staff****External links are only visible to Support Staff**

unter
Download this Texture
bekommt man diese


Das gleiche hier:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
und hier wieder der Beispiel DL:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Download this Model

Kann man dieses irgendwie in JD einfügen?

Wenn möglich mit den Bildern, die unter
Download this Model stehen

Es ist alles Nummerriert und benannt, von daher müsste alles nur reinkopiert werden.

Wäre toll, aber kein muss wenn die Dateien irgendwie in die entsprechenden Ordner kopiert werden, z.B.

Characters
Enemies

wie hier zu finden:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
thx
Reply With Quote
  #2  
Old 02.02.2022, 18:05
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Sers zToRm777,
ja ein automatisches Erkennen dieser Links ist möglich mit zwei LinkCrawler Regeln.
Man könnte auch noch eine dritte Regel machen, die alle URLs innerhalb dieser "Übersichtsseiten" (dein erster Link) holt, aber das klappt auch mit unserem generischen deep-Crawler bereits.

Hier mal zwei Regeln für "textures-resources.com":
Code:
[
  {
    "enabled": true,
    "updateCookies": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example textures-resource.com create direct URLs out of single texture URLs",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "REWRITE",
    "rewriteReplaceWith": "**External links are only visible to Support Staff**
  },
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example textures-resource accept direct URLs",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DIRECTHTTP"
  }
]
Regeln als Plaintext zum einfacheren Kopieren & Einfügen:
pastebin.com/raw/yVNcvfm0

Die andere Webseite funktioniert sehr ähnlich.
Evtl. schaffst du es anhand meines Beispiels bzw. unserer Wissensdatenbank, für models-resource.com deine eigenen Regeln zu basteln.

Grüße, 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 02.02.2022, 19:23
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

vielen dank, funktioniert, die 2. Seite werde ich bei Gelegenheit selber machen (probieren xD)

edit: er lädt jetzt alles so wie es sein soll, nur das größe Bild noch nicht

Last edited by zToRm777; 02.02.2022 at 21:52.
Reply With Quote
  #4  
Old 03.02.2022, 13:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Quote:
Originally Posted by zToRm777 View Post
vielen dank, funktioniert, die 2. Seite werde ich bei Gelegenheit selber machen (probieren xD)
Danke für dein Feedback.

Quote:
Originally Posted by zToRm777 View Post
edit: er lädt jetzt alles so wie es sein soll, nur das größe Bild noch nicht
Wie genau meinst du das?
Bitte poste einen Testlink, dann den Direkten Link zu dem Bild/Qualitätsstufe, die JD lädt und einen Link zum Bild/Qualitätsstufe, die du eigentlich möchtest.

Grüße, 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 03.02.2022, 14:51
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Der Link in dem das Bild ist
Da gibt es nur eine Größe und sollte so reinkopiert werden
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Wenn man auf das Bild klickt, wird das Archiv geladen
Reply With Quote
  #6  
Old 03.02.2022, 15:19
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Funktioniert hier einwandfrei --> Deine Regel ist korrekt.
JD lädt ebenfalls das identische Archiv mit einer Dateigröße von ca 20KB.

Grüße, 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
  #7  
Old 03.02.2022, 17:58
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

Hab jetzt hier: **External links are only visible to Support Staff****External links are only visible to Support Staff**
als Test alles reinkopiert.
Bild 9386 hat im JD 20,88 kb https://abload.de/image.php?img=9386t0j8l.png

Original 107 kb https://abload.de/image.php?img=9386k3kk7.png

also lädt er nur die kleinen Bilder
Reply With Quote
  #8  
Old 03.02.2022, 18:09
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Ich glaube wir reden irgendwie aneinander vorbei also nochmal von vorne:
Mit den von mir erstellten Regeln passiert hier folgendes:
Dieser Link:
models-resource.com/3ds/pokemonxy/model/9386/
...wird geändert zu:
models-resource.com/download/9386/
...und dann wird eine .zip Datei mit der Größe von ~600KiB heruntergeladen.
In dieser .zip Datei befinden sich verschiedene Dateien.

Falls du die .zip Datei nicht möchtest sondern nur das Bild müssen die Regeln ganz anders aussehen.
Der Direktlink zu dem Bild der Größe von ~107KB wäre dieser:
models-resource.com/resources/big_icons/10/9386.png

Grüße, 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
  #9  
Old 03.02.2022, 18:52
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

Ich bräuchte das Bild und die Zip Datei
Reply With Quote
  #10  
Old 03.02.2022, 19:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Schwierig!
Angenommen die Fullsize-Bilder liegen immer unter:
models-resource.com/resources/big_icons/10/<BilderID>.png
...kannst du die Regel einfach so abändern, dass aus den Übersichts-Links eben diese erstellt werden.
Das einfachste wäre wohl ein Script, das dir alle erstellt der du machst einmal nen Durchlauf mit der Regel, die dir die .zip Dateien holt und einmal einen mit der, die die Bilder holt.

Hier mal beispielhaft eine Regel, die die Links zu den Bildern aus den Übersichts-Links erstellt:
Code:
[
  {
    "enabled": true,
    "updateCookies": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example models-resource.com create direct URLs out of single texture URLs",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "REWRITE",
    "rewriteReplaceWith": "**External links are only visible to Support Staff**
  },
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example models-resource.com accept direct URLs",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DIRECTHTTP"
  }
]
Wenn die "original" Bilder doch nicht alle über diese eine URL Struktur erreichbar sind, wird es komplizierter/langsamer.

Grüße, 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
  #11  
Old 03.02.2022, 19:40
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

Also der Link hier ist immer gleich:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
nur die Zahl "/10/<BilderID>.png" verändert sich immer
Reply With Quote
  #12  
Old 08.02.2022, 15:35
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Hier eine Beispiel-Regel, die jeweils nur die "big_icons" URL extrahiert:
Code:
[
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example models-resource.com find picture direct-URLs for single models",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "deepPattern": "(/resources/big_icons/[0-9]+/[0-9]+\\.png)"
  }
]
Regel als plaintext:
pastebin.com/raw/5mpE0fm7

Grüße, 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
  #13  
Old 09.02.2022, 20:32
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

Super, funktioniert, jetzt alles.
Hab nur noch ne allerletzte Frage.
Da ich ja alles auf einmel reinkopiere und zum Schluss nicht mehr weiß in welchen Ordner die Bilder gehören.
Kann man jetzt z.B. die Bilder (40404, 40403, 40402, 40401...) beim einfügen entweder den Namen aus dem Link:
"**External links are only visible to Support Staff**

"3dchallengee3techdemo" geben -> 3dchallengee3techdemo40404

https://abload.de/image.php?img=1231djko.png

oder er erstellt automatisch einen Ordner mit 3dchallengee3techdemo in dem die Bilder drinnen sind?

Evtl. auch irgendwas anderes
danke

Last edited by zToRm777; 09.02.2022 at 20:36.
Reply With Quote
  #14  
Old 15.02.2022, 16:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Ja das ist möglich.
Beispiel Packagizer Regel für models-resource.com:


Grüße, 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
  #15  
Old 24.02.2022, 00:20
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

Funktioniert, Pakete werden im JD erstellt, Bilder aber leider offline.

Bilder sind aber auf jedenfall online, da ich diese ohne der regel schon drinnen hatte

hm ;(
Reply With Quote
  #16  
Old 24.02.2022, 13:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Funktioniert hier einwandfrei (nur getestet mit models-resource.com).
Bitte poste Testlinks und einen Log.

-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
  #17  
Old 24.02.2022, 16:13
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

**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**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

24.02.22 15.10.20 <--> 24.02.22 15.14.32 jdlog://3285925302851/
Reply With Quote
  #18  
Old 24.02.2022, 16:22
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Die Links in deinem Log lassen vermuten, dass du noch die nicht funktionierende REWRITE Regel aus Post #10 verwendest.
Nimm die Regel aus Post #12, um funktionierende Direktlinks zu erhalten.
Da du die Regel zum "Erkennen" der .zip Downloadlinks vermutlich auch verwenden möchtest, würdest du vermutlich gerne diese beiden Regeln zusammen verwenden also z.B. so:
Code:
[
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example models-resource.com find picture direct-URLs for single models",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "deepPattern": "(/resources/big_icons/[0-9]+/[0-9]+\\.png)"
  },
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example models-resource.com accept direct URLs",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DIRECTHTTP"
  }
]
Plaintext für einfacheres Kopieren & Einfügen:
pastebin.com/raw/ehVMWhJh

Grüße, 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?

Last edited by pspzockerscene; 24.02.2022 at 16:23. Reason: Plaintext pastebin Link ergänzt
Reply With Quote
  #19  
Old 25.02.2022, 19:58
zToRm777 zToRm777 is offline
Bandwidth Beast
 
Join Date: May 2019
Posts: 139
Default

Jetzt klappt alles, danke
Reply With Quote
  #20  
Old 25.02.2022, 20:08
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Super
Danke für dein Feedback.

Grüße, 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 12:54.
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.