JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 13.01.2022, 03:05
leroyeur leroyeur is offline
JD Beta
 
Join Date: Apr 2021
Posts: 58
Default [Request] Hustler.com Plugin for videos

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Subscription available, will give login credentials as needed

Examples of video pages:
  1. **External links are only visible to Support Staff****External links are only visible to Support Staff**
  2. **External links are only visible to Support Staff****External links are only visible to Support Staff**
  3. **External links are only visible to Support Staff****External links are only visible to Support Staff**
  4. **External links are only visible to Support Staff****External links are only visible to Support Staff**
  5. **External links are only visible to Support Staff****External links are only visible to Support Staff**

Videos come in varying resolutions
This is what a video page looks like (they are all the same):
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Can we also have an option to get the highest res video and remove the rest when link grabbing?
Also, for the file names to match the titles of the videos in the page?

Thank you very much

Last edited by Jiaz; 13.01.2022 at 16:22.
Reply With Quote
  #2  
Old 13.01.2022, 16:22
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 13.01.2022, 17:10
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Hi,
this is a paid website.
Please submit your login credentials to support@jdownloader.org.

We're unlikely going to add a plugin for this website this if it's about downloading streams, please try this method.

It might be possible to easily crawl the content of this website using one or multiple LinkCrawler Rules containing your own cookies.
In order to check if this is possible, please send your login credentials to the E-Mail address mentioned in this post.

-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 13.01.2022, 20:06
leroyeur leroyeur is offline
JD Beta
 
Join Date: Apr 2021
Posts: 58
Default

Login credentials sent
Reply With Quote
  #5  
Old 14.01.2022, 11:44
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

I've checked it and here is my conclusion:
- Website has similarities with metartnetwork.com which we already support but our existing code doesn't really fit to make anything work easily (different URL structure, slightly different login process)
- Website is made in a way to prevent "easy" downloading of their content
- Use this method (without JDownloader) to be able to download content from that website

As already explained, please don't expect a plugin for this website to be added.
We will however, leave this thread/ticket open to collect the demand just in case other users are interested in a plugin for this website too.

-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
  #6  
Old 14.01.2022, 15:26
leroyeur leroyeur is offline
JD Beta
 
Join Date: Apr 2021
Posts: 58
Default

Is it possible to use the linkgrabber/crawler to collect the links in bulk?

It's a tedious process to download one video at a time when I'm trying to download hundreds (or maybe a thousand or more) videos. So, I'm just looking for a bit of automation. Like with your other plugins, where if I copied the page, it will automatically renew the link even when it expires.

So, is there at least a way to task JD to grab download links from the pages? Is it also possible to tell it to specifically go for the highest res? Even if I have to run the task again every time the links expire, but at least I don't have to visit every page individually to hit "download" (or use VideoDownloadHelper)

Thanks for the response
Reply With Quote
  #7  
Old 14.01.2022, 15:35
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Quote:
Originally Posted by leroyeur View Post
Is it possible to use the linkgrabber/crawler to collect the links in bulk?
As said, this won't be easily possible without a plugin.
You can look for other browser tools/scripts to help you but other than my linked hint for videos (VideoDownloadHelper addon) and maybe the Chrome browser addon "Link Gopher" I won't be able to help.
For some websites you might be lucky and you can find scripts for bulk downloading on github.com.

Quote:
Originally Posted by leroyeur View Post
So, is there at least a way to task JD to grab download links from the pages?
No not in this case.
The website is using ajax requests and js so our simple html parsers will not find anything.

Quote:
Originally Posted by leroyeur View Post
Is it also possible to tell it to specifically go for the highest res?
Even if you'd be able to easily grab all video URLs, this is not easily possible with generic tools but if e.g. every video is available in a static set of qualities (e.g. 480p, 720p, 1080p), you could filter everything except 1080p using Linkgrabber Filters or views (Settings -> Linkgrabber -> Linkgrabber filter).

We're open source so you're free to code your own plugins.
Making plugins fort this- and your other two requested websites + quality selection & login would take a lot(!) of time and after that, those plugins still have to be maintained as websites will change over time.
Requests like this are especially time consuming so it doesn#t make sense to fullfil them until enough users express their interest.

-psp-
EDIT

Just to be clear:

I don't see any generic bulk download automation working for this website without specific plugins/code written to crawl/download content from this website!
__________________
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 14.01.2022, 16:55
leroyeur leroyeur is offline
JD Beta
 
Join Date: Apr 2021
Posts: 58
Default

Very informed and thorough reply, I'm completely understanding. Thank you for your time. I'll see if I could make my own contributions (to see if I could find anyone who could help. I unfortunately do not have enough skills)

I'm very thankful for your time
Reply With Quote
  #9  
Old 14.01.2022, 17:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Thanks for your feedback & nice conversation
Have a nice weekend as well!

-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:13.
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.