JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #21  
Old 07.11.2022, 21:59
ElCho ElCho is offline
Tornado
 
Join Date: May 2014
Posts: 232
Default

Excellent, I will keep testing it and keep you informed in case something interesting shows up.

Thanks.
Reply With Quote
  #22  
Old 11.11.2022, 01:55
ElCho ElCho is offline
Tornado
 
Join Date: May 2014
Posts: 232
Default

Quote:
Originally Posted by pspzockerscene View Post
Please provide log- and example URLs for this case.

I've put some notes into said tickets.
Improving those filenames won't be too easy except if we either always include the bandwith in the filenames.

We'll find something but we could as well leave it like that because as said resolutions are the same and filenames do already differ at this moment though it would be nice to be able to see this situation more easily when simply looking into the linkgrabber in JDownloader.
We're open for suggestins.
Hi, to give you an example of the aforementioned situation, I have just tried with one movie and it showed up:

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

I decoded its link like this:

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

And right after letting JD2's clipboard observer gets the dl links, I get only "4" of "5" video qualities: 270p, 360p, 480p
and 600p. Then, after enabling/disabling the clipboard observer (with the original dl link still in the clipboard), I get all
the previously mentioned video qualities, besides the one who was initially missing: "240p".

07.11.22 22.15.19 <--> 10.11.22 20.36.00 jdlog://2201311370661/

The links from the initial attempt starts like this:

chunklist_w1534686124

while those from the second attempt, like this:

chunklist_w1029971639

By the way, is there a way you can make JD2 replaces the gibberish from dl links, and takes the
movies' titles out of the pages' titles? I mean, for example with this particular movie, getting a filename like this:

La muerte camina en la lluvia (600p_aac).mp4

Thanks.
Reply With Quote
  #23  
Old 11.11.2022, 13:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,440
Default

Quote:
Originally Posted by ElCho View Post
And right after letting JD2's clipboard observer gets the dl links, I get only "4" of "5" video qualities: 270p, 360p, 480p
and 600p. Then, after enabling/disabling the clipboard observer (with the original dl link still in the clipboard), I get all
the previously mentioned video qualities, besides the one who was initially missing: "240p".
We've changed so many things that I'm not going to investigate this until we've released the next set of updates.
Please either wait for the update and test again or test in our developer build:
https://support.jdownloader.org/Know...up-ide-eclipse

Quote:
Originally Posted by ElCho View Post
By the way, is there a way you can make JD2 replaces the gibberish from dl links, and takes the
movies' titles out of the pages' titles? I mean, for example with this particular movie, getting a filename like this:
In this case it's not so eas because:
- The source-URL does not contain any title/filename-hint in this case
- When adding the .m3u8 URL there is no way for JD to have any of the "play.cine.ar" html in context

The best way would be to have something which can grab the title in context, put the title into the .m3u8 URL with an anchor and from there on, work with a Packagizer rule similar to this one:
https://support.jdownloader.org/Know...ame-via-anchor

This case is especially hard because the website html itself doesn't even contain any info as everything is loaded via an API.
E.g. the popular title tag doesn't contain any useful information:
Code:
<title ng-bind-template="{{::app}} - {{ Page.title() }}">Cine.ar Play</title>
Looking into the requests, the title-information can be found here:
play.cine.ar/api/v1.7/INCAA/prod/...
and here:
player.cine.ar/odeon/?i=..&p=..&s=INCAA&t=...
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #24  
Old 11.11.2022, 19:43
ElCho ElCho is offline
Tornado
 
Join Date: May 2014
Posts: 232
Default

Quote:
Originally Posted by pspzockerscene View Post
We've changed so many things that I'm not going to investigate this until we've released the next set of updates.
Please either wait for the update and test again or test in our developer build:
**External links are only visible to Support Staff**...
That's not a problem to me, I just mentioned it in case it could be useful to you, whenever you might try
to find the cause of the issue.

Quote:
Originally Posted by pspzockerscene View Post
The best way would be to have something which can grab the title in context, put the title into the .m3u8 URL with an anchor and from there on, work with a Packagizer rule similar to this one:
**External links are only visible to Support Staff**...

This case is especially hard because the website html itself doesn't even contain any info as everything is loaded via an API.
E.g. the popular title tag doesn't contain any useful information:
Code:
<title ng-bind-template="{{::app}} - {{ Page.title() }}">Cine.ar Play</title>
Looking into the requests, the title-information can be found here:
play.cine.ar/api/v1.7/INCAA/prod/...
and here:
player.cine.ar/odeon/?i=..&p=..&s=INCAA&t=...
I see, but just out of pure ignorance, I'm wondering if JD2 wouldn't be able to "emulate" a browser's
behavior, so provided it gets a base movies' link like this:

Code:
**External links are only visible to Support Staff**
it manages to get the download links, resembling the generic behavior that's needed to start playing the movies,
and then start snooping into the obtained data, in order to get the download links. I know it might seem like an easy task, but looking at how the "IDM's" monitoring module does it, it's basically that; it even gets the movies' filenames almost perfectly (like this: "CINE.AR PLAY - Reproduciendo- La muerte camina en la lluvia.ts"). The only thing it lacks is doing a proper process of the playlist, so it can join all the chunks together, and offer single download links.

Last edited by ElCho; 11.11.2022 at 19:45.
Reply With Quote
  #25  
Old 14.11.2022, 15:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,440
Default

Quote:
Originally Posted by ElCho View Post
I'm wondering if JD2 wouldn't be able to "emulate" a browser's
behavior, so provided it gets a base movies' link like this:
No and that is currently not planned.
It was initially planned to add similar functionality like "Video DownloadHelper" into our myjdownloader addon but if you ask me, I doubt it's ever gonna happen.

Quote:
Originally Posted by ElCho View Post
I know it might seem like an easy task, but looking at how the "IDM's" monitoring module does it, it's basically that; it even gets the movies' filenames almost perfectly (like this: "CINE.AR PLAY - Reproduciendo- La muerte camina en la lluvia.ts").
Sure it can do that as it waits for the browser to load/render everything and then starts to extract that information.
I'm sorry but at this stage we simply do not have the needed tools/software-features to provide such a functionality.
You will need to continue to work with other browser addons in such cases.

There is another open source browser extension which might be able to help you to do this task a bit easier:
github.com/venukbh/http-tracker
With some script magic you could probably extract the site title and send everything to JDownloader to set "proper" filenames.

Quote:
Originally Posted by ElCho View Post
The only thing it lacks is doing a proper process of the playlist, so it can join all the chunks together, and offer single download links.
JD can't do that either.
Our "magic" is using FFmpeg for that
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #26  
Old 14.11.2022, 20:31
ElCho ElCho is offline
Tornado
 
Join Date: May 2014
Posts: 232
Default

Alright, I will keep downloading the streams as I'm doing it now, and it isn't really
a problem at all but I had to ask, since I think, whenever possible, getting things
well done in an automatic way, will be the best in most cases. Thanks.
Reply With Quote
  #27  
Old 15.11.2022, 12:45
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,440
Default

No worries I was just trying to provide more input.
What's also theoretically possible is to create a custom Greasemonkey script which fetches the filename, decrypts the link and sends all the relevant info to JD whenever a play.cine.ar link is accessed in your browser.
You might even be able to skip the need to start playing the video with such a script.

Unfortunately I won't be able to provide any further help as I'm really not into JS.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #28  
Old 16.11.2022, 20:07
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,440
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
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #29  
Old 16.11.2022, 20:31
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,440
Default

*
This means that the mentioned new settings for our HLS crawler are now available under Settings -> Plugins -> m3u8
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #30  
Old 17.11.2022, 07:44
ElCho ElCho is offline
Tornado
 
Join Date: May 2014
Posts: 232
Default

I will try it.

Thanks.
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 18:45.
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 - 2023, Jelsoft Enterprises Ltd.