JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #4201  
Old 28.12.2020, 15:29
ZethroForth ZethroForth is offline
Baby Loader
 
Join Date: Jul 2020
Posts: 9
Default

thank you admin, take your time. and happy holidays everyone!
Reply With Quote
  #4202  
Old 28.12.2020, 20:38
raptor2003 raptor2003 is offline
JD Beta
 
Join Date: Dec 2012
Posts: 51
Default

I have noticed a weird thing today, the date in the video title is 2021 instead of 2020.
Reply With Quote
  #4203  
Old 28.12.2020, 21:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

@raptor2003: please provide example links
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4204  
Old 29.12.2020, 11:55
raptor2003 raptor2003 is offline
JD Beta
 
Join Date: Dec 2012
Posts: 51
Default

Quote:
Originally Posted by Jiaz View Post
@raptor2003: please provide example links
Here are some links

**External links are only visible to Support Staff****External links are only visible to Support Staff** 2021-12-29
**External links are only visible to Support Staff****External links are only visible to Support Staff** 2021-12-28


**External links are only visible to Support Staff****External links are only visible to Support Staff** 2020
**External links are only visible to Support Staff****External links are only visible to Support Staff** 2021
Reply With Quote
  #4205  
Old 29.12.2020, 13:01
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

@raptor2003: example links dates work fine for me
What language is your JDownloader? still can reproduce the issue? you have to restart JDownloader to avoid cache reuse
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4206  
Old 29.12.2020, 20:05
raptor2003 raptor2003 is offline
JD Beta
 
Join Date: Dec 2012
Posts: 51
Default

Quote:
Originally Posted by Jiaz View Post
@raptor2003: example links dates work fine for me
What language is your JDownloader? still can reproduce the issue? you have to restart JDownloader to avoid cache reuse
This indeed looks related to the language. In English I have the issue, in French or German I don't.
This happens on my local JD (Mac) and one I have on a linux server (English) using My JD.

Not really a big deal as it will probably be ok in 2 days from now.
Reply With Quote
  #4207  
Old 29.12.2020, 22:00
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

@raptor2003: I can't reproduce. You mean language in JDownloader right? Can you share the filename pattern you use? anything special about it? I just tested with normal *DATE*, I guess you use custom date pattern?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4208  
Old 30.12.2020, 20:26
raptor2003 raptor2003 is offline
JD Beta
 
Join Date: Dec 2012
Posts: 51
Default

Quote:
Originally Posted by Jiaz View Post
@raptor2003: I can't reproduce. You mean language in JDownloader right? Can you share the filename pattern you use? anything special about it? I just tested with normal *DATE*, I guess you use custom date pattern?
Yes it was the language in JD.

The pattern is
Code:
*CHANNELNAME* - *DATE[YYYY]*-*DATE[MM]*-*DATE[dd]* - *VIDEO_NAME* (*RESOLUTION*_*FPS*fps).*EXT*
with that I get 2021-12-30

With
Quote:
*DATE*
I get "December 30, 2020"
Reply With Quote
  #4209  
Old 30.12.2020, 22:22
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

Thanks for the feedback! Will work on this tomorrow
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4210  
Old 31.12.2020, 13:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

@raptor: YYYY (Week year) is something complete different than yyyy(Year)
see docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
you have to use yyyy in your pattern, then it works fine
see also errorprone.info/bugpattern/MisusedWeekYear
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4211  
Old 31.12.2020, 14:11
raptor2003 raptor2003 is offline
JD Beta
 
Join Date: Dec 2012
Posts: 51
Thumbs up

Quote:
Originally Posted by Jiaz View Post
@raptor: YYYY (Week year) is something complete different than yyyy(Year)
see docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
you have to use yyyy in your pattern, then it works fine
see also errorprone.info/bugpattern/MisusedWeekYear
Oh yes it works !

Makes sense that it was happening for videos starting 28/12 then.

Thank you.
Reply With Quote
  #4212  
Old 31.12.2020, 14:17
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

You're welcome
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4213  
Old 02.01.2021, 21:33
atik atik is offline
Black Hole
 
Join Date: Apr 2009
Posts: 258
Default

versuche mehrere YT Playlisten mit JD zu laden, aber es werden nicht alle Videos hinzugefügt.
Beispel, hier werden von 2800 nur 100 hinzugefügt.
**External links are only visible to Support Staff****External links are only visible to Support Staff**

log:
02.01.21 20.05.09 <--> 02.01.21 20.34.00 jdlog://4279525302851/
Reply With Quote
  #4214  
Old 04.01.2021, 04:47
johno4566 johno4566 is offline
Linkgrabbing Monster
 
Join Date: Oct 2019
Posts: 85
Default

that problem is knowed and is getting worked on as we speak
Reply With Quote
  #4215  
Old 08.01.2021, 02:48
Onktebong Onktebong is offline
Baby Loader
 
Join Date: May 2020
Posts: 7
Post Youtube, can't copy links nor download anymore

So far JDownloader was amazing for downloading from Youtube. Never had no problems.
Now ...
When I copy a Youtube URL it parses and only finds one offline link.
When I start a download from Youtube that has been parsed previously I get a "Too many requests" error.
Is this just a temporary thing, or can I fix it?
Windows 10 64 bit.
Thank you.
Reply With Quote
  #4216  
Old 08.01.2021, 12:19
Onktebong Onktebong is offline
Baby Loader
 
Join Date: May 2020
Posts: 7
Smile

OK, everything is back to normal. Without a reboot.
So I guess Youtube either didn't work or has temporarily blocked my IP.
Reply With Quote
  #4217  
Old 08.01.2021, 12:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

This message shows up when you've hit crawling limit and been *blocked*. Still can work fine in browser because of different session/cookies.... Either wait some time or try a fres IP/reconnect.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4218  
Old 08.01.2021, 15:21
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Merged YT threads.

-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
  #4219  
Old 08.01.2021, 22:35
Evox Evox is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 6
Default

Quote:
Originally Posted by Jiaz View Post
@Evox
Most likely the playlist contains dupes (are not added multiple times). If you want we can check but we need link
Thanks for the reply here is the link to the channel i am trying to back up. **External links are only visible to Support Staff****External links are only visible to Support Staff** just tried again and it still stops at 399
Reply With Quote
  #4220  
Old 09.01.2021, 01:03
enjikari enjikari is offline
Super Loader
 
Join Date: Feb 2018
Posts: 29
Default Updates On Fixes?

I have far less a technical question: is there a way to know what is fixed when the updates come, so we can browse and see if our issues have been fixed?

For example, I'm still having the "only grabs 100 links" issue, and every time I update JD2 I just try and grab more than 100 links to see if it's been fixed yet. Where could I find if that (or any particular) issue has been fixed in an update?
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 04:31.
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.