JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #5521  
Old 22.06.2023, 20:34
fireant fireant is offline
Modem User
 
Join Date: Jun 2023
Posts: 2
Default

RESOLVED - Thank you PSPZOCKERSCENE.

It took some kludging but I got FFMPEG downloaded and JDownloader2 to focus on my fresh copy.

That copy was only visible in my User/Downloads directory though, no other location could SEE the folder. I'm guessing I'm noobing hard on Linux, I doubt keeping it there is proper, but my youtube files are downloading, completing, and watchable.

Thank you again!
Reply With Quote
  #5522  
Old 22.06.2023, 23:34
dvmoo dvmoo is offline
DSL User
 
Join Date: Feb 2020
Posts: 37
Default Youtube file size: any logic to select the smaillest size for a given resolution?

Hi all experts,

Often I wish to download a youtube clip (for instance a document that does not need 4K) but saving with its smallest size (to save disk space) for a given resolution (i.e. 1080 for the clarity).

By default, JD will choose MP4 at this resolution (set limit to 1080 in the plugin), it seems due to parameter "Youtube: Quality Sort Identifier Order Filetype" (correct?).

The problem is, while MP4 might give the best quality (the plugin was set to choose the best video), sometime its size is smaller than MKV and WEBM, but most of time it isn't, sometime has almost double size. (No idea of the cause of it, maybe depending on the original version of the uploader then youtube tries to convert to other format which increases the size?). We can set the plugin to choose MKV instead, but then it happens that there are some MP4 that have smaller size!

So is there anyway to set the plugin choosing the smallest size among MP4 MKV WEBM etc, for a give resolution? Or do we need a script for that?

Thanks!

Last edited by dvmoo; 23.06.2023 at 00:26.
Reply With Quote
  #5523  
Old 23.06.2023, 00:13
dvmoo dvmoo is offline
DSL User
 
Join Date: Feb 2020
Posts: 37
Default LinkGrapper: how to see its "real" link?

Hello all,

When we add a youtube list, or a video in the list:
a) if only a video is chosen: the link appears in Download from and Show URL is clear, like what we see in https line, fine.
b) if we choose to download the whole list, then ALL the entries of the list are shown with the same line v= list= index= ... all with 1 same line.
Open in browser (either from LinkGrabber or Downloads) will open the SAME video, for all entries of the list added!
Strange, JD has been changed with this bug? Because previously I saw it open the right video despite its index is the same for all!
c) If we paste a link such as youtube.... playlist?list=... (from View full playlist), then all entries will have the same as pasted. Result: Open in browser will all jump to View full playlist, will not play anything of course.

Now, what is interesting is, when downloading, JD still choose the right video to download, not wrongly like Open in browser. That means JD saves the real link in its list .zip, but why does not display clearly the link with v=... in LinkGrabber or Downloads?

Also, if we load container .dlc, the "Download from" will display "file:/...", why not the original link? And so, if we had deleted the source of this .dlc, we won't be able to see the original link again (!?)

Do I miss something in Advanced Settings for this?

Note: JD is newly installed, today, with its latest version.

Thanks all!

Last edited by dvmoo; 23.06.2023 at 00:35.
Reply With Quote
  #5524  
Old 23.06.2023, 11:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,596
Default

Quote:
Originally Posted by dvmoo View Post
So is there anyway to set the plugin choosing the smallest size among MP4 MKV WEBM etc, for a give resolution? Or do we need a script for that?
No - if at all, you need to write a script.

Regarding the size: What about codec and FPS?
Did you check that/play around with the settings?

Quote:
Originally Posted by dvmoo View Post
b) if we choose to download the whole list, then ALL the entries of the list are shown with the same line v= list= index= ... all with 1 same line.
...
Open in browser (either from LinkGrabber or Downloads) will open the SAME video, for all entries of the list added!
Strange, JD has been changed with this bug? Because previously I saw it open the right video despite its index is the same for all!
Please provide example URLs.

Quote:
Originally Posted by dvmoo View Post
Now, what is interesting is, when downloading, JD still choose the right video to download, not wrongly like Open in browser. That means JD saves the real link in its list .zip, but why does not display clearly the link with v=... in LinkGrabber or Downloads?
Most likely your "Display URL" setting is not how you'd like it to be and the URL you see is the source/container URL.
See:
https://support.jdownloader.org/Know...iew-added-urls

Quote:
Originally Posted by dvmoo View Post
Also, if we load container .dlc, the "Download from" will display "file:/...", why not the original link? And so, if we had deleted the source of this .dlc, we won't be able to see the original link again (!?)
That is explained in the article I linked above, see "I cannot view/copy any URL at all - why?".
__________________
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
  #5525  
Old 23.06.2023, 18:39
YNN YNN is offline
Baby Loader
 
Join Date: Jun 2023
Posts: 8
Default

Quote:
Originally Posted by pspzockerscene View Post
Wrong!

Read-access does not need credentials.

Looks like you'Ve tried to open SVN links in your browser. Using the SVN protocol in Eclise, it will work just fine and you can obtain the source code.
Quite correct. I remembered that SVN could serve an HTML view of the repository and figured I would use that since I didn't have an SVN client installed here. I didn't notice that the links used the SVN protocol rather than HTTP.

Anyway, I actually figured that out pretty soon after I posted and did install the toolchain intending to try to figure it out, but ran out of time. I got into it again now, but ran out of time again. I'm guessing it's somewhere inside the playerresponse data, but didn't get to look through it.

I think that rather than implementing the UI I suggested, it might be best to just start with finding the default audio track and using that. That seems to be what the web player does and it would be better than the current situation, where it looks like the first audio track in the list is used.
Reply With Quote
  #5526  
Old 23.06.2023, 19:58
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,596
Default

Quote:
Originally Posted by YNN View Post
I remembered that SVN could serve an HTML view of the repository and figured I would use that since I didn't have an SVN client installed here.
Correct but that has been turned off for now for internal reasons.
There is an unofficial(!) github mirror of the source code:
github.com/mirror/jdownloader

Quote:
Originally Posted by YNN View Post
I'm guessing it's somewhere inside the playerresponse data, but didn't get to look through it.
As explained the problem is not finding the audio track itself.
What takes up much more time will be implementing audio track selection into the existing GUI/settings/variants-system and at the same time keeping the duplicate-check backward compatibility to items added to downloadlist before audio track support.

Quote:
Originally Posted by YNN View Post
I think that rather than implementing the UI I suggested, it might be best to just start with finding the default audio track and using that. That seems to be what the web player does and it would be better than the current situation, where it looks like the first audio track in the list is used.
I do agree with 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


Last edited by pspzockerscene; 23.06.2023 at 19:59. Reason: Fixed typo
Reply With Quote
  #5527  
Old 24.06.2023, 03:17
dvmoo dvmoo is offline
DSL User
 
Join Date: Feb 2020
Posts: 37
Default

Many thanks for your support. It is interesting to learn that there are still many points in this software to discover

Quote:
Originally Posted by pspzockerscene View Post
No - if at all, you need to write a script.
Regarding the size: What about codec and FPS?
Did you check that/play around with the settings?
Yes I did and did so many time to adjust each time with various resolutions, (normally I set to limit to 30 fps and bitrate 128, 160 or 192 kbits). And after many time repeating such "search and select", and after many updates of JD, I see the same point does not seem to interest anyone to point this out, so I put the question here to find a solution.

Examples: for a video
- "v = QTR2S0jx1FQ", **External links are only visible to Support Staff****External links are only visible to Support Staff**, JD will chooses mp4 as default, which has a file size of 136 MB, the biggest, while the one for mkv is 65 MB, and webm is 68 MB, keeping the same equivalent of resolution 1080 (no matter if it is H264 or VP9 since they link with mp4 or mkv webm)
- "v = aBzQ5KV4glE" is opposite, its mp4 has 98 MB, the smallest, as its mkv or webm, even for 48 or 64 kbits, have 138 - 145 MB.
- "v = IpnJDg8CVOs" is different, all formats have almost the same size.

So I don't know the rule or the logic behind it. If I would write a script, I will have to get the size of each entry for a filter set, then compare, sort and select the one with smallest size. This means I need to dig heavily into the code, do I? The Youtube plugin gives to choose the "best" video "best" audio... but not the "best" file size though (for a given filter such as resolution).

Concerning the script, I am very new for that, do you have a/some link(s) that I can have a look? I had also seen the youtube plugins folder, which has so many json files that I don't have any idea how to customize it.


Quote:
Originally Posted by pspzockerscene View Post
Please provide example URLs.
In fact, the link you provide has solved the problem, thanks a lot. But I still can point out that if we do not change there, then there seems to have an error, here is an example:

For a list = PLx5i827-FDqPiLPjGxlUv3gjq7uCEVVfl, if we paste the link seen from "View full list" (**External links are only visible to Support Staff****External links are only visible to Support Staff**), then all entries in LinkGrabbler will be the same, the line we see from http, which is just **External links are only visible to Support Staff****External links are only visible to Support Staff**.
Linkgrabber still lists out individual video's title, differently for each video. But if we Open in browser to ANY of these videos, it will just open the playlist without playing the video we thought to open. This is what I meant.

The same think if we paste a link from within the opened playlist, i.e. **External links are only visible to Support Staff****External links are only visible to Support Staff**

Then LinkGrabber will list ALL entries with the same link **External links are only visible to Support Staff****External links are only visible to Support Staff**. While the titles are also correct, but open each "correct" title will just jumps to play index 8 only, the one we pasted, and this, for all entries of the list.

Until now, I try to solve this by using Link Gopher plugin, reworking externally a bit before pasting to JD.

But now, with your link, this is solved: In my case the order was Custom Referrer Source Container Data, althought I never came or changed anything there though. But this seems to be the source of problem.
I move the Data-address to the top, and it seems that both the link display with exact link and open in browser work.
I will try later with .dlc to see.

Thanks again, sorry for the long explaination
Reply With Quote
  #5528  
Old 25.06.2023, 06:23
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,626
Default

If you want default url display behaviour you can still have the video id output for each video with advanced setting Youtube.setcustomurlenabled .
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5529  
Old 25.06.2023, 11:51
dvmoo dvmoo is offline
DSL User
 
Join Date: Feb 2020
Posts: 37
Default

Quote:
Originally Posted by raztoki View Post
If you want default url display behaviour you can still have the video id output for each video with advanced setting Youtube.setcustomurlenabled .
Thanks for the info, I check that Youtube.setcustomurlenabled, it is a boolean value, how does it act later then? I paste a link then where to customize it? Thanks again.
Reply With Quote
  #5530  
Old 25.06.2023, 15:52
Jebarkas Jebarkas is offline
Modem User
 
Join Date: Mar 2022
Posts: 2
Default Youtube video in res 3840x1080 available for download only in 2560x720

Hi, I've uploaded (streamed) a video with OBS to youtube in resolution 3840x1080px and the highest available resolution to download this video in JDownloader is 2560x720px.

Is it a known limitation?

Is there no other way to download it in original resolution? Downloading it from youtube's Channel content (via browser) is even worse, downloads the video in 360p

Edit:
This is so weird. This video is indeed 2560x720px on youtube:


And yet I can select a resolution higher than 720p:


What's going on here?

Last edited by Jebarkas; 25.06.2023 at 16:21.
Reply With Quote
  #5531  
Old 26.06.2023, 14:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,596
Default

Merged YT threads.

Quote:
Originally Posted by dvmoo View Post
But now, with your link, this is solved: In my case the order was Custom Referrer Source Container Data, althought I never came or changed anything there though. But this seems to be the source of problem.
I move the Data-address to the top, and it seems that both the link display with exact link and open in browser work.
Yap that's all you need to do.

Quote:
Originally Posted by dvmoo View Post
how does it act later then?
It only affects items added after enabling it.
I'm currently reviewing some YT related stuff. I will update this handling so changing that setting will also work for existing items.
If you're interested in this, I will let you know once that proposed changes will go live.

Quote:
Originally Posted by dvmoo View Post
I paste a link then where to customize it?
You can't. The setting is not about that.
Please re-read the settings' description.
To put it short - if you add playlist items, here is an example how the "data" links will look:
With that setting disabled (default):
Code:
youtube.com/watch?v=videoID#variant=blabla
With that setting enabled:
Code:
youtube.com/watch?v=videoID
@Jebarkas
No there are no limitations in JDownloader.
Generally you get what YT provides.
If you think you'Ve found a bug, please provide example URLs and a log.

Please post your log-ID here | bitte poste deine Log-ID hier.

-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
  #5532  
Old 26.06.2023, 15:32
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,626
Default

@dvmoo
as its applied on adding a link && based on a advanced setting during decrypter plugin task. It only effects links when the value is true and sets sets a watch?v=uid type of link, you can not customise it any further. I made the setting because because of the newer displays when they first came in and it used to shit me to tears having to change display order globally just for this one plugin. Believe its the only plugin which has such a setting.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5533  
Old 26.06.2023, 16:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,596
Default

Quote:
Originally Posted by raztoki View Post
Believe its the only plugin which has such a setting.
Nope besides that, our twitter.com reddit.com plugin has a similar setting only that that is "applied live".

I will adjust the YT plugin accordingly [if possible] as the data needed to "display" that URL is always available so defining that value once and for all when adding links like it is done at this moment is not optimal.

I will also add proper URLs for videos added as type of a playlist to resemble the URLs used in broweser.
__________________
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


Last edited by pspzockerscene; 28.06.2023 at 16:14. Reason: Fixed mistake.
Reply With Quote
  #5534  
Old 28.06.2023, 16:37
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,596
Default

@raztoki
I've changed the mentioned setting accordingly.
You can now change the output of the URL format live.

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
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
  #5535  
Old 28.06.2023, 19:40
GeorgeCostanza GeorgeCostanza is offline
Vacuum Cleaner
 
Join Date: Jun 2017
Posts: 19
Default

anyone else having issues with youtube grabbing links?

i'm on build date: Wed Jun 28 17:22:26 CEST 2023

before this update, JD would grab youtube links when i copied the URL of the youtube video

this no longer occurs

using the chrome extension and selecting "Download with JDownloader" doesn't work either

clicking "Add New Links" inside JD and pasting the link directly doesn't work either
Reply With Quote
  #5536  
Old 28.06.2023, 19:59
waxweazle2001 waxweazle2001 is offline
DSL User
 
Join Date: Feb 2019
Posts: 38
Default Youtube Probleme mit Download

Hallo Leute,

ich habe eben das letzte Update von JDownloader eingespielt, irgendwie scheint es jetzt aber Probleme zu geben mit dem Download von Youtube Videos, mein Account ist aktiv und wird auch so im Accountmanager angezeigt, also liegt es schon mal nicht an irgendeiner Altersfreigabe.
Ich hatte auf verschiedenen Wegen versucht den Link des Videos einzufügen, über die URL aus der Adressleiste auch mit Tiefenanalyse und auch mit der Video URL direkt. Beides hat leider nicht zum Erfolg geführt.
Er lädt kurz aber es wird gar nichts zur Linkliste hinzugefügt. Vor dem Update gestern ging noch alles.
Haben andere diese Probleme auch bereits festgestellt?

Grüße
Wax
Reply With Quote
  #5537  
Old 28.06.2023, 20:08
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,596
Default

I broke it in the last minute while working on it.
Fixed.

EDIT
@waxweazle2001
Das Problem hat nichts mit altersbeschränkten Videos zu tun.
Fixed - bitte Update FAQ unterhalb dieses Satzes lesen.

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
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


Last edited by pspzockerscene; 28.06.2023 at 20:09. Reason: Deutsche Fassung ergänzt
Reply With Quote
  #5538  
Old 28.06.2023, 20:10
waxweazle2001 waxweazle2001 is offline
DSL User
 
Join Date: Feb 2019
Posts: 38
Default

Danke für die schnelle Reaktion und den schnellen Fix!
Reply With Quote
  #5539  
Old 28.06.2023, 20:13
waxweazle2001 waxweazle2001 is offline
DSL User
 
Join Date: Feb 2019
Posts: 38
Default

Danke für die schnelle Reaktion und den schnellen Fix!

Quote:
Originally Posted by waxweazle2001 View Post
Das Problem hat nichts mit altersbeschränkten Videos zu tun.
Das Problem vielleicht nicht, aber ich hatte es halt auch schon das Videos nicht in den Linksammler überführt wurden weil ich nicht angemeldet war mit dem Account weil die Altersbeschränkung gegriffen hat.
Da wollte ich der Frage darüber nur zuvor kommen. ;-)
Reply With Quote
  #5540  
Old 28.06.2023, 20:14
GeorgeCostanza GeorgeCostanza is offline
Vacuum Cleaner
 
Join Date: Jun 2017
Posts: 19
Default

Quote:
Originally Posted by pspzockerscene View Post
I broke it in the last minute while working on it.
Fixed.
thank you sir!
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 06:06.
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.