JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #6281  
Old 20.08.2024, 22:06
YNN YNN is offline
Vacuum Cleaner
 
Join Date: Jun 2023
Posts: 15
Default

Quote:
Originally Posted by Jiaz View Post
Just to be sure, you want to use default track or even be able to specify wish language for audio track?
I have configured JD to point to the FFMPEG EXE and can confirm that the code I posted downloaded the default track for a few videos I tested (I also tried a couple of different video resolutions).

Can you review and commit it? I would rather not have to start dealing with requesting commit access and I think it should be reviewed by someone who knows Java and the codebase anyway.

Obviously, a better option is to have the user specify preferred tracks, but that's considerably more complicated, and considering it took me this long to manage these few lines of code, I doubt I will ever get to dealing with that.

This is what I wrote back then for how this could work(June 2023, so not quite a year and a half):

Quote:
I expect a reasonable UI for something like this is to have the user set their preferred track names.

For instance, a user might have the following as their preference (in order of preference):
English
En
English (Original)
English original
Spanish

If none of the tracks in the video match any of these, show a popup asking the user to select one of the tracks in the video (and possibly also have the option of editing the preference in the popup to include the new track name).
Reply With Quote
  #6282  
Old 20.08.2024, 23:05
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 80,975
Default

@YNN: with next plugin update you will be able to specify list of preferred language thanks for your input on how lanuage is provided in there!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6283  
Old 21.08.2024, 03:05
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 80,975
Default

Quote:
Originally Posted by maddudy View Post
it says "*3D* *360* *VIDEO_NAME* (*H*p_*FPS*fps*.*EXT*"
i didn't touch these settings in months. just randomly started
Your pattern is invalid , odd number of *
must be
Quote:
"*3D* *360* *VIDEO_NAME* (*H*p_*FPS*fps).*EXT*"
Next update of JDownloader will try to auto fix/heal those wrong pattern
It now happens because the replacement has been optimized and now such errors will result in broken output.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6284  
Old 21.08.2024, 08:23
YNN YNN is offline
Vacuum Cleaner
 
Join Date: Jun 2023
Posts: 15
Default

Quote:
Originally Posted by Jiaz View Post
@YNN: with next plugin update you will be able to specify list of preferred language thanks for your input on how lanuage is provided in there!
Good to know. It looks like I actually started working on this exactly a year ago and did provide the exact details of the JSON data back then, as well as suggestions for what to do. The reply I got back then was that the issue was not with figuring out the data, but doing the implementation work, so it's nice to see it wasn't actually that complicated. It took me this long because I didn't get around to it very often, and when I did, I had to review notes and try to get everything in my mind and by that point I usually ran out of time. I suppose it's also possible I ran into the same issues I had now, but I didn't check.

I also suggested then having the YouTube discussions in a dedicated subforum with a separate thread for each issue and was told that "We have our reasons to keep all YT related posts in one thread." I don't know what those reasons are, so I can't comment on them, but certainly if all of these multiple audio tracks posts were in a single place it would have been easier for people to find the posts (rather than getting replies like "read the last X pages of this thread") and it would have been much easier to see the relevant technical content. I will again suggest that there are some clear advantages to having the YouTube discussions in separate threads in their own subforum.


Also, important note - I realized I haven't tested my change on a video with a single audio track. That might be a potential failure point and I don't have time to check now.
Reply With Quote
  #6285  
Old 21.08.2024, 10:26
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 80,975
Default

Quote:
Originally Posted by YNN View Post
I also suggested then having the YouTube discussions in a dedicated subforum with a separate thread
Would not have helped any at all. Threads don't help with time/mood/fun challenges. In the end I just saw your post with the json and just took a look to see if I can add it easily or if it means larger rework
Quote:
Originally Posted by YNN View Post
Also, important note - I realized I haven't tested my change on a video with a single audio track. That might be a potential failure point and I don't have time to check now.
Don't worry, I do not evaluate default flag and tested changes.

Quote:
Originally Posted by YNN View Post
so it's nice to see it wasn't actually that complicated.
It was not easy as I had to check how to incorporate language in existing variants/types....without breaking existing stuff/files for all other users
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 21.08.2024 at 10:28.
Reply With Quote
  #6286  
Old 21.08.2024, 13:05
johno4566 johno4566 is offline
Linkgrabbing Monster
 
Join Date: Oct 2019
Posts: 87
Default Link graber sorting more than obne file of the same video

iit should be simlpe way to fix this without having to re add them all again

i forgot to chnage the setting to make it download the best qualty of each video


bu i have nocticed i heap ofd videos that i juts noticed i got m more than one file of each vido is thier a way to sort out remove the doubles of video link s that are allready in the link grabber

without havibng to re add them all

Last edited by johno4566; 21.08.2024 at 13:56.
Reply With Quote
  #6287  
Old 21.08.2024, 13:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

Merged YT threads.

@johno4566
Please rephrase your post. It is unclear to me what you are talking about.
__________________
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
  #6288  
Old 21.08.2024, 13:57
johno4566 johno4566 is offline
Linkgrabbing Monster
 
Join Date: Oct 2019
Posts: 87
Default

done
Reply With Quote
  #6289  
Old 21.08.2024, 14:01
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

There is no option to remove "duplicates by filename" with one click.
Here are your options:
  • Do that by hand
  • Create an EventScripter script that does this for you
  • Properly configure your YT plugin to only return one/"the best" quality for each item, then delete all existing items and re-add them
__________________
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
  #6290  
Old 21.08.2024, 15:26
SNDjANN SNDjANN is offline
Modem User
 
Join Date: Aug 2024
Posts: 4
Default

Hello! For a few weeks now I've been getting a ''Temporarily Unavailable'' Error with some of the YouTube videos I've been trying to download. Does anyone have any information regarding how to fix this issue? It's been a real problem because 7 out of every 10 videos I download gets this error...
Reply With Quote
  #6291  
Old 21.08.2024, 15:28
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 80,975
Default

@SNDjANN: Please check if those videos are age restricted/require login (eg in private/incognito tab). if yes, this is known issue and work in progress
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6292  
Old 21.08.2024, 15:48
SNDjANN SNDjANN is offline
Modem User
 
Join Date: Aug 2024
Posts: 4
Default

Quote:
Originally Posted by Jiaz View Post
@SNDjANN: Please check if those videos are age restricted/require login (eg in private/incognito tab). if yes, this is known issue and work in progress
They are Login-Required indeed. Thank you, friend, for clarifying this for me. I'll patiently wait for a fix on the issue
Reply With Quote
  #6293  
Old 23.08.2024, 16:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 80,975
Default

@YNN: language support is available. But you will have to reset Settings->Plugins->youtube.com , the reset button and restart JDownloader. This is required so LNG is now part of the filename pattern and also of the variant (dropdown) pattern. In *new/change variant* dialog, you now also have new column language (might have to enable it first).
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6294  
Old 24.08.2024, 18:51
maipoohsMelsFUnny maipoohsMelsFUnny is offline
Modem User
 
Join Date: Jul 2024
Posts: 1
Default

Youtube plugin is not accessible under settings. The plugin has been reset and JDownloader restarted. Known issue or just me?
Reply With Quote
  #6295  
Old 26.08.2024, 16:14
badintense badintense is offline
Modem User
 
Join Date: Apr 2024
Posts: 2
Default

Yeah, I got it working. It has been good all week now. Finally!
Reply With Quote
  #6296  
Old 27.08.2024, 15:27
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

@badintense
Thanks for your feedback!

@maipoohsMelsFUnny
Can't reproduce.

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
  #6297  
Old 28.08.2024, 14:28
rendo rendo is offline
Super Loader
 
Join Date: Jan 2018
Posts: 28
Default Download private videos

I can no longer download private videos that I uploaded.
It says "Temp unavailable (youtube.com)".
I can log in to my account using cookies.
Please fix this.
Reply With Quote
  #6298  
Old 28.08.2024, 14:44
goratnik goratnik is offline
Vacuum Cleaner
 
Join Date: Dec 2023
Posts: 17
Default

I want to report an issue with file naming:

when package contains subtitles, their copy is created under name of the video with a language suffix, separately from the original download, to make it easier for video players to find these subtitles. The problem is, the copy is created using default naming scheme, not the actual name of the video file.

Example: **External links are only visible to Support Staff**...
Original package contents, using default schemes:
Code:
Lawn Bubble [yt;v=O8eQLavRaXM;date=2015.07.19].(360p 30fps).mp4
Lawn Bubble [yt;v=O8eQLavRaXM;date=2015.07.19].(English_ASR).srt
I modify filenames to:
Code:
Lawn Bubble (water under grass) [yt;v=O8eQLavRaXM;date=2015.07.19].(360p 30fps).mp4
Lawn Bubble (water under grass) [yt;v=O8eQLavRaXM;date=2015.07.19].(English_ASR).srt
After download I have these files:
Code:
Lawn Bubble (water under grass) [yt;v=O8eQLavRaXM;date=2015.07.19].(360p 30fps).mp4
Lawn Bubble (water under grass) [yt;v=O8eQLavRaXM;date=2015.07.19].(English_ASR).srt
Lawn Bubble [yt;v=O8eQLavRaXM;date=2015.07.19].(360p 30fps).English.srt
Notice the last line. Package name does not have an influence on this behavior.

Last edited by goratnik; 28.08.2024 at 14:50. Reason: Simplified scheme for easier read
Reply With Quote
  #6299  
Old 28.08.2024, 15:01
Wheezer Wheezer is offline
Tera Loader
 
Join Date: Mar 2009
Location: WheezerLand
Posts: 175
Default

Problem with YouTube VIDEOS showing as TEMPORARILY UNAILABLE.
This has been consistent and repeatable over the last several days.

1) I can view the videos in a separate bowser (Firefox) and login session.
2) YT login cookies are stable, account shows valid (green) in status.
3) Links can be collected with accurate sizes in link collector.
4) If those link are then added to the downloads, most fail with temporarily unavailable.
5) Waiting does not solve the problem, the failure remains.

I have attached a log from a short session here (28.08.24 05.44.15 <--> 28.08.24 05.51.32 jdlog://3815411370661/)

Any help will be greatly appreciated.

Thanks!
...W...

UPDATE:
I just installed the latest version of JD2 after my initial post.
The same problem exists
Attached is a log of the latest session with the latest JD.
(28.08.24 09.11.42 <--> 28.08.24 09.23.33 jdlog://0915411370661/)

Last edited by Wheezer; 28.08.2024 at 15:23.
Reply With Quote
  #6300  
Old 28.08.2024, 15:10
rendo rendo is offline
Super Loader
 
Join Date: Jan 2018
Posts: 28
Default

Quote:
Originally Posted by Wheezer View Post
Problem with YouTube VIDEOS showing as TEMPORARILY UNAILABLE.
This has been consistent and repeatable over the last several days.

1) I can view the videos in a separate bowser (Firefox) and login session.
2) YT login cookies are stable, account shows valid (green) in status.
3) Links can be collected with accurate sizes in link collector.
4) If those link are then added to the downloads, most fail with temporarily unavailable.
5) Waiting does not solve the problem, the failure remains.

I have attached a log from a short session here (28.08.24 05.44.15 <--> 28.08.24 05.51.32 jdlog://3815411370661/)

Any help will be greatly appreciated.

Thanks!
...W...
I'm having exactly the same issue.
In my case, I can't download private videos that I uploaded myself.
Cookie login is enabled.
Please help.
Reply With Quote
  #6301  
Old 28.08.2024, 15:44
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

@goratnik, Wheezer and rendo
Noted.
Please wait for other staff members to work on this.
__________________
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
  #6302  
Old 28.08.2024, 21:52
YNN YNN is offline
Vacuum Cleaner
 
Join Date: Jun 2023
Posts: 15
Default

Quote:
Originally Posted by Jiaz View Post
@YNN: language support is available. ...
In *new/change variant* dialog, you now also have new column language (might have to enable it first).
I haven't been able to test it properly, since I also now have the issue with downloading (some files show as unavailable, some say they require a login, some don't even get added to the linkgrabber), but it looks like the only way to control this is to to open the package in the linkgrabber window so you can see the video in the list, notice that the value in the variant column is a language you don't want and then select another variant. This is not ideal.

It would be really helpful if there was a way to select preferred languages, so that they are automatically the selected variant if they exist. At the very least, it would be useful to default to the variant defined as default in the JSON.


Edit:
I set the package name to "*LNG[DISPLAY]* - *VIDEO_NAME*", which does make it easier to see if the language is wrong. It also shows that JD picks a different language each time, which is certainly not desired behavior. For videos with a single audio track it looks like the *LNG[DISPLAY]* tag is empty.



Edit 2:
Now the downloads do work and it looks like this doesn't work correctly. I select the English variant, but the downloaded file has other audio.

Last edited by YNN; 28.08.2024 at 22:36.
Reply With Quote
  #6303  
Old 29.08.2024, 11:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

To all of your prior points:
Agree.
Please wait for other staff members to work on this.
This was just the first take on the new language selection feature. Fine tuning will follow.

Quote:
Originally Posted by YNN View Post
Now the downloads do work and it looks like this doesn't work correctly. I select the English variant, but the downloaded file has other audio.
Please post your log-ID here
If your report is about a specific website which JD supports via plugin, please also provide example URLs which can be used to reproduce the issue you are having.
If your report is related to a login specific problem with a plugin supported website, enable debug mode before creating logs, see previously linked instructions.

Bitte poste deine Log-ID hier.
Falls dein Problem ein Problem mit einer Webseite ist, die per Plugin unterstützt wird, stelle bitte zusätzlich Testlinks zur Verfügung, mit denen sich dein Problem nachstellen lässt.
Geht es um einen nicht funktionierenden Account-Login, aktiviere vor dem Erstellen deines Logs den debug Modus (siehe zuvor verlinkte Anleitung).

-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; 29.08.2024 at 11:03.
Reply With Quote
  #6304  
Old 30.08.2024, 11:38
YNN YNN is offline
Vacuum Cleaner
 
Join Date: Jun 2023
Posts: 15
Default

Quote:
Originally Posted by YNN View Post
Now the downloads do work and it looks like this doesn't work correctly. I select the English variant, but the downloaded file has other audio.
Here's an example link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

It's a short, so it's faster to download and check. The other shorts there should also behave the same.
First, a different language track is selected each time the link is added.
Second, it looks like JD still downloads the incorrect audio track (it seems to be Arabic in this case, from the couple of times I tested it. This is the same behavior JD had until now and seems to just be the first language in the list). The file name does say English.

Log:
30.08.24 11.46.06 <--> 30.08.24 11.52.43 jdlog://4225411370661/
Reply With Quote
  #6305  
Old 30.08.2024, 11:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

@YNN
I can confirm this bug.

Please wait for other staff members to work on this.
__________________
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
  #6306  
Old 02.09.2024, 05:33
enjikari enjikari is offline
Wind Gust
 
Join Date: Feb 2018
Posts: 41
Unhappy Has YT finally done it?

This is more of a general curiosity question, please PLEASE do not take it as a "bugging you/rushing you" one:

Is this newest YouTube update/change a doozie? Is it proving a tough one to fix/allow JD2 to operate normally with? My current plan is to just keep all my vids in the que and wait for the next update (that hopefully, as it always has, sets JD back to normal operations), but I still wonder how tough it's getting, in general. Seems every other week/month some new YT change sets us back some, or rather halts the norm. Should us JD2 folks worry? As in - are these update coming close to making JD2 not able to work with it? As someone who has ZERO programming/coding/network knowledge, I ask all this in humble ignorance.
Reply With Quote
  #6307  
Old 02.09.2024, 14:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

@enjikari
Don't worry.
Also there are plenty of other free tools available that can download from youtube.
Go e.g. to github.com and look for them
__________________
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
  #6308  
Old 02.09.2024, 17:42
Wheezer Wheezer is offline
Tera Loader
 
Join Date: Mar 2009
Location: WheezerLand
Posts: 175
Default

*Sigh*
New update installed, but same problem continues.

1) Can view videos fine.
2) YT cookies are good. All shows green.
3) Grab links for JD. They are grabbed fine.
4) Immediately attempt to download links.
5) All links fail with "Temporarily Unavailable"

Log is here (02.09.24 11.23.55 <--> 02.09.24 11.35.11 jdlog://5725411370661/)

Here are the test links:
**External links are only visible to Support Staff**...
**External links are only visible to Support Staff**...
**External links are only visible to Support Staff**...

Thanks for the efforts so far.

...W...
Reply With Quote
  #6309  
Old 02.09.2024, 18:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

Quote:
Originally Posted by Wheezer View Post
*Sigh*
New update installed, but same problem continues.
We haven't claikmed to have worked on YT.
Currently released plugin-updates are the daily changes done by me.

Please wait for other staff members to work on this.
__________________
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
  #6310  
Old 02.09.2024, 18:46
Wheezer Wheezer is offline
Tera Loader
 
Join Date: Mar 2009
Location: WheezerLand
Posts: 175
Default

OK, thanks for the update.
Sorry to have whined.
Whenever your team gets to it will be much appreciated.
Cheers!
...W...
Reply With Quote
  #6311  
Old 02.09.2024, 18:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

We will let you know in this thread.
The last two pages contained quite some useful reports.
We are reading all posts and we will be coming back to you guys.

In the meantime there are a lot of other free YT download tools available you can use until JD related problems are resolved.
__________________
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
  #6312  
Old 02.09.2024, 19:58
pseudopod pseudopod is offline
Baby Loader
 
Join Date: Aug 2024
Posts: 7
Default

In regards to the YT "temporarily unavailable" error for videos that require sign-in:

Is leaving these videos queued in JD2 okay or will the links and cookies need to be re-added once the fix is in place? I've had a few links queued for a number of weeks (which are all "temporarily unavailable") and was just wondering if removing them and starting from scratch would be required when there is a fix available?

Last edited by pseudopod; 02.09.2024 at 20:01.
Reply With Quote
  #6313  
Old 03.09.2024, 01:33
Wheezer Wheezer is offline
Tera Loader
 
Join Date: Mar 2009
Location: WheezerLand
Posts: 175
Default

Quote:
Originally Posted by pseudopod View Post
In regards to the YT "temporarily unavailable" error for videos that require sign-in:

Is leaving these videos queued in JD2 okay or will the links and cookies need to be re-added once the fix is in place? I've had a few links queued for a number of weeks (which are all "temporarily unavailable") and was just wondering if removing them and starting from scratch would be required when there is a fix available?
FWIW with YT recently ...

They seem to be on a tear to remove many types of videos for various reasons. Thus while they may have existed when you captured the links, they might be gone from the site now.

If it has been a while, say weeks, then you might want to use the "Check Online Status" or even "Open in Browser" to see if the linked video still exists.

Cheers!
...W...
Reply With Quote
  #6314  
Old 03.09.2024, 02:48
pseudopod pseudopod is offline
Baby Loader
 
Join Date: Aug 2024
Posts: 7
Default

All of the videos I speak of are still there on YT. I just wasn't sure if they would need to be re-added, along with the cookies when the fix is rolled out.

Last edited by pseudopod; 03.09.2024 at 03:06.
Reply With Quote
  #6315  
Old 03.09.2024, 11:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

Quote:
Originally Posted by pseudopod View Post
will the links and cookies need to be re-added once the fix is in place? I've had a few links queued for a number of weeks (which are all "temporarily unavailable") and was just wondering if removing them and starting from scratch would be required when there is a fix available?
That question can only be answered once a fix for said issues is released.
__________________
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
  #6316  
Old 03.09.2024, 18:06
pseudopod pseudopod is offline
Baby Loader
 
Join Date: Aug 2024
Posts: 7
Default

Quote:
Originally Posted by pspzockerscene View Post
That question can only be answered once a fix for said issues is released.
Okay, thank you. I'm waiting patiently, like a lot of others.

Thank you for your hard work.
Reply With Quote
  #6317  
Old 05.09.2024, 09:43
DubioserK DubioserK is offline
Modem User
 
Join Date: Aug 2024
Posts: 1
Default

Hi!

I assume YT made some breaking changes again.

I am getting "Temporarily unavailable" Erros when attempting do download videos.

Log: 05.09.24 09.41.04 <--> 05.09.24 09.44.07 jdlog://5135411370661/

Affected Links: **External links are only visible to Support Staff****External links are only visible to Support Staff** (1080p 60FPS H264/128bit AAC) and **External links are only visible to Support Staff****External links are only visible to Support Staff** (1080p 30FPS H264/128bit AAC)
Reply With Quote
  #6318  
Old 05.09.2024, 10:39
Spike Spike is offline
Baby Loader
 
Join Date: Jul 2024
Posts: 6
Default

I have The Same Problem No YT Downloads Possible
Reply With Quote
  #6319  
Old 05.09.2024, 11:30
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

Please wait for other staff members to work on this.
__________________
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
  #6320  
Old 05.09.2024, 16:13
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,894
Default

We are aware that a lot of you guys are experiencing YT download problems at this moment.
Please be patient, it is being worked on this.
__________________
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 20:14.
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.