#5681
|
||||
|
||||
![]()
So far there is no way to get this information via JDownloader.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#5682
|
|||
|
|||
![]() Quote:
07.09.23 23.36.40 <--> 07.09.23 23.37.05 jdlog://9957311370661/ |
#5683
|
||||
|
||||
![]()
@Matts76
Your new log still doesn't show any YT activity. Please make sure that debug mode is enabled and provide a fresh logID.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#5684
|
|||
|
|||
![]()
I checked that debug was activated and tried the links for that log. The linkcrawler symbol shows up but doesn't scan for links and goes off
|
#5685
|
||||
|
||||
![]()
I'm offline for the weekend soon.
If you want we can make a teamviewer session next week and look into this. One last thing you could try: If this is configuration related:
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#5686
|
|||
|
|||
![]()
Yes I'll give that a try next time I'm on and let you know. Thank you.
|
#5687
|
|||
|
|||
![]()
I didn't get to try the config folder fix yet but I did find a workaround. So the links weren't recognized when I tried the copy paste option but when I use the add new links option and paste them in that window and use deep link analysis they get added to link grabber. I'm not sure why but it works.
|
#5688
|
|||
|
|||
![]()
Why is there a warning for the Google cookie login now?
|
#5689
|
||||
|
||||
![]()
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#5690
|
|||
|
|||
![]()
Is this a planned feature to have the information about license? I think it is a very important one if you are archiving/downloading YouTube videos.
|
#5691
|
||||
|
||||
![]()
Currently it's not planned but if you provide some example links I may look into it.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#5692
|
|||
|
|||
![]()
**External links are only visible to Support Staff****External links are only visible to Support Staff**
It only happens with the Community channel, but occasionally the videos will download with German audio, and not English. I'm not aware of any language settings for the YT plugin. Oddly, it's not all videos - it seems random as to which DL with the German audio |
#5693
|
||||
|
||||
![]()
Merged YT threads.
@JDownloadFan A setting for YT audio track doesn't exist yet but we are aware that the demand exists. References: https://board.jdownloader.org/showth...868#post521868 Ticket:
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#5694
|
|||
|
|||
![]()
JDownload has an option to add the date of youtube videos by adding for example *DATE_TIME[yyyy-MM-dd]* or a variation of it.
I noticed a while ago (maybe 2 months ago) that some youtube videos add the wrong date. When the date is wrong, I have seen that it is wrong by only 1 day. However, today I found the date of a video to be wrong by 3 days. One example is this link: **External links are only visible to Support Staff****External links are only visible to Support Staff** , it is supposed to have a date of September 12, but JDownloader says September 15. Fortunately, this problem doesn't happen very often and I can manually correct the date, but some times I add a lot of videos at once and I might not notice when it happens, so it would be nice if this bug could be fixed. The correct date is very helpful to me because the videos I watch have an specific order. Thank you ![]() |
#5695
|
|||
|
|||
![]()
As additional info, I just found out that it seems to happen with all the videos that were streamed live instead of uploaded, so I'm going to have to correct a lot of dates :(
|
#5696
|
||||
|
||||
![]()
Merged YT threads.
@HLX Looks like technically the date you see in JD is correct. Explanation: Looks like this video was a live-stream before so now it is a recorded livestream. There are multiple dates: publishDate -> 2023-09-15 uploadDate -> 2023-09-15 Then there is a map of "liveBroadcastDetails" with items: isLiveNow -> false startTimestamp -> 2023-09-12T23:59:58+00:00 endTimestamp -> 2023-09-13T07:00:34+00:00 So I don't know if the uploader then later decided to upload the video, resulting in the upload date of 2023-09-15 or if this was the result of the YT system, auto-uploading it after the livestrea has ended(?) So the question is: Would you still like to get that date in JD? If yes: Thoughts on possible solutions: - Add new tags: DATE_LIVESTREAM_START and DATE_LIVESTREAM_END - And/or: Add new tag: DATE_PUBLISHED_AUTO (i nthis case, use lowest of all values) - or: Setting: "For livestreams: Use end-date as published date" Let me know your opinion on my thoughts.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA Last edited by pspzockerscene; 21.09.2023 at 14:05. Reason: Improved formatting |
#5697
|
|||
|
|||
![]()
Thank you for the very quick answer. I personally would pick the the DATE_LIVESTREAM_START as the correct date. This is because some channels that I'm suscribed to stream at night, and they some times finish after 00:00
Example: They start one stream at September 21 at 23:30 and finish at 00:30 of the next day They start another stream at September 22 at 22:00 and finish at 23:00 of the same day If I used DATE_LIVESTREAM_END, I would end up with 2 videos with a date of September 22, but if I used DATE_LIVESTREAM_START instead I would end up with one video of Sep 21 and one of Sep 22, which for me personally would be the right dates. My question now becomes what happens if the stream gets published days later because he forgets (I thought streams were published automatically right after the stream ends). I would personally pick the lowest date as you suggested. Lastly, I'm using *DATE_TIME[yyyy-MM-dd]* as part of the file name, so I don't know if the new tag would duplicate dates. With this info in mind, the setting option that you mentioned "For livestreams: Use end-date as published date" seems like the best option, but making it "use start-date as published date" instead of end date. Maybe an option to select between the two if you prefer, but my personal opinion is that the DATE_LIVESTREAM_START is the correct one P.S. You are amazing for providing support, really |
#5698
|
||||
|
||||
![]()
Sounds like an idea.
I will probably add something like DATE_LIVESTREAM_START, DATE_LIVESTREAM_END and DATE_AUTO. As always, I won't provide any ETA. Ticket:
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#5699
|
|||
|
|||
![]()
I'm sorry to write again but I found new information regarding this subject and I believe it's worth mentioning
Less than 3 weeks ago I added multiple news & politics channels from youtube to my jdownloader and a few days later I started downloading some videos from them. This file in particular ended up with the filename "2022-09-11" (yes, 2022, which is the correct year). However, I was checking the dates and this particular video was streamed live on youtube on 2022-09-12 instead (not the 11). The weird thing is that jdownloader named it MINUS ONE DAY, but earlier we thought that jd could only name it with PLUS ONE or MORE days, so there is something weird going on. I added the file again in jdownloader and it nows shows Sept 12 instead of 11 (which was the automatic name weeks ago). Maybe there is something else at play and the solution could be something else? Here is the link, in case you want to check published date, upload date, stream date etc. It makes no sense that jd named it minus one day, also because this particular channel seems to stream at the middle of the day or in the afternon and for about only 1 hour, not in the middle of the night. **External links are only visible to Support Staff****External links are only visible to Support Staff** I also checked and ALL THE VIDEOS from september 2022 and october 2022 downloaded with the wrong date (-1 day) weeks ago. This problem seems to stop at 31 october. After that date, the filenames seems to be fine... Also, If I add the files with the wrong names to JD again, now they show the correct date. Furthermore, as you saw, the link I provided hour ago showed different dates as well. What is this sorcery ?? ![]() |
#5700
|
||||
|
||||
![]() Quote:
You can simply check it yourself: 1. Open any YT video in your browser. 2. View the html code of the current page (in Chrome this works using CTRL + U). 3. Search for "publishDate" and also: "uploadDate". YT may change their data serverside at any time. Quote:
You might want to check using other tools for downloading which mightr use the youtube API -> That might provide more reliable data.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
![]() |
Thread Tools | |
Display Modes | |
|
|