#1
|
|||
|
|||
"Auto Parse" URLs
Guten Tag,
Ich möchte gerne auf einer Website, welche mich auf eine andere Website weiterleitet von der aus Ich dann die Downloadlinks bereitgestellt bekomme, Datein mit dem Linksammler downloaden. 1 Website, mit der Verlinkung 2 Website, mit den Downloadlinks (zippyshare.com) 3 Website, Website auf der Ich downloaden kann (zippyshare.com) Wie muss Ich die 'Link Crawler Rules' unter 'Profileinstellungen' ändern/einstellen sodass das Prima funktioniert? Das Funktioniert nicht: :unsure: [ { "enabled" : true, "maxDecryptDepth" : 2, "id" : 2016, "name" : null, "pattern" : ".+9clacks.com.*?\\d+.*", "rule" : "DEEPDECRYPT", "packageNamePattern" : null, "formPattern" : null, "deepPattern" : null, "rewriteReplaceWith" : null }, { "enabled" : true, "maxDecryptDepth" : 1, "id" : 2017, "name" : null, "pattern" : ".+filemack.com/\\d+.*", "rule" : "DIRECTHTTP", "packageNamePattern" : null, "formPattern" : null, "deepPattern" : null, "rewriteReplaceWith" : null }, { "enabled" : true, "maxDecryptDepth" : 2, "id" : 1433746432948, "name" : "Learned file extension:zip", "pattern" : "(?i).*\\.m4a($|\\?.*$)", "rule" : "DIRECTHTTP", "packageNamePattern" : null, "formPattern" : null, "deepPattern" : null, "rewriteReplaceWith" : null } ] Vielleicht kennt sich damit ja Jemand gut aus und kann das schnell abändern und schnell reinschicken. Mfg |
#2
|
||||
|
||||
Hallo
Da JDownloader bereits Plugins für filemack.com und zippyshare.com hat willst du eigentlich nur automatisieren, dass er "9clacks.com" automatisch analysiert --> Er findet die filemack URLs und alles Weitere passiert quasi automatisch (außer natürlich die Captchaeingaben). Mehr als diese eine Regel brauchst du dafür nicht: Code:
[ { "enabled": true, "maxDecryptDepth": 1, "id": 1422443765154, "name": "9clacks.com TEST", "pattern": "https?://(www\\.)?9clacks\\.com/.+\\d+\\.html", "rule": "DEEPDECRYPT", "packageNamePattern": null, "formPattern": null, "deepPattern": null, "rewriteReplaceWith": null } ]
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#3
|
||||
|
||||
btw you shouldn't need a rule for filemack, its already supported by dedicated plugin.
raztoki
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
Thread Tools | |
Display Modes | |
|
|