JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 20.07.2017, 20:12
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default Cant Grab Links in page gayfilesmonster.com

**External links are only visible to Support Staff****External links are only visible to Support Staff**
For some reason, Jdownloader is not spitting back the filesmonster.com links from the page.
Any Ideas?
Danke!

Last edited by eagleg; 20.07.2017 at 20:27.
Reply With Quote
  #2  
Old 20.07.2017, 20:36
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Hi
1. You will need to add the single URLs, NOT the overview URLs e.g. NOT:
Code:
**External links are only visible to Support Staff**
But these:
Code:
**External links are only visible to Support Staff**
2. What you're doing here is not a bugreport, more a feature you want.
We'll add generic base64 support for these type of URLs (@team no need to censor, Filesmonster content is usually licensed and officially hosted):
Code:
**External links are only visible to Support Staff**
Moved to Suggestions & Wishes forum.

GreeZ 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 20.07.2017, 20:44
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

I wan to get :**External links are only visible to Support Staff****External links are only visible to Support Staff**. But i can wait!
Reply With Quote
  #4  
Old 20.07.2017, 20:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

I know, I was just trying to explain to you what you did wrong and what we can / will do to make this possible.
I'll be back online tomorrow and implement this if someone else of our team wasn't faster

GreeZ 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 20.07.2017, 20:49
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

No problem, I understand.
Thank you!
Reply With Quote
  #6  
Old 20.07.2017, 21:03
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

So the top page cannot be used, but the individual pages can?
Thanks!
Reply With Quote
  #7  
Old 21.07.2017, 09:14
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 21.07.2017, 15:43
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Thank you
Reply With Quote
  #9  
Old 21.07.2017, 17:38
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Added base64 decrypt support.
For everything else, please go to Settings --> Advanced Settings --> Search for "Link crawler rules" --> Put in this code:
Code:
[
  {
    "enabled": true,
    "maxDecryptDepth": 1,
    "id": 1485801268988,
    "name": "gayfilesmonster.com general grab",
    "pattern": "https?://gayfilesmonster\\.com/[^/]+/video/.*?\\.html",
    "rule": "DEEPDECRYPT",
    "packageNamePattern": null,
    "formPattern": null,
    "deepPattern": null,
    "rewriteReplaceWith": null
  },
  {
    "enabled": true,
    "maxDecryptDepth": 1,
    "id": 1485801268989,
    "name": "gayfilesmonster.com correct filesmonster urls",
    "pattern": "sptth://filesmonster\\.com/(.+)",
    "rule": "REWRITE",
    "packageNamePattern": null,
    "formPattern": null,
    "deepPattern": "**External links are only visible to Support Staff**,
    "rewriteReplaceWith": null
  }
]
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
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
  #10  
Old 21.07.2017, 19:23
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Still not working
Error log attached:
21.07.17 12.22.12 <--> 21.07.17 12.23.16 jdlog://0106114015941/

Last edited by eagleg; 21.07.2017 at 20:37.
Reply With Quote
  #11  
Old 23.07.2017, 16:21
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

any one?
Reply With Quote
  #12  
Old 24.07.2017, 16:50
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

It seems a plugin is required, because its not simple base64
__________________
JD-Dev & Server-Admin
Reply With Quote
  #13  
Old 24.07.2017, 16:53
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

how do i find and install the plugin?
Reply With Quote
  #14  
Old 24.07.2017, 16:54
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

We first have to develop it That's what the ticket is for
__________________
JD-Dev & Server-Admin
Reply With Quote
  #15  
Old 24.07.2017, 16:57
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

thought it was solved:)
Reply With Quote
  #16  
Old 24.07.2017, 20:10
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

How long will it take? Thanks!
Reply With Quote
  #17  
Old 25.07.2017, 10:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

I'm sure pspzocker will work on this as soon as possible
__________________
JD-Dev & Server-Admin
Reply With Quote
  #18  
Old 25.07.2017, 19:33
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Cool!
Reply With Quote
  #19  
Old 27.07.2017, 19:37
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Any updates? Thanks!
Reply With Quote
  #20  
Old 27.07.2017, 20:40
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Quote:
Originally Posted by eagleg View Post
Any updates? Thanks!
I'm working on it.

Still, I expect you not to push such a thread multiple times in such a short period of time.
JDownloader is free - the work we do here is free for you ...

GreeZ 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
  #21  
Old 27.07.2017, 20:42
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

understood. Thanks!
Reply With Quote
  #22  
Old 27.07.2017, 20:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Plugin done.
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
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
  #23  
Old 27.07.2017, 21:12
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Don't see the new plugin, any idea? Thanks!
Reply With Quote
  #24  
Old 27.07.2017, 21:14
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Quote:
Originally Posted by eagleg View Post
Don't see the new plugin, any idea?
Read the update FAQ.

GreeZ 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
  #25  
Old 27.07.2017, 21:56
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Still not working.
Log attached:
27.07.17 12.36.38 <--> 27.07.17 14.55.58 jdlog://4431214015941/
Reply With Quote
  #26  
Old 27.07.2017, 22:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Log does not contain any gayfilesmonster.com activity, only filesmonster.com.

Also keep in mind that you should delete the link crawler rules for gayfilesmonster.com which I posted before as you do not need them anymore.

What happens when you add gayfilesmonster.com URLs?

GreeZ 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
  #27  
Old 27.07.2017, 22:07
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

nothing happens when i add the links. Sample link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by eagleg; 28.07.2017 at 14:20.
Reply With Quote
  #28  
Old 28.07.2017, 14:42
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Fixed.
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
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
  #29  
Old 28.07.2017, 16:52
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Still not working.
Sample Link:**External links are only visible to Support Staff****External links are only visible to Support Staff**
28.07.17 09.49.36 <--> 28.07.17 09.53.02 jdlog://6681214015941/
Reply With Quote
  #30  
Old 28.07.2017, 17:14
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Fixed.
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
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
  #31  
Old 28.07.2017, 19:20
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

It Works!
Thanks again!
Reply With Quote
  #32  
Old 01.08.2017, 14:49
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Thanks for your feedback

GreeZ 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
  #33  
Old 03.08.2017, 23:34
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

Hello.
Plugin stopped working for some reason.
Sample link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Log:
03.08.17 16.33.58 <--> 03.08.17 16.34.34 jdlog://9976214015941/
Reply With Quote
  #34  
Old 04.08.2017, 09:09
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Works fine here.
After adding your URL, I get:
Code:
**External links are only visible to Support Staff**
--> Offline

GreeZ 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
  #35  
Old 04.08.2017, 12:00
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

except thats not the download link. I need:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

It worked before
Reply With Quote
  #36  
Old 04.08.2017, 12:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

And where can I find that?

GreeZ 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
  #37  
Old 04.08.2017, 12:48
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

in the link page
Reply With Quote
  #38  
Old 04.08.2017, 12:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

I've tried it via Chrome and Firefox, both without Adblocker --> I only get this offline URL:
Code:
**External links are only visible to Support Staff**
GreeZ 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
  #39  
Old 04.08.2017, 12:56
eagleg eagleg is offline
Tornado
 
Join Date: Apr 2016
Posts: 237
Default

in the link, if u click on the video in the upper left hand corner, it's there
Reply With Quote
  #40  
Old 04.08.2017, 14:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,107
Default

Fixed.
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
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 16:12.
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.