JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 07.10.2020, 16:02
marka marka is offline
Modem User
 
Join Date: Oct 2020
Posts: 3
Default de.downmagaz.net Folder Watch not adding any downloads

Hi I'm trying to get folder watch to work. It adds the .crawljob file to "/folderwatch/added" but no links are added to Jdownloader.

myFile.crawljob:

Code:
   # Paket
   packageName=Neues Archiv

   # Download Einstellungen
   # URL
   text=**External links are only visible to Support Staff**
   # jDownloader Einstellungen
   enabled=TRUE
   autoStart=TRUE
   forcedStart=TRUE
   autoConfirm=TRUE
   downloadFolder=/output
   # Archiv Einstellungen
   extractAfterDownload=TRUE
Expected behaviour would be that it adds the novafile and turbobit links to Jdownloader but both downloads and Linkgrabber are empty. What am I missing?

Last edited by marka; 07.10.2020 at 16:05.
Reply With Quote
  #2  
Old 07.10.2020, 16:10
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Hi,

die von dir verlinkte Seite enthält extra Schritte, die "geklickt" werden müssen, um an die finalen Downloadurls zu kommen.
Ohne eine LinkCrawler Regel oder ein Plugin für die Seite selbst wird das nicht funktionieren.

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 07.10.2020, 16:24
marka marka is offline
Modem User
 
Join Date: Oct 2020
Posts: 3
Default

Ok ich dachte es wird genau so funktionieren wie mit dem normalen linkgrabber. Da findet er ja auch beide links wenn ich die Url kopiere.
Wie gehe ich da am besten mit einer Link crawler regel vor?

Lg, marka
Reply With Quote
  #4  
Old 08.10.2020, 14:22
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Ich habe eben nochmal geschaut:
Da die Links hier per JavaScript nachgeladen werden ist ein automatisches Finden dieser nicht ohne ein Plugin möglich.

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 26.02.2021, 00:57
C2L C2L is offline
Modem User
 
Join Date: Feb 2021
Posts: 4
Default

Having the same problem.

Strangely deepAnalyseEnabled=true works with newspaper:-
Quote:
text=**External links are only visible to Support Staff** deepAnalyseEnabled=true
autoStart=TRUE
enabled=TRUE
forcedStart=FALSE
autoConfirm=TRUE
but does not work with most magazines:-
Quote:
text=**External links are only visible to Support Staff** deepAnalyseEnabled=true
autoStart=TRUE
enabled=TRUE
forcedStart=FALSE
autoConfirm=TRUE

have added the linkcrawler rules found on :-
https://board.jdownloader.org/showthread.php?t=85189

But it still doesn't work.

Any help appreciated.
Reply With Quote
  #6  
Old 26.02.2021, 12:35
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

This won't work at all!
The rule is only there so you can manually copy/add their redirect-URLs matching the following pattern:
Code:
https?://(www\\.)?downmagaz\\.net/out\\.php\\?f=.\\&down=[0-9]+
...or to put it more simply:
You cannot automate the press of that yellow "Activate" button via LinkCrawler Rules / deep analyze.

-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 26.02.2021, 23:10
C2L C2L is offline
Modem User
 
Join Date: Feb 2021
Posts: 4
Default

Quote:
Originally Posted by pspzockerscene View Post
This won't work at all!
The rule is only there so you can manually copy/add their redirect-URLs matching the following pattern:
Code:
https?://(www\\.)?downmagaz\\.net/out\\.php\\?f=.\\&down=[0-9]+
...or to put it more simply:
You cannot automate the press of that yellow "Activate" button via LinkCrawler Rules / deep analyze.

-psp-
Thanks for the reply.

I just don't understand why it works for the top link and not the bottom link. Both appear to be the same in the page source, both require the clicking on the yellow box but yet one works automatically but the other doesn't. This one was auto grabbed today:-
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Thanks
Reply With Quote
  #8  
Old 01.03.2021, 15:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

What do you mean by "top" and "bottom" link?

-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 01.03.2021, 23:32
C2L C2L is offline
Modem User
 
Join Date: Feb 2021
Posts: 4
Default

Quote:
Originally Posted by pspzockerscene View Post
What do you mean by "top" and "bottom" link?

-psp-
in my example there are two links The Newspaper one works fine:-
Quote:
text=**External links are only visible to Support Staff** deepAnalyseEnabled=true
autoStart=TRUE
enabled=TRUE
forcedStart=FALSE
autoConfirm=TRUE

but magazine ones do not work:-

Quote:
text=**External links are only visible to Support Staff** deepAnalyseEnabled=true
autoStart=TRUE
enabled=TRUE
forcedStart=FALSE
autoConfirm=TRUE
The HTML looks the same, the link should not be visible until clicked:-

Quote:
<button class="down_button">Activate Download Links</button>
but if you create a crawljob file from the to above, the-times will work but railways-illustrated will not.

thanks again from your help
Reply With Quote
  #10  
Old 02.03.2021, 14:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Your first example:
See HTML ->
Code:
property="og:description"
Seems like for some reason they've put the URLs in there.
Looks like a mistake for me.

-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 05.03.2021, 01:39
C2L C2L is offline
Modem User
 
Join Date: Feb 2021
Posts: 4
Default

Quote:
Originally Posted by pspzockerscene View Post
Your first example:
See HTML ->
Code:
property="og:description"
Seems like for some reason they've put the URLs in there.
Looks like a mistake for me.

-psp-
Thanks, typical, the website I use made a mistake so it half works.

Do you have any advice on getting this to work?

Is it possible for jDownloader to do this at all?

Thanks
Reply With Quote
  #12  
Old 05.03.2021, 13:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Quote:
Originally Posted by C2L View Post
Is it possible for jDownloader to do this at all?
Yes but not without a "real" plugin.

-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 10.05.2022, 15:55
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Because it has been requested by enough users, I've finally added a plugin for this website.

Da einige danach gefragt hatten, habe ich ein simples Plugin für diese Webseite erstellt.

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 10:34.
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.