JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 24.10.2021, 05:01
cardon cardon is offline
Modem User
 
Join Date: Jan 2021
Posts: 3
Default Host Plugin for antupload.com

Hello,

It would be great if you could provide a plugin for antupload.com


Links:

**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**

Thank you so much!
Reply With Quote
  #2  
Old 25.10.2021, 13:48
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 09.11.2021, 15:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Hi cardon,
a plugin for this simple website is not required.
Two LinkCrawler Rules will do the job just fine:

Code:
[
  {
    "enabled": true,
    "updateCookies": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule antupload.com1",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "deepPattern": "(/filed/[^\"]+)"
  },
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule antupload.com2",
    "pattern": "https?://(?:www\\.)?antupload\\.com/filed/.+",
    "rule": "DIRECTHTTP"
  }
]
As plaintext for easier copy & paste:
pastebin.com/S3Dx3mzb

-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
  #4  
Old 11.11.2021, 05:11
cardon cardon is offline
Modem User
 
Join Date: Jan 2021
Posts: 3
Default

Hello, thank you so much, the code is detecting the links in a correct form but it is no detecting the download file it shows a html file, for example I copied the link **External links are only visible to Support Staff****External links are only visible to Support Staff** and it detects it

but when I open JDownloader it shows a html file:
I tried a deep scan but is the same result.
Thank you
Reply With Quote
  #5  
Old 12.11.2021, 18:40
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

You're right.

Seems like a small workaround is required so the following seems to work:

Code:
[
  {
    "enabled": true,
    "updateCookies": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule antupload.com1",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "deepPattern": "(/filed/[^\"]+)"
  },
  {
    "enabled": true,
    "name": "example rule antupload.com2",
    "pattern": "(https?://(?:www\\.)?antupload\\.com/filed/.+)",
    "rule": "REWRITE",
    "rewriteReplaceWith": "direct**External links are only visible to Support Staff**
  }
]
Pastebin for easier copy & paste:
pastebin.com/raw/RQBUy8pp

-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 23:59.
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.