#4081
|
|||
|
|||
Skipping item 47 (duplicate of item 9) is OK, but it would be nice to still save 48 as 48, not as 47 or 46. Same for 41 (duplicate of item 1).
|
#4082
|
|||
|
|||
Quote:
Here is an example: watch?v=-PdfhW2zMvY This is an 1080p which is downloaded correctly via online converter, but JD only gets the 720p. This happens mostly on older videos. |
#4083
|
||||
|
||||
@davidr17: caused by missing mpd support, only 360/720p are visible to JD
__________________
JD-Dev & Server-Admin |
#4084
|
||||
|
||||
@SMS: with next update, JD should also count dupes and thus have correct position
__________________
JD-Dev & Server-Admin |
#4085
|
|||
|
|||
Everything is fine now.
Last edited by Bielzgt20; 24.11.2020 at 02:39. |
#4086
|
|||
|
|||
LinkGrabber no longer shows YouTube video names. Instead it names the videos by video quality.
|
#4087
|
||||
|
||||
@mlp: please provide example links, no changes from our side
__________________
JD-Dev & Server-Admin |
#4088
|
|||
|
|||
The same thing is happening to me, no actual video name is appearing, on any links.
Here's some example links anyway : **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** and a log entry in case it's useful : 24.11.20 15.26.14 <--> 25.11.20 22.48.22 jdlog://1537425302851/ It'll be at the very end, I literally just tried to grab some youtube videos and noticed it wasn't naming them properly. |
#4089
|
|||
|
|||
Quote:
Here is the print from my PC, thanks and I hope for a solution, Bye.- |
#4090
|
|||
|
|||
YouTube: video names not showing
This has to have happened within the last hour or so, but whenever I grab YouTube videos it's not showing the video name, just the details (like 720p_60fps etc etc).
Last edited by enjikari; 26.11.2020 at 01:20. |
#4091
|
|||
|
|||
Same problem here.
Oddly enough, I tried it several times, and on one of those times it did grab the video name properly, as though during that moment, whatever the problem was went away, but right after that, it came back again. Hasn't worked since. |
#4092
|
||||
|
||||
Please provide example links! And whats your geo location? Looks like some changes are getting rolled out slowly
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 26.11.2020 at 10:48. |
#4093
|
|||
|
|||
This is the video I grabbed that didn't work, then worked, then didn't: **External links are only visible to Support Staff****External links are only visible to Support Staff**
My location is Israel. |
#4094
|
||||
|
||||
Please create a debug log. Enable Settings->Advanced Settings->Log.debugmodeenabled
restart JDownloader. Do not download anyhing (keeps log small) try to add the link, once it fails to grab title, create log and post logID here, see https://support.jdownloader.org/Know...d-session-logs
__________________
JD-Dev & Server-Admin |
#4095
|
|||
|
|||
Here are 5 examples, but I ran down a list of subscriptions and tried several more (most of which I had already downloaded just an hour or so before my post):
**External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** So the "video title"(?) of the uploaded video is missing from YouTube videos in JD2. Hope this helps. Last edited by Jiaz; 26.11.2020 at 18:26. |
#4096
|
||||
|
||||
Quote:
__________________
JD-Dev & Server-Admin |
#4097
|
|||
|
|||
It actually succeeded again in grabbing that video, along with another it wouldn't grab before, but it still doesn't work everywhere.
Log: 26.11.20 13.53.11 <--> 26.11.20 13.54.33 jdlog://0847425302851/ |
#4098
|
|||
|
|||
26.11.20 06.01.59 <--> 26.11.20 06.02.44 jdlog://4847425302851/
|
#4099
|
|||
|
|||
Just want to add that I'm experiencing the issue with missing filenames as well. From experience, this is not a new thing but now it happens the majority of the time. The issue appears to be with the pre-defined variables.
Example link: **External links are only visible to Support Staff****External links are only visible to Support Staff** Some more info that might prove useful. I have an event script that automatically queries and downloads youtube videos using the JD API. For the past few weeks, I noticed that some links would randomly come through without a name. I tried to correct the issue myself by updating the name manually, but I then noticed that a lot of the time, that didn't work either, making me believe this is an issue with JD and not the plugin. My filename format in the plugin is set to: Code:
*CHANNELNAME* - *DATE[yyyy-MM-dd]* - *VIDEO_NAME*.*EXT* Code:
- - These are 2 functions I wrote in my script to try and work around the issue: Code:
function getNameSafe(link) { var newName = link.getName(); var count = 0; // Try to avoid JD bug while (newName == "- - " && count < 100) { newName = link.getName(); count++; } return newName; } function setNameSafe(link, newName) { var count = 0; // Try to avoid JD bug while (getNameSafe(link) != newName && count < 100) { link.setName(newName); count++; } return newName; } Code:
var newName = getNameSafe(crawledLink); log("Setting new name to: " + newName); setNameSafe(existingLinkByUrl, newName); log("Done, name set to: " + existingLinkByUrl.getName()); Code:
Setting new name to: vTuned garage - 2020-11-23 - Stripping the Interior on my McLaren 720s - Episode 6.mkv Done, name set to: - - .mkv Hope this helps, happy to provide any more info if needed. |
#4100
|
|||
|
|||
Quote:
Just tried grabbing about 10 YT videos, 5 or which I had the no-name issue with last night. All names are present now. Hopefully this was a one-off issue. I'll keep at it with different/new videos today and tomorrow. If the issue returns I'll reply in this thread. |
#4101
|
||||
|
||||
@All: Found the issue for missing title/xy and will be fixed with next update.
unfortunately I'm not finished with the changes yet so the update will be released by tomorrow. sorry for the delay
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 26.11.2020 at 18:26. |
#4102
|
|||
|
|||
Quote:
Was just about to post that I spoke too soon - tried to grand 2 new videos, but they grabbed with no names as well. Glad a fix is coming. Thanks again for looking into it. |
#4103
|
||||
|
||||
Fix will come tomorrow morning, sorry for the delay :(
__________________
JD-Dev & Server-Admin |
#4104
|
|||
|
|||
Linksammler spinnt
Was habe ich falsch gemacht und wie kann ich das Problem lösen? Herzlichen Dank vorab!
Last edited by Jiaz; 26.11.2020 at 20:35. |
#4105
|
||||
|
||||
Siehe https://board.jdownloader.org/showpo...postcount=4051
Update kommt morgen im Laufe des Vormittags
__________________
JD-Dev & Server-Admin |
#4106
|
|||
|
|||
@Jiaz
Wie gut dass Du imstande bist alles zu fixen. Herzlichen Dank!!! |
#4107
|
|||
|
|||
Title Tag Missing
Not seeing this being reported but it has gone on sporadically for a while and about yesterday it becomes completely wild.
This used to work: 1. *USER*-*CHANNEL*-*PLAYLIST_NAME* 2. *CHANNEL*_*DATE[yyyy/MM/dd]*_*TITLE* (*QUALITY*, *Duration[minutes]*).*EXT* Now 1. *USER* still works 2. Now I get a bunch of these "__ (720p 30fps, ).mp4" The tags aren't picked up. Either the tags handle changed? or JD failed to grab or pass the data??? It's incredibly hard to clean up a bunch of past grabbed links. This is pretty much a show stopper. Pls advice. Last edited by Jiaz; 27.11.2020 at 10:17. |
#4108
|
|||
|
|||
Glad you have it figured out.
Less than a day is hardly a delay, so no worries. |
#4109
|
||||
|
||||
__________________
JD-Dev & Server-Admin |
#4110
|
|||
|
|||
SOLVED!!!!! THANKS A LOT.-
:thumbup: |
#4111
|
||||
|
||||
Update is live
__________________
JD-Dev & Server-Admin |
#4112
|
|||
|
|||
Too bad I'm throttled by too many requests right now, can't test it now
|
#4113
|
||||
|
||||
Try a reconnect/different IP?
__________________
JD-Dev & Server-Admin |
#4114
|
|||
|
|||
It’s running on a dedicated server, I can’t change the IP
|
#4115
|
||||
|
||||
Then, wait and trink some tea
__________________
JD-Dev & Server-Admin |
#4116
|
|||
|
|||
It's working now
Only problem is, how do I find the videos that got captured wrong while the problem existed? Videos I had tried to linkgrab while it was working wrong, they didn't show up at the bottom of the linkgrabber list when grabbing them. And they still don't show up at the bottom of the linkgrabber list when grabbing them again now. I think it's because those links already exist in linkgrabber from when there was the problem. I don't know how to find them in linkgrabber because I don't know what they would have been called when they were being caught incorrectly. Actually, is there a way to remove a specific url from linkgrabber, if you know the url but don't know the name linkgrabber gave it? |
#4117
|
|||
|
|||
After installing the update, the issue disappeared.
Thanks. |
#4118
|
|||
|
|||
Update installed, just tried 10 different videos (NEW) and 10 of the old ones that didn't work before - all have video names now.
Thanks again for your diligence! |
#4119
|
|||
|
|||
Works perfectly today. Thank you
Quick question: what is the purpose of the Metadata enabled option? Last edited by raptor2003; 28.11.2020 at 08:12. |
#4120
|
|||
|
|||
Quote:
Should I change USER to something else that works??thanks for the quick fix. |
Thread Tools | |
Display Modes | |
|
|