JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 04.01.2024, 16:40
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default naughtyamerica.com Plugin options do not work

Hi everyone,

just got myself a naughtyamerica.com account and tried downloads via JD.

Issue:
It grabs the correct files but downloads all qualities in parallel instead of only downloading the video with the highest quality.

Options I selected:
- Gallery crawl mode to "Don't download galleries"
- All video quality options enabled (grab best video quality as well as each individual quality selection)

Alternatively I also tried to select "grab best video quality" only and deselect the individual qualities, this led to an error in JD and it did not download anything at all.

Can this be fixed?

Best,
toby

P.S.:
Would it be possible to add the different qualities for VR videos as well to have JD automatically select the right/highest VR video quality?
Currently it downloads one of the VR qualities but that seems to be random.

P.P.S.:
happy to share my credentials anytime

Last edited by toby666123; 04.01.2024 at 16:42.
Reply With Quote
  #2  
Old 05.01.2024, 13:54
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Hi,
this problem started happening because naughtyamerica has introduced new qualities in the meantime which our plugin "does not know".

For now I've updated the plugin to always add all "unknown" qualities too.
I'm still very unsure on how to rate those strangely named video labels for quality selectioin like e.g. what of the following items is the "best": Screenshot:


Quote:
Originally Posted by toby666123 View Post
P.P.S.:
happy to share my credentials anytime
You're lucky, I still got my own test account for this service

For all code changes I did, the following applies:

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; 05.01.2024 at 13:58. Reason: Fixed typo
Reply With Quote
  #3  
Old 05.01.2024, 14:16
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

Hi,

thanks for your reply and support first of all!!
It is still fantastic that you are engaging so much in making and keeping JD a great product!

Regarding the quality options chaos I would propose the following:
  1. There is two types of video on the platform, 2D and 3D. Each of them has "their own" selection of qualities, so basically there are 2 parallel hierarchies of qualities, on for 2D- and one for 3D-videos.
  2. Qualities for 2D are as on any site, 4K currently being the best option.
  3. 3D qualities were growing and will be growing forward as Tech improves and higher resolutions are being used. I propose the following hierarchy for the currently available qualities (from Best to Worst):
    - 8K
    - 6K H.265
    - 6K H.264
    - 4K
    - Samsung Gear VR
    - 1440p
    - Playstation VR
  4. All qualities (of both types of video) would need to be added to the plugin selection options
  5. The plugin would somehow need to distinguish between 2D and 3D videos and subsequently apply the related hierarchy of quality options, especially to select the appropriate "best quality". Maybe the easiest solution would be to scan for 2D quality options and if not present to identify it as 3D instead?
    Not very stable I know, but better than nothing.

Would that be a way to go maybe?

Best,
toby
Reply With Quote
  #4  
Old 05.01.2024, 14:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

As long as a video is not available in 2D and 3D at the same time it should be fine to apply this one set of setting to all items(?)
__________________
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 05.01.2024, 14:35
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

haha, yeah true.

Let's wait until they start mixing qualities between 2D and 3D for no reason and solve that problem then. :D
Reply With Quote
  #6  
Old 05.01.2024, 14:51
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Yap can happen :D

For now let's keep it simple.
Due to internal reasons I can't add new quality settings at this moment so for now, this is how my changes look like:
- added the missing qualities
- hardcoded enabled all qualities for which I'm unable to add new plugin settings at this moment (2048, 3465, 3466, 4320)

Side info: Currently the best quality is determined by video-height though the value is nowhere else used so to rate same-height items higher for final quality determination, I will just use a higher internal value.
Further changes I did:
- Quest2/Quest Pro 6K H265 -> 3466
- Other 6k items -> 3465
(- 3dh -> Samsung Gear VR -> 1440 -> This was already in my mapping)
- vrdesktophd -> Quest1/Oculus Rift 4K -> 2048
- sbs -> Playstation VR -> 1080
- smartphonevr00 -> Smartphone (Legacy) -> 1024

Screenshot of the related logic:
Spoiler:



EDIT Fixed missing "vrdesktophd" that is still wrong in my screenshot.

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
  #7  
Old 05.01.2024, 15:05
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

Love it, sounds fantastic!!

Thanks, I will test and provide feedback as soon as new Core is released.
Reply With Quote
  #8  
Old 05.01.2024, 15:08
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Core-Update is not needed.

Pluginupdate should be live within the next 10 minutes.
__________________
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 05.01.2024, 15:27
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

Test report is as follows:

Unfortunately the changes do not take any effect in my installation yet.

Details and test-links:

1) Regular 2D-Videos.

Test-Link #1:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> Issue: Loads 3 qualities in parallel

Test-Link #2:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> Issue: Loads 4 qualities in parallel

2) VR-/3D-Videos:

Testlink #1:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> Issue: Loads 4 qualities in parallel

Testlink #2:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> Issue: Loads 5 qualities in parallel
Reply With Quote
  #10  
Old 05.01.2024, 15:37
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Are you using the "best" setting?

I've changed some things - try again with the next 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?
Reply With Quote
  #11  
Old 05.01.2024, 15:42
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

These are my settings:
(holy sh**, how can I downsize this picture for the thread? Do I need to do it manually before upload?)

Spoiler:

Last edited by pspzockerscene; 05.01.2024 at 15:44. Reason: Added SPOILER tag
Reply With Quote
  #12  
Old 05.01.2024, 15:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Quote:
Originally Posted by toby666123 View Post
(holy sh**, how can I downsize this picture for the thread? Do I need to do it manually before upload?)
Yes or use a SPOILER tag (see my edit of your post).

The next update will be released some time within the next hour.
__________________
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 05.01.2024, 17:38
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

New Test report.

In short: It all works flawlessly!!! Love it

Thanks a lot for your great and swift support!!!

Best,
toby


Details:
Spoiler:


1) Regular 2D-Videos.

Test-Link #1:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> Works as intended now

Test-Link #2:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> Works as intended now

2) VR-/3D-Videos:

Testlink #1:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> works as intended now

Testlink #2:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

=> Issue: works as intended now
Reply With Quote
  #14  
Old 08.01.2024, 10:59
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Thanks for your detailed feedback!

I'll come back to this thread once I'Ve added the new settings for "6k" and "8k".
As long as you're only trying to download the "best" version, you're already good.
__________________
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
  #15  
Old 09.01.2024, 11:49
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

So, while downloading some more videos I realized that the solution for "best version" is not stable yet despite my positive test results from above. It basically needed more test-cases to be found out.

The Findings:
I wanted to download 12 2D-Videos today, whereof in 7 cases (so the majority) it did not download the best version (1080p) but instead defaulted back to QuickTime.

Here are the links of the 7 cases:
**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**
**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**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Can you still fix that within your current hardcoded solution?
That would be fantastic!! (and very helpful )

Best,
toby
Reply With Quote
  #16  
Old 09.01.2024, 13:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

I'm unable to find any higher stream than the default available.
Random example I picked:
Code:
members.naughtyamerica.com/scene/asa-akira-likeing-in-the-couch-with-her-big-ass-14251
You can see some more possible stream URLs in the html source but none of them works except the one which the player is using.
I've checked this for two of your seven links.

Please re-evaluate.
__________________
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
  #17  
Old 09.01.2024, 13:29
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

Thanks for your swift response and support once again!!

I re-evaluated all 7 links with the following conclusions:
  • When downloading manually, all the links work first of all, incl. all HD formats, e.g. 1080p
  • When having a closer look I noticed a mixture of file-formats:
    - Qualities "Quicktime" and "Mobile" use mp4
    - "Normal" and "DVD" use wmv
    - All HD-formats use f4v
  • In basically all other cases I have seen on the site so far, HD formats where using mp4 as well, so this seems to be an exception. At the same time, might be more often the case than I think, do not have any numbers or so

Might this format-chaos be the reason why JD cannot grab the 1080p-file?

To verify, I just downloaded the 1080p-f4v-file manually, it works. And it contains the wanted video.

Best,
toby
Reply With Quote
  #18  
Old 09.01.2024, 13:54
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Please provide the direct URL to a working 1080p stream version of the following item:
Code:
members.naughtyamerica.com/scene/asa-akira-likeing-in-the-couch-with-her-big-ass-14251
If you mean the "official download":
Currently the naughtyamerica.com plugin doesn't implement any of this.
Also the official downloads seem to require the user to enter a captcha.
Screenshot:
Spoiler:
__________________
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
  #19  
Old 09.01.2024, 13:59
toby666123 toby666123 is offline
Super Loader
 
Join Date: Jan 2023
Posts: 26
Default

Quote:
If you mean the "official download":
Currently the naughtyamerica.com plugin doesn't implement any of this.
Also the official downloads seem to require the user to enter a captcha.
Yes, I was talking about exactly that. And obviously I was not aware that the plugin is fetching the data from a completely different source.

Von daher: Nevermind & sorry for the request. I guess that would be a way too big overhaul to be implemented, therefore I propose to just leave everything as it is.

Thanks for your support anyways as always!

Best,
toby
Reply With Quote
  #20  
Old 09.01.2024, 14:02
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Quote:
Originally Posted by toby666123 View Post
Von daher: Nevermind & sorry for the request. I guess that would be a way too big overhaul to be implemented, therefore I propose to just leave everything as it is.
Nichts ist unmöglich, aber man müsste sich überlegen, wie man das einbaut:
  • 2 Pakete: Streams, Downloads
  • oder: Jede Qualitätsstufe nur als Stream ODER Download
  • Qualitätsauswahl: Separate Qualitätsauswahl für Streams und Downloads unter der Annahme, dass immer mindestens ein Stream verfügbar ist
usw
__________________
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; 09.01.2024 at 15:24. Reason: Tippfehler behoben
Reply With Quote
  #21  
Old 02.04.2024, 14:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Fehlende Qualitätseinstellungen hinzugefügt: 6k, 8k

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