JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 12.05.2023, 13:46
mediargl mediargl is offline
Baby Loader
 
Join Date: Jan 2022
Posts: 8
Default Help with LinkCrawler on ManyVIPs.com

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

I just can't wrap my head around this after several attempts. I throw in the towel.

When you're logged in the button under the video changes to take you through to Rapidgator and I just can't work out how to get LinkCrawler to cross it. I've not seen one like this anywhere else.
Reply With Quote
  #2  
Old 13.05.2023, 02:57
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

do you have your login/session cookies present in your rule?
inside inspect element check whats behind the button? is it constructed by javascript or link just present, you can compare with view source as that is raw not constructed/changed by js/dom
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 13.05.2023, 14:41
mediargl mediargl is offline
Baby Loader
 
Join Date: Jan 2022
Posts: 8
Default

Part of the problem is that I'm a novice and this one has stretched my ability while I was unsure about the basics and didn't know which method was the one I needed. I fixed me cookies and discovered the logs which helped me made progress but I'm stalled again.

Here's my working:

Start here:
Code:
**External links are only visible to Support Staff**
Code:
https\:\/\/manyvips\.com\/[^_]*_[^.]*.html

and the button brings you here:
Code:
**External links are only visible to Support Staff**
Code:
https\:\/\/rapidgator\.net\/file\/[^\/]*\/[^.]*\.\w*\.html

The button is in this blit of the html
Code:
</div><div id="video-control">
<div class="row pm-video-control">
<div class="col-xs-5 col-sm-6 col-md-6">
<form method="POST" target="_blank">
<input type="hidden" name="e" value="def50200fcac00616b37fa411b53fab7255aa485ee8f034be40e576a6c5cb3d4252d306718872f412a2dab9f3d6c841b2364417dc24e376d9837eb4b0a2cdf470fd329b28da350fb10d1928eb70b5e1301988fb7d60ca29365b515838baa015391d831b33e9d3e7a7405619cf423cefc6ee31e8600f1133d652a85189522c537f987ded9cd3d2d869652fce3cc4b48e326dd742eea8c3b4174c094422a2aaaa3e8e9540de126ec00f59efdbbdd2d49f58271f991684762fca0bcacb2a56afbcc4eee5669f289045c467d3d6c24d3e3593a0b485fce27154b548ec662f2df8ecadd7492ef">
<button class="btn btn-small border-radius0 btn-danger" style="color: #fff">Get Full Video</button>
</form>
<button class="btn btn-video " id="bin-rating-like" type="button" rel="tooltip" data-title="0 Likes"><i class="mico mico-thumb_up"></i> <span class="hidden-xs">Like</span></button>
<input type="hidden" name="bin-rating-uniq_id" value="ecd274ade">
<div id="bin-rating-response" class="hide-me alert"></div>
<div id="bin-rating-like-confirmation" class="hide-me alert alert animated bounce">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<p> Thanks! Share it with your friends!</p>
<p>
Extracted from the **External links are only visible to Support Staff**full html. (pw=jd2thegoat)

I have several setups that are valid in RegEx101 on Java8:

Code:
"<form method=\"POST\" target=\"_blank\">.*Get Full Video.*<\/form>"gms
Code:
"<form\smethod=\"POST\" target=\"_blank\">\R<input type=\"hidden\"\sname=\"e\"\svalue=\"[^\"]*\">\R<button\sclass=\"btn\sbtn-small\sborder-radius0 btn-danger\" style=\"color:\s#fff\">Get\sFull\sVideo</button>\R</form>"gm
This is I think the closest I've gotten:

Code:
[
  {
    "enabled": true,
    "cookies": [removed],
    "updateCookies": true,
    "logging": true,
    "maxDecryptDepth": 1,
    "name": "manyvipsbuttonpresser",
    "pattern": "https\\:\\/\\/manyvips\\.com\\/[^_]*_[^.]*.html",
    "rule": "SUBMITFORM",
    "formPattern": "(<form method=\\\"POST\\\" target=\\\"_blank\\\">\\R<input type=\\\"hidden\\\" name=\\\"e\\\" value=\\\"[^\\\"]*\\\">\\R<button class=\\\"btn btn-small border-radius0 btn-danger\\\" style=\\\"color: #fff\\\">Get Full Video</button>\\R</form>)"
  }
]
I can tell from the logs that I'm getting to the right page and logged in to make the button appear but I'm either missing the form or I'm missing a step I need to take afterwards.

I also saw a post where a user was advised that unless the HTML contained the link no progress could be made without a script or plug-in. Does this apply here for SUBMITFORM? I thought the idea would be that this showed JD where the button was and executed the event that I normlly would by clicking on it.

Last edited by raztoki; 13.05.2023 at 16:41.
Reply With Quote
  #4  
Old 17.05.2023, 14:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Please provide the login credentials for that website so we can take a look at it.
You can send them to: support@jdownloader.org
__________________
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 18.05.2023, 16:21
mediargl mediargl is offline
Baby Loader
 
Join Date: Jan 2022
Posts: 8
Default

Sent with the title Creds for JD2 Support Thread 94358 re: ManyVIPs
Reply With Quote
  #6  
Old 19.05.2023, 18:02
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

To put it short:
- Your rule contained mistakes
- There was also a bug in our SUBMITFORM handling

Next CORE-Update will fix that bug.
I've also added a small support article / example for SUBMITFORM LinkCrawler rules: Click

Here is a version of that rule which was working fine for me:
Code:
[
  {
    "enabled": true,
    "cookies": [
      [
        "PHPSESSID",
        "CENSORED"
      ]
    ],
    "updateCookies": true,
    "logging": true,
    "maxDecryptDepth": 1,
    "name": "manyvipsbuttonpresser",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "SUBMITFORM",
    "formPattern": ".+name=\"e\" value=\"[a-f0-9]{2,}.+"
  }
]
On pastebin:
pastebin.com/raw/gwQSrX4y


Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

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?

Last edited by pspzockerscene; 19.05.2023 at 18:05. Reason: Added hyperlink to new support article.
Reply With Quote
  #7  
Old 19.05.2023, 18:07
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

CORE-Updates have been released!
All announced bugfixes and features are live!
Please update your JDownloader and report any issues you find asap.
If this thread gets marked as "[Solved]" by our forum staff you can still post in it and we will read- and reply to it!

CORE-Updates wurden released!
Alle angekündigten Bugfixes/Features sind nun verfügbar!
Bitte JDownloader updaten und eventuelle Bugs schnellstmöglich an uns melden.
Falls dieser Thread vom Team als "[Erledigt]" markiert wird, kannst du weiterhin darin antworten und wir lesen/beantworten auch solche Threads!

-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
  #8  
Old 21.05.2023, 08:19
mediargl mediargl is offline
Baby Loader
 
Join Date: Jan 2022
Posts: 8
Default

That's amazing. Thank you so much!
Reply With Quote
  #9  
Old 22.05.2023, 13:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Thanks for your feedback!
__________________
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 07:10.
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.