better video button title

pull/23/head
Simon 8 months ago
parent cd5e9a8c0a
commit bf1c47843f
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -329,7 +329,7 @@ function buildVideoButton(titleContainer) {
dlButton.setAttribute('data-id', videoId);
dlButton.setAttribute('data-type', 'video');
dlButton.title = `TA download video ${videoId}`;
dlButton.title = `TA download video: ${titleContainer.innerText} [${videoId}]`;
Object.assign(dlButton.style, {
display: 'flex',

Loading…
Cancel
Save